You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Search <code><item></code> elements under feed’s <code><rss></code> element if they are not found under <code><channel></code></li>
6
+
<li>Improve handling of Media RSS specification in feeds: <code><media:thumbnail></code> may be used as a workaround for enclosures</li>
7
+
<li>Update localizations</li>
8
+
</ul>
4
9
<h3>🤷🏻 Bugfix</h3>
5
10
<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="_blank"</code></li>
14
+
<li>Work around situations with inconsistent unread counts</li>
8
15
</ul>
9
16
<h3>⚙️ Internals improvement</h3>
10
17
<ul>
18
+
<li>Revert some of the changes in memory management introduced in version 3.9.3 (caching of folder’s articles)</li>
11
19
<li>Include a database update to fix entries that had January 1st, 1970 as the last update date</li>
12
20
</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>
0 commit comments