Skip to content

Commit df48d9e

Browse files
committed
Bump version number to 3.9.2
1 parent 401cbb4 commit df48d9e

File tree

2 files changed

+30
-18
lines changed

2 files changed

+30
-18
lines changed

CHANGES

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

99
Thanks!
1010

11+
3.9.2
12+
-----
13+
- Change mechanism preventing Vienna from unexpectedly switching to alphabetical sorting of folders and feeds. This
14+
phenomenon might still occur but should be much more unlikely
15+
- Perform a sanity check of database at launch
16+
- Do not show warning sign on feeds without articles
17+
- Fix crash when server sends unusual MIMEType
18+
- Fix various issues in General Preferences window
19+
- Fix autolayout issues which could unexpectedly resize the article view or the main window, or hide the enclosure view
20+
- Fix style change to give immediate visual feedback
21+
- Improve parsing of RSS content:encoded element
22+
- For Unified layout, move the tip about the hovered link's URL at the bottom of the view
23+
- Use String Catalogs (.xcstrings) for most translations
24+
- Add more translations
25+
- Update some documentation files
26+
1127
3.9.1
1228
-----
1329
- Prevent Vienna from unexpectedly switching to alphabetical sorting of folders and feeds

notes.html

+14-18
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
<!DOCTYPE html><head><meta charset="utf-8"/></head><h1>Version Notes</h1>
2-
<h2>Vienna 3.9.1</h2>
3-
<p>This version is recommended to all Vienna users, as it fixes problems reported by users having switched from legacy browser (available in previous versions of Vienna) to Vienna 3.9.0 (which completed the switch to WKWebView).</p>
2+
<h2>Vienna 3.9.2</h2>
3+
<p>This version is recommended to all Vienna users. It fixes problems reported by users having switched from legacy browser (available in previous versions of Vienna) to Vienna 3.9.x (which completed the switch to WKWebView).</p>
44
<ul>
5-
<li>Prevent Vienna from unexpectedly switching to alphabetical sorting of folders and feeds</li>
6-
<li>Prevent feed refreshes from causing unexpected changes of articles selection and interruptions of user’s reading experience</li>
7-
<li>Fix and standardize the visual feedback for articles being marked as read (especially when the selection is a smart folder)</li>
8-
<li>Fix use of delete key to delete the current article when the focus is on the article view</li>
9-
<li>Fix use of up/down keys to navigate to previous/next article when the focus is on the article view</li>
10-
<li>Fix some issues with cache of folder’s articles</li>
11-
<li>Fix URL cache management</li>
12-
<li>Fix small parts of French and Dutch translations</li>
13-
<li>Add credit to Ricardo Pinho for Portuguese translation</li>
14-
<li>Build with Xcode 15.4 (macoOS 14.5 SDK)</li>
15-
<li>Fix Xcode and SwiftLint warnings; prepare to Swift 6</li>
16-
<li>Use generated asset symbols for designating images and colours</li>
17-
<li>Update MMTabBarView to v/1.5.3</li>
18-
<li>Remove unused code</li>
19-
<li>Improve build process</li>
20-
<li>Update GitHub Action for macOS 14</li>
5+
<li>Change mechanism preventing Vienna from unexpectedly switching to alphabetical sorting of folders and feeds. This phenomenon might still occur but should be much more unlikely</li>
6+
<li>Perform a sanity check of database at launch</li>
7+
<li>Do not show warning sign on feeds without articles</li>
8+
<li>Fix crash when server sends unusual MIMEType</li>
9+
<li>Fix various issues in General Preferences window</li>
10+
<li>Fix autolayout issues which could unexpectedly resize the article view or the main window, or hide the enclosure view</li>
11+
<li>Fix style change to give immediate visual feedback</li>
12+
<li>Improve parsing of RSS content:encoded element</li>
13+
<li>For Unified layout, move the tip about the hovered link’s URL at the bottom of the view</li>
14+
<li>Use String Catalogs (.xcstrings) for most translations</li>
15+
<li>Add more translations</li>
16+
<li>Update some documentation files</li>
2117
</ul>

0 commit comments

Comments
 (0)