Skip to content

Commit e14f77e

Browse files
committed
Upgrade version number to 3.1.5
1 parent 2154961 commit e14f77e

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

CHANGES

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

99
Thanks!
1010

11+
3.1.5
12+
-----
13+
- Fix syncing with FeedHQ
14+
- Avoid unwanted eviction from cache
15+
- Fix enclosure “Open” button when the enclosure URL has a query part
16+
- Ensures the article pane displays selected article when switching from Unified to Horizontal or Vertical layout
17+
1118
3.1.5 Release Candidate 2
1219
-------------------------
1320
- Fix 'N' key breakage when a single unread article remained below current folder selection

notes.html

+12-13
Original file line numberDiff line numberDiff line change
@@ -107,24 +107,23 @@
107107

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

110-
<h2 id="toc_1">3.1.5 Release Candidate 2</h2>
110+
<h2 id="toc_1">3.1.5</h2>
111111

112-
<ul>
113-
<li>Fix &#39;N&#39; key breakage when a single unread article remained below current folder selection</li>
114-
<li>Fix &#39;N&#39; key not wrapping to the first unread article under certain circumstances</li>
115-
<li>Force images to scale correctly</li>
116-
<li>Try to fix an assertion failure on balancing start/stop animations</li>
117-
</ul>
118-
119-
<h2 id="toc_2">3.1.5 Release Candidate 1</h2>
112+
<h3 id="toc_2">Changes since 3.1.4</h3>
120113

121114
<ul>
122-
<li>Fix visual issue on marking read all articles in a group folder</li>
123-
<li>Fix deleting articles from a group folder</li>
124-
<li>Fix restoring Open Reader article from Trash</li>
115+
<li>Fix syncing with FeedHQ</li>
116+
<li>Fix problems with next unread article command (&lsquo;N&rsquo; or space key)</li>
125117
<li>Fix back and forward in Horizontal and Vertical layouts (invoked by &lt; and &gt; keys)</li>
126-
<li>Fix sort indicator in Horizontal and Vertical layouts</li>
118+
<li>Fix enclosure “Open” button when the enclosure URL has a query part</li>
127119
<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>
128127
<li>Fix a rare occurence of crash in Preferences folder</li>
129128
</ul>
130129

0 commit comments

Comments
 (0)