-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,12 @@ | ||
<!DOCTYPE html><head><meta charset="utf-8"/></head><h1>Version Notes</h1> | ||
<h2>Vienna 3.9.3</h2> | ||
<p><em>released 2024-10-12</em></p> | ||
<p>This version is recommended to all Vienna users.<br /> | ||
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> | ||
<h3>🚲 Changes</h3> | ||
<h2>Vienna 3.9.4</h2> | ||
<p><em>released 2024-10-27</em></p> | ||
<h3>🤷🏻 Bugfix</h3> | ||
<ul> | ||
<li>Distinguish “Date published” and “Last update” dates for articles.<br /> | ||
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> | ||
<li>Change application category from “utilities” to “news”</li> | ||
<li>Prevent deleted articles from reappearing in feeds after refresh</li> | ||
<li>Prevent “Date published” and “Last update” dates from being set to January 1st, 1970</li> | ||
</ul> | ||
<h3>🤷🏻 Bugfixes</h3> | ||
<h3>⚙️ Internals improvement</h3> | ||
<ul> | ||
<li>Fix text entry in the main tab’s article view when the “Use Web Page for Articles” option is enabled</li> | ||
<li>Make command-click on a link open a new tab with this link</li> | ||
<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> | ||
<li>Fix “Validate Feed” button in Info window when the feed has a query-based URL</li> | ||
</ul> | ||
<h3>⚙️ Internals improvements</h3> | ||
<ul> | ||
<li>Make finding Vienna related content in help menus easier</li> | ||
<li>Improve recovery mechanism when Vienna is forced to switch to alphabetical sort for folders and feeds.<br /> | ||
Hopefully, this should limit the risk of seeing the problem reoccur.</li> | ||
<li>Update informations related to folder even when the feed has no articles</li> | ||
<li>Make “Last Updated” date displayed in “Info” window more consistent</li> | ||
<li>Improve memory management (cache of folder’s articles)</li> | ||
</ul> | ||
<h3>🛤️ Infrastructure updates</h3> | ||
<ul> | ||
<li>Build with Xcode 16 and macOS 15 SDK</li> | ||
<li>Update to latest version of GitHub actions</li> | ||
<li>Use Crowdin.com for localizing content of HTML help files</li> | ||
<li>Enhance ChangeLog</li> | ||
<li>Include a database update to fix entries that had January 1st, 1970 as the last update date</li> | ||
</ul> |