Skip to content

Commit 4c23084

Browse files
committed
Upgrade version number to 3.1.4 Release Candidate 1
1 parent 17e2ef2 commit 4c23084

File tree

2 files changed

+37
-5
lines changed

2 files changed

+37
-5
lines changed

CHANGES

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

99
Thanks!
1010

11+
3.1.4 Release Candidate 1
12+
-------------------------
13+
- Refactored code
14+
- Make sure that unread / starred statuses are in sync between Vienna and the Open Reader server[^314-1]
15+
- When opening current article in browser, respect what is set in user's preferences on marking it read
16+
- Fix validation button of “New Group Folder…” dialog
17+
- Fix features in Downloads and Activity windows
18+
- Handle images directly embedded in HTML code
19+
- Make sure we have a keyboard responder after switching layout
20+
- Default folder sorting is manual
21+
- Fix various crashes
22+
- Other bugfixes
23+
24+
[^314-1]: If you have deleted articles, you might have to reset the unread / starred statuses of these older articles from the web interface of your Open Reader server.
25+
1126
3.1.3
1227
-----
1328
- Fix some crashes

notes.html

+22-5
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,32 @@
107107

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

110-
<h2 id="toc_1">3.1.3</h2>
110+
<h2 id="toc_1">3.1.4 Release Candidate 1</h2>
111111

112112
<ul>
113-
<li>Fix some crashes</li>
114-
<li>Fix empty article list displayed by some feeds</li>
115-
<li>Prevent unwanted updates of user interface while refreshing Open Reader feeds</li>
116-
<li>E-mailing a link now occurs in foreground</li>
113+
<li>Refactored code</li>
114+
<li>Make sure that unread / starred statuses are in sync between Vienna and the Open Reader server<sup id="fnref1"><a href="#fn1" rel="footnote">1</a></sup></li>
115+
<li>When opening current article in browser, respect what is set in user&rsquo;s preferences on marking it read</li>
116+
<li>Fix validation button of “New Group Folder…” dialog</li>
117+
<li>Fix features in Downloads and Activity windows</li>
118+
<li>Handle images directly embedded in HTML code</li>
119+
<li>Make sure we have a keyboard responder after switching layout</li>
120+
<li>Default folder sorting is manual</li>
121+
<li>Fix various crashes</li>
122+
<li>Other bugfixes</li>
117123
</ul>
118124

125+
<div class="footnotes">
126+
<hr>
127+
<ol>
128+
129+
<li id="fn1">
130+
<p>If you have deleted articles, you might have to reset the unread / starred statuses of these older articles from the web interface of your Open Reader server.&nbsp;<a href="#fnref1" rev="footnote">&#8617;</a></p>
131+
</li>
132+
133+
</ol>
134+
</div>
135+
119136

120137

121138

0 commit comments

Comments
 (0)