Skip to content

Commit 7784c79

Browse files
committed
Bump version number to 3.9.5
1 parent c79adaa commit 7784c79

File tree

2 files changed

+36
-5
lines changed

2 files changed

+36
-5
lines changed

CHANGELOG.md

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

44

5+
Vienna 3.9.5
6+
-----
7+
_released 2024-12-09_
8+
9+
### 🚲 Changes
10+
- Search `<item>` elements under feed's `<rss>` element if they are not found under `<channel>`
11+
- Improve handling of Media RSS specification in feeds: `<media:thumbnail>` may be used as a workaround for enclosures
12+
- Update localizations
13+
### 🤷🏻 Bugfix
14+
- Extend fixes for "Last update" dates being set to January 1st, 1970
15+
- Fix handling of `mailto:` URLs
16+
- Fix handling of links specifying `target="_blank"`
17+
- Work around situations with inconsistent unread counts
18+
### ⚙️ Internals improvement
19+
- Revert some of the changes in memory management introduced in version 3.9.3 (caching of folder's articles)
20+
- Include a database update to fix entries that had January 1st, 1970 as the last update date
21+
### 🛤️ Infrastructure updates
22+
- Test build with Xcode 16.1 (macOS 15) and Xcode 15.4 (macOS 14)
23+
524
Vienna 3.9.4
625
-----
726
_released 2024-10-27_

notes.html

+17-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
1-
<!DOCTYPE html><head><meta charset="utf-8"/></head><h1>Version Notes</h1>
2-
<h2>Vienna 3.9.4</h2>
3-
<p><em>released 2024-10-27</em></p>
1+
<!DOCTYPE html><head><meta charset="utf-8"/></head><h2>Vienna 3.9.5</h2>
2+
<p><em>released 2024-12-09</em></p>
3+
<h3>🚲 Changes</h3>
4+
<ul>
5+
<li>Search <code>&lt;item&gt;</code> elements under feed’s <code>&lt;rss&gt;</code> element if they are not found under <code>&lt;channel&gt;</code></li>
6+
<li>Improve handling of Media RSS specification in feeds: <code>&lt;media:thumbnail&gt;</code> may be used as a workaround for enclosures</li>
7+
<li>Update localizations</li>
8+
</ul>
49
<h3>🤷🏻 Bugfix</h3>
510
<ul>
6-
<li>Prevent deleted articles from reappearing in feeds after refresh</li>
7-
<li>Prevent “Date published” and “Last update” dates from being set to January 1st, 1970</li>
11+
<li>Extend fixes for “Last update” dates being set to January 1st, 1970</li>
12+
<li>Fix handling of <code>mailto:</code> URLs</li>
13+
<li>Fix handling of links specifying <code>target=&quot;_blank&quot;</code></li>
14+
<li>Work around situations with inconsistent unread counts</li>
815
</ul>
916
<h3>⚙️ Internals improvement</h3>
1017
<ul>
18+
<li>Revert some of the changes in memory management introduced in version 3.9.3 (caching of folder’s articles)</li>
1119
<li>Include a database update to fix entries that had January 1st, 1970 as the last update date</li>
1220
</ul>
21+
<h3>🛤️ Infrastructure updates</h3>
22+
<ul>
23+
<li>Test build with Xcode 16.1 (macOS 15) and Xcode 15.4 (macOS 14)</li>
24+
</ul>

0 commit comments

Comments
 (0)