|
4 | 4 | <head>
|
5 | 5 |
|
6 | 6 | <meta charset="utf-8">
|
| 7 | +<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
|
107 | 108 |
|
108 | 109 | <h1 id="toc_0">Version Notes</h1>
|
109 | 110 |
|
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> |
119 | 112 |
|
120 | 113 | <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's <code>srcset</code> attributes</li> |
127 |
| -<li>Fix retrieving article text of some feeds</li> |
128 |
| -<li>Fix 'Moves to the next unread article' to not scan fresher articles from same folder, except for smart folders</li> |
129 |
| -<li>Fix 'Moves to the first unread article'</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 "Last Refresh" 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' list during feed refreshes when the current selection is a smart or group folder </li> |
139 | 119 | </ul>
|
140 | 120 |
|
141 | 121 |
|
|
0 commit comments