Skip to content

Commit 1cdc5ae

Browse files
committed
Upgrade version number to 3.1.6 Release Candidate 1
1 parent 39b14e5 commit 1cdc5ae

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

CHANGES

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

99
Thanks!
1010

11+
3.1.6 Release Candidate 1
12+
-------------------------
13+
- When the user selects a folder, loading articles from database occurs on a separate thread
14+
- Fix again the 'N' key not selecting last unread article or not wrapping to the first unread article
15+
- Keep currently selected article on refresh of a group or smart folder
16+
- Fix article selection in Unified layout
17+
- Fix "Last Refresh filter"
18+
- Fix an exception on opening the General preferences window
19+
- Fix an assertion failure
20+
- Code refactoring
21+
- Reorganized tests
22+
1123
3.1.5
1224
-----
1325
- Fix syncing with FeedHQ

notes.html

+10-16
Original file line numberDiff line numberDiff line change
@@ -107,24 +107,18 @@
107107

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

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

114112
<ul>
115-
<li>Fix syncing with FeedHQ</li>
116-
<li>Fix problems with next unread article command (&lsquo;N&rsquo; or space key)</li>
117-
<li>Fix back and forward in Horizontal and Vertical layouts (invoked by &lt; and &gt; keys)</li>
118-
<li>Fix enclosure “Open” button when the enclosure URL has a query part</li>
119-
<li>Scrolls to top of list when selecting a folder</li>
120-
<li>Ensures the article pane displays selected article when switching from Unified to Horizontal or Vertical layout</li>
121-
<li>Fix sort indicator in Horizontal and Vertical layouts</li>
122-
<li>Force images to scale correctly</li>
123-
<li>Fix restoring Open Reader article from Trash</li>
124-
<li>Fix visual issue on marking read all articles in a group folder</li>
125-
<li>Fix deleting articles from a group folder</li>
126-
<li>Fix cache problem which could make articles be hidden</li>
127-
<li>Fix a rare occurence of crash in Preferences folder</li>
113+
<li>When the user selects a folder, loading articles from database occurs on a separate thread</li>
114+
<li>Fix again the &#39;N&#39; key not selecting last unread article or not wrapping to the first unread article</li>
115+
<li>Keep currently selected article on refresh of a group or smart folder</li>
116+
<li>Fix article selection in Unified layout</li>
117+
<li>Fix &quot;Last Refresh filter&quot;</li>
118+
<li>Fix an exception on opening the General preferences window</li>
119+
<li>Fix an assertion failure</li>
120+
<li>Code refactoring</li>
121+
<li>Reorganized tests</li>
128122
</ul>
129123

130124

0 commit comments

Comments
 (0)