Skip to content

Commit fd467d5

Browse files
committed
Bump version number to 3.9.3
1 parent 0760d38 commit fd467d5

File tree

2 files changed

+57
-14
lines changed

2 files changed

+57
-14
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@ Vienna ChangeLog File
22
=====================
33

44

5+
Vienna 3.9.3
6+
-----
7+
_released 2024-10-12_
8+
9+
### 🚲 Changes
10+
- Distinguish "Date published" and "Last update" dates for articles.
11+
This distinction can be used to define sort order or in smart folders definitions. To keep things simple and tidy, the "Date Published" information has not been added to the vertical layout.
12+
- Change application category from "utilities" to "news"
13+
### 🤷🏻 Bugfixes
14+
- Fix text entry in the main tab's article view when the "Use Web Page for Articles" option is enabled
15+
- Make command-click on a link open a new tab with this link
16+
- Make option-click on a link open it in the browser which is not set as the default in General settings (either it is the system's default browser or Vienna's internal browser)
17+
- Fix "Validate Feed" button in Info window when the feed has a query-based URL
18+
### ⚙️ Internals improvements
19+
- Make finding Vienna related content in help menus easier
20+
- Improve recovery mechanism when Vienna is forced to switch to alphabetical sort for folders and feeds.
21+
Hopefully, this should limit the risk of seeing the problem reoccur.
22+
- Update informations related to folder even when the feed has no articles
23+
- Make "Last Updated" date displayed in "Info" window more consistent
24+
- Improve memory management (cache of folder's articles)
25+
### 🛤️ Infrastructure updates
26+
- Build with Xcode 16 and macOS 15 SDK
27+
- Update to latest version of GitHub actions
28+
- Use Crowdin.com for localizing content of HTML help files
29+
- Enhance ChangeLog
30+
531
3.9.2
632
-----
733
_released 2024-08-15_

notes.html

+31-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,34 @@
11
<!DOCTYPE html><head><meta charset="utf-8"/></head><h1>Version Notes</h1>
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>
2+
<h2>Vienna 3.9.3</h2>
3+
<p><em>released 2024-10-12</em></p>
4+
<p>This version is recommended to all Vienna users.<br />
5+
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>
6+
<h3>🚲 Changes</h3>
47
<ul>
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>
8+
<li>Distinguish “Date published” and “Last update” dates for articles.<br />
9+
This distinction can be used to define sort order or in smart folders definitions. To keep things simple and tidy, the “Date Published” information has not been added to the vertical layout.</li>
10+
<li>Change application category from “utilities” to “news”</li>
11+
</ul>
12+
<h3>🤷🏻 Bugfixes</h3>
13+
<ul>
14+
<li>Fix text entry in the main tab’s article view when the “Use Web Page for Articles” option is enabled</li>
15+
<li>Make command-click on a link open a new tab with this link</li>
16+
<li>Make option-click on a link open it in the browser which is not set as the default in General settings (either it is the system’s default browser or Vienna’s internal browser)</li>
17+
<li>Fix “Validate Feed” button in Info window when the feed has a query-based URL</li>
18+
</ul>
19+
<h3>⚙️ Internals improvements</h3>
20+
<ul>
21+
<li>Make finding Vienna related content in help menus easier</li>
22+
<li>Improve recovery mechanism when Vienna is forced to switch to alphabetical sort for folders and feeds.<br />
23+
Hopefully, this should limit the risk of seeing the problem reoccur.</li>
24+
<li>Update informations related to folder even when the feed has no articles</li>
25+
<li>Make “Last Updated” date displayed in “Info” window more consistent</li>
26+
<li>Improve memory management (cache of folder’s articles)</li>
27+
</ul>
28+
<h3>🛤️ Infrastructure updates</h3>
29+
<ul>
30+
<li>Build with Xcode 16 and macOS 15 SDK</li>
31+
<li>Update to latest version of GitHub actions</li>
32+
<li>Use Crowdin.com for localizing content of HTML help files</li>
33+
<li>Enhance ChangeLog</li>
1734
</ul>

0 commit comments

Comments
 (0)