Skip to content

Commit

Permalink
Upgrade version number to 3.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
barijaona committed Oct 24, 2020
1 parent 99bf3a2 commit c17c9f0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
14 changes: 13 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ most recent build should be at the top of this file.

Thanks!

3.5.9
-----
- Add toolbar icon for deleting articles
- Parse more tags from 'media' namespace to get YouTube descriptions
- Remove support of Bitly URL shortening in plugins
- Speed up the cleaning of URL strings
- Speed up parsing of date strings
- Prevent crash when parsing non XML data
- Fix empty ArticleView on returning to same article
- Update to MMTabBarView v/1.4.9
- Fix running individual Xcode tests

3.5.8
-----
- Fix crash related to macOS Big Sur Beta
Expand Down Expand Up @@ -62,7 +74,7 @@ Thanks!
- Fix some problems with enabling/disabling of menu items and toolbar items
- Trim author names in database
- Update address of ArsTechnica feed
- Update components (FMDB, TRVSURLSessionOperation)
- Update components (FMDB 2.7.7 through Swift Package Manager insted of Carthage, TRVSURLSessionOperation)
- Modernize code, localization & building tools

__Note__ : this version will upgrade the database ; but the newer version of the database remains fully compatible with all Vienna 3.x.x versions. So there is no reason to fear upgrading, or at least testing this 3.5.6 version.
Expand Down
19 changes: 10 additions & 9 deletions notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,18 @@

<h1 id="toc_0">Version Notes</h1>

<h2 id="toc_1">3.5.8</h2>
<h2 id="toc_1">3.5.9</h2>

<ul>
<li>Fix crash related to macOS Big Sur Beta</li>
<li>Fix crash related to Xcode12 (update MMTabBarView to v/1.4.8)</li>
<li>Fix tab bar to hide when a single tab is present</li>
<li>More fix for inaccurate info on number of unread articles</li>
<li>Fix to unread counts discrepancies on OpenReader feeds</li>
<li>Avoid intempestive refreshes of article pane during feed refreshes</li>
<li>Fix resetting of article pane when no article is selected anymore and &quot;Use Web Pages for Articles&quot; is enabled</li>
<li>Fix Vienna Tests target</li>
<li>Add toolbar icon for deleting articles</li>
<li>Parse more tags from &#39;media&#39; namespace to get YouTube descriptions</li>
<li>Remove support of Bitly URL shortening in plugins</li>
<li>Speed up the cleaning of URL strings</li>
<li>Speed up parsing of date strings</li>
<li>Prevent crash when parsing non XML data</li>
<li>Fix empty ArticleView on returning to same article</li>
<li>Update to MMTabBarView v/1.4.9</li>
<li>Fix running individual Xcode tests</li>
</ul>


Expand Down

0 comments on commit c17c9f0

Please sign in to comment.