-
Notifications
You must be signed in to change notification settings - Fork 226
/
notes.html
24 lines (24 loc) · 1.15 KB
/
notes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html><head><meta charset="utf-8"/></head><h2>Vienna 3.9.5</h2>
<p><em>released 2024-12-09</em></p>
<h3>🚲 Changes</h3>
<ul>
<li>Search <code><item></code> elements under feed’s <code><rss></code> element if they are not found under <code><channel></code></li>
<li>Improve handling of Media RSS specification in feeds: <code><media:thumbnail></code> may be used as a workaround for enclosures</li>
<li>Update localizations</li>
</ul>
<h3>🤷🏻 Bugfix</h3>
<ul>
<li>Extend fixes for “Last update” dates being set to January 1st, 1970</li>
<li>Fix handling of <code>mailto:</code> URLs</li>
<li>Fix handling of links specifying <code>target="_blank"</code></li>
<li>Work around situations with inconsistent unread counts</li>
</ul>
<h3>⚙️ Internals improvement</h3>
<ul>
<li>Revert some of the changes in memory management introduced in version 3.9.3 (caching of folder’s articles)</li>
<li>Include a database update to fix entries that had January 1st, 1970 as the last update date</li>
</ul>
<h3>🛤️ Infrastructure updates</h3>
<ul>
<li>Test build with Xcode 16.1 (macOS 15) and Xcode 15.4 (macOS 14)</li>
</ul>