mirror of
https://github.com/ViennaRSS/vienna-rss.git
synced 2026-04-07 19:27:39 +00:00
Bump version number to 3.10.3
This commit is contained in:
@@ -1,6 +1,22 @@
|
||||
Vienna ChangeLog File
|
||||
=====================
|
||||
|
||||
Vienna 3.10.3
|
||||
-------------
|
||||
_released 2026-03-16_
|
||||
### 🚲 Changes
|
||||
- Support discovery of JSON Feeds in browser tab
|
||||
- Update translations
|
||||
### 🤷🏻 Bugfixes
|
||||
- Fix smart folders which could contain initially contain invalid search string
|
||||
- Maintain articles displayed after marking articles in a smart folder all read / all unread
|
||||
- Reflect changes after undoing "Mark all read" / "Mark all unread"
|
||||
### ⚙️ Internals improvement
|
||||
- Make tree node code simpler and more robust
|
||||
- Fix Xcode warning on risks of app lock when running AppleScript
|
||||
### 📖 Documentation
|
||||
- Update links in README and add version 3.10
|
||||
|
||||
Vienna 3.10.2
|
||||
-------------
|
||||
_released 2026-02-24_
|
||||
|
||||
+12
-16
@@ -1,26 +1,22 @@
|
||||
<!DOCTYPE html><head><meta charset="utf-8"/></head><h2>Vienna 3.10.2</h2>
|
||||
<p><em>released 2026-02-24</em></p>
|
||||
<h3>🤷🏻 Bugfix</h3>
|
||||
<ul>
|
||||
<li>Fix crash at application launch with certain configurations</li>
|
||||
</ul>
|
||||
<h2>Vienna 3.10.1</h2>
|
||||
<p><em>released 2026-02-22</em></p>
|
||||
<!DOCTYPE html><head><meta charset="utf-8"/></head><h2>Vienna 3.10.3</h2>
|
||||
<p><em>released 2026-03-16</em></p>
|
||||
<h3>🚲 Changes</h3>
|
||||
<ul>
|
||||
<li>Provide a visual animation feedback when retrieving a folder’s articles is slow</li>
|
||||
<li>Support discovery of JSON Feeds in browser tab</li>
|
||||
<li>Update translations</li>
|
||||
</ul>
|
||||
<h3>🤷🏻 Bugfixes</h3>
|
||||
<ul>
|
||||
<li>Prevent a crash when part of code references the database before it has finished loading</li>
|
||||
<li>Remove unneeded position constraint on split-view position for horizontal layout</li>
|
||||
<li>Fix the rest of the feeds not being fetched when a few feeds encountered network issues</li>
|
||||
<li>Prevent article currently selected in a smart or group folder from being filtered out of the view during feed refreshes</li>
|
||||
<li>Fix handling of menu-item titles regarding opening links in external browser or in Vienna’s built-in browser</li>
|
||||
<li>Fix issue with font selected by the user in Settings not being taken into account</li>
|
||||
<li>Fix smart folders which could contain initially contain invalid search string</li>
|
||||
<li>Maintain articles displayed after marking articles in a smart folder all read / all unread</li>
|
||||
<li>Reflect changes after undoing “Mark all read” / “Mark all unread”</li>
|
||||
</ul>
|
||||
<h3>⚙️ Internals improvement</h3>
|
||||
<ul>
|
||||
<li>Change checks before launching a refresh of all feeds (network might take time to become available on wake after sleep)</li>
|
||||
<li>Make tree node code simpler and more robust</li>
|
||||
<li>Fix Xcode warning on risks of app lock when running AppleScript</li>
|
||||
</ul>
|
||||
<h3>📖 Documentation</h3>
|
||||
<ul>
|
||||
<li>Update links in README and add version 3.10</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user