Skip to content

Commit

Permalink
Upgrade version number to 3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
barijaona committed Sep 8, 2020
1 parent 483d202 commit 1815bc5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 47 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ most recent build should be at the top of this file.

Thanks!

3.5.7
-----
- Fix file being hidden at end of "Download image"
- Fix crash on editing search folder
- Fix inaccurate information about number of unread articles
- Fix wrong behaviour of "Move articles to Trash: After a Month" preference
- Remove Google+ plugin ; replace it with Google Currents plugin
- Increase to 1000 the limit of articles fetched at once from an Open Reader feed
- Update Sparkle to v1.23.0 and MMTabBarView to v/1.4.7

3.5.6
-----
- Vienna is now notarized (needed by macOS Catalina and later)
Expand Down
55 changes: 8 additions & 47 deletions notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,57 +108,18 @@

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

<h2 id="toc_1">3.5.6</h2>
<h2 id="toc_1">3.5.7</h2>

<ul>
<li>Vienna is now notarized (needed by macOS Catalina and later)</li>
<li><p>Much improved OpenReader support :</p>

<ul>
<li>sensibly decrease the number of network requests:

<ul>
<li>use single &#39;mark-all-as-read&#39; requests for marking folders read</li>
<li>avoid requesting feeds which haven&#39;t been updated</li>
</ul></li>
<li>work around a blockade put on by Inoreader</li>
<li><p>add ‘hidden’ preference to use specific AppId/AppKey with Inoreader:</p>

<blockquote>
<p>Each user of Inoreader user is able to define (and monitor) a personal
set of AppId / AppKey values through Inoreader preferences located at
https://www.inoreader.com/all_articles#preferences-developer</p>

<p>To have Vienna use these values instead of the default one, you have to
type in Terminal two commands similar to the following:</p>

<blockquote>
<p><code>defaults write uk.co.opencommunity.vienna2 SyncingAppId 9876543210</code>
<code>defaults write uk.co.opencommunity.vienna2 SyncingAppKey JrS2smGyidtsxBOytDN1OWsSPcGURKWR</code></p>
</blockquote>

<p>To get back to the default values:</p>

<blockquote>
<p><code>defaults delete uk.co.opencommunity.vienna2 SyncingAppId</code>
<code>defaults delete uk.co.opencommunity.vienna2 SyncingAppKey</code></p>
</blockquote>
</blockquote></li>
<li><p>adapt to feed identifiers used by TheOldReader and FreshRSS (numerical Ids instead of URLs)</p></li>
<li><p>improve feed infos synchronisation between Vienna and servers (feed name, homepage, folder/label)</p></li>
<li><p>fix a problem with credential input in sync preferences panel</p></li>
<li><p>improve first authentication on OpenReader server</p></li>
</ul></li>
<li><p>Fix feed subscription button in browser view</p></li>
<li><p>Fix some problems with enabling/disabling of menu items and toolbar items</p></li>
<li><p>Trim author names in database</p></li>
<li><p>Update address of ArsTechnica feed</p></li>
<li><p>Update components (FMDB, TRVSURLSessionOperation)</p></li>
<li><p>Modernize code, localization &amp; building tools</p></li>
<li>Fix file being hidden at end of &quot;Download image&quot;</li>
<li>Fix crash on editing search folder</li>
<li>Fix inaccurate information about number of unread articles</li>
<li>Fix wrong behaviour of &quot;Move articles to Trash: After a Month&quot; preference</li>
<li>Remove Google+ plugin ; replace it with Google Currents plugin</li>
<li>Increase to 1000 the limit of articles fetched at once from an Open Reader feed</li>
<li>Update Sparkle to v1.23.0 and MMTabBarView to v/1.4.7</li>
</ul>

<p><strong>Note</strong> : 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.</p>




Expand Down

0 comments on commit 1815bc5

Please sign in to comment.