Update release notes and version for 6.0b4.
This commit is contained in:
parent
338867838b
commit
024a8138bb
|
@ -1,5 +1,12 @@
|
||||||
# Mac Release Notes
|
# Mac Release Notes
|
||||||
|
|
||||||
|
### 6.0b4 build 6024 - 23 Mar 2021
|
||||||
|
|
||||||
|
Feedly: Deleting a feed successfully no longer shows an alert and leaves the feed in the sidebar
|
||||||
|
iCloud sync: fixed a bug where, in some circumstances, dragging a feed from elsewhere in the sidebar to the iCloud account could trigger the feed-finder
|
||||||
|
NetNewsWire will now refresh on launch if you have the Debug menu enabled
|
||||||
|
Article view: footnotes should now work with articles from a Feedly account
|
||||||
|
|
||||||
### 6.0b3 build 6023 - 16 Mar 2021
|
### 6.0b3 build 6023 - 16 Mar 2021
|
||||||
|
|
||||||
Article view: fixed bug where URL status field might not disappear when switching articles
|
Article view: fixed bug where URL status field might not disappear when switching articles
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// High Level Settings common to both the Mac application and any extensions we bundle with it
|
// High Level Settings common to both the Mac application and any extensions we bundle with it
|
||||||
MARKETING_VERSION = 6.0b3
|
MARKETING_VERSION = 6.0b4
|
||||||
CURRENT_PROJECT_VERSION = 6023
|
CURRENT_PROJECT_VERSION = 6024
|
||||||
|
|
||||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
|
||||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||||
|
|
Loading…
Reference in New Issue