Skip to content

Commit 1bc6bc3

Browse files
committed
Upgrade version number to 3.1.8
1 parent 35ae7ba commit 1bc6bc3

File tree

2 files changed

+15
-27
lines changed

2 files changed

+15
-27
lines changed

CHANGES

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

99
Thanks!
1010

11+
3.1.8
12+
-----
13+
- Fixed an External XML Entity (XXE) vulnerability which allowed servers to steal the content of files on the machine running Vienna
14+
- Fix incorrect escaping of OPML export
15+
- Fix font preferences not working
16+
- Fix error on unread articles count with OpenReader feeds
17+
- Fix articles' list during feed refreshes when the current selection is a smart or group folder
18+
1119
3.1.7
1220
-----
1321
- Fix incorrect escaping of some feeds

notes.html

+7-27
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55

66
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
78

89

910

@@ -107,35 +108,14 @@
107108

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

110-
<h2 id="toc_1">3.1.7</h2>
111-
112-
<h3 id="toc_2">Change since 3.1.6</h3>
113-
114-
<ul>
115-
<li>Fix incorrect escaping of some feeds</li>
116-
</ul>
117-
118-
<h3 id="toc_3">Changes since 3.1.5</h3>
111+
<h2 id="toc_1">3.1.8</h2>
119112

120113
<ul>
121-
<li>New set of default feeds, thanks to Jesse Claven and Ricky Morse</li>
122-
<li>Add support for delta feeds (RFC3229+feed)</li>
123-
<li>When the user selects a folder, loading articles from database occurs on a separate thread</li>
124-
<li>Database performance improvements</li>
125-
<li>Fix some crashes</li>
126-
<li>Fix relative URLs, like in images&#39;s <code>srcset</code> attributes</li>
127-
<li>Fix retrieving article text of some feeds</li>
128-
<li>Fix &#39;Moves to the next unread article&#39; to not scan fresher articles from same folder, except for smart folders</li>
129-
<li>Fix &#39;Moves to the first unread article&#39;</li>
130-
<li>Fix infinite loop on ‘Skip Folder’ command when no unread articles were left</li>
131-
<li>Fix article selection in Unified layout</li>
132-
<li>Keep currently selected article on refresh of a group or smart folder</li>
133-
<li>Fix &quot;Last Refresh&quot; filter</li>
134-
<li>Fix some macOS Sierra glitches</li>
135-
<li>Fix status message after tasks like marking OpenReader articles read</li>
136-
<li>Fixes to Danish and Russian translations</li>
137-
<li>Reorganized and improved tests</li>
138-
<li>Code refactoring and cleanup</li>
114+
<li>Fixed an External XML Entity (XXE) vulnerability which allowed servers to steal the content of files on the machine running Vienna</li>
115+
<li>Fix incorrect escaping of OPML export</li>
116+
<li>Fix font preferences not working</li>
117+
<li>Fix error on unread articles count with OpenReader feeds</li>
118+
<li>Fix articles&#39; list during feed refreshes when the current selection is a smart or group folder </li>
139119
</ul>
140120

141121

0 commit comments

Comments
 (0)