Skip to content

Commit 526419c

Browse files
committed
Upgrade version number to 3.1.6
1 parent 0856609 commit 526419c

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

CHANGES

+11
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ most recent build should be at the top of this file.
88

99
Thanks!
1010

11+
3.1.6
12+
-----
13+
- Add support for delta feeds (RFC3229+feed)
14+
- Database performance improvements
15+
- Fix 'N' key to not scan fresher articles from same folder, except for smart folders
16+
- Fix 'B' key to always go to first unread article
17+
- Fix retrieving article text of some feeds
18+
- Fix some macOS Sierra glitches
19+
- Fix status message after tasks like marking OpenReader articles read
20+
- Fixes to Danish and Russian translations, thanks to David Munch and Rinat Shaikhutdinov
21+
1122
3.1.6 Release Candidate 2
1223
-------------------------
1324
- New set of default feeds, thanks to Jesse Claven and Ricky Morse

notes.html

+19-4
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,29 @@
107107

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

110-
<h2 id="toc_1">3.1.6 Release Candidate 2</h2>
110+
<h2 id="toc_1">3.1.6</h2>
111+
112+
<h3 id="toc_2">Changes since 3.1.5</h3>
111113

112114
<ul>
113115
<li>New set of default feeds, thanks to Jesse Claven and Ricky Morse</li>
116+
<li>Add support for delta feeds (RFC3229+feed)</li>
117+
<li>When the user selects a folder, loading articles from database occurs on a separate thread</li>
118+
<li>Database performance improvements</li>
119+
<li>Fix some crashes</li>
120+
<li>Fix relative URLs, like in images&#39;s <code>srcset</code> attributes</li>
121+
<li>Fix retrieving article text of some feeds</li>
122+
<li>Fix &#39;Moves to the next unread article&#39; to not scan fresher articles from same folder, except for smart folders</li>
123+
<li>Fix &#39;Moves to the first unread article&#39;</li>
114124
<li>Fix infinite loop on ‘Skip Folder’ command when no unread articles were left</li>
115-
<li>Fix relative URLs, like in images&rsquo;s <code>srcset</code> attributes</li>
116-
<li>New developer tests, thanks to György Tóth</li>
117-
<li>Code refactoring / cleanup</li>
125+
<li>Fix article selection in Unified layout</li>
126+
<li>Keep currently selected article on refresh of a group or smart folder</li>
127+
<li>Fix &quot;Last Refresh&quot; filter</li>
128+
<li>Fix some macOS Sierra glitches</li>
129+
<li>Fix status message after tasks like marking OpenReader articles read</li>
130+
<li>Fixes to Danish and Russian translations</li>
131+
<li>Reorganized and improved tests</li>
132+
<li>Code refactoring and cleanup</li>
118133
</ul>
119134

120135

0 commit comments

Comments
 (0)