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
Copy file name to clipboardExpand all lines: CHANGES
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ most recent build should be at the top of this file.
8
8
9
9
Thanks!
10
10
11
+
3.0.1
12
+
-----
13
+
- Fix a crash
14
+
- Parse RSS feeds having `rss:title`, `rss:link`, `rss:description`, `rss:items` and `rss:item` tags instead of the standard `title`, `link`, `description`, `items` and `item`
15
+
- Fix diverse localization issues
16
+
11
17
3.0.0
12
18
-----
13
19
- New style : Classy (contributed by user PMP on cocoaforge)
Copy file name to clipboardExpand all lines: notes.html
+5-28Lines changed: 5 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -9,37 +9,14 @@
9
9
</head>
10
10
<body>
11
11
12
-
<h1>Version Notes</h1>
12
+
<p><h1VersionNotes</h1></p>
13
13
14
-
<h2id="vienna3.0.0">Vienna 3.0.0</h2>
15
-
16
-
<p>This version is considered stable enough to be recommended to all users. <br/>
17
-
It requires OS X 10.6.8 or better, and benefits from some of the features of the newer versions of OS X. <br/>
18
-
It is Mac OS X Yosemite compatible.</p>
19
-
20
-
<h3id="summaryofchangessincevienna2.6.0.2601">Summary of changes since Vienna 2.6.0.2601</h3>
21
-
22
-
<ul>
23
-
<li>Syncing between multiple devices of your articles’ read/unread and flagged/unflagged statuses is available through online services such as BazQux.com, FeedHQ.org, InoReader.com or TheOldReader.com. <br/>
24
-
Please, note that using these online services remains completely optional, and can be set on a per-feed basis. You can still manage all your feeds in Vienna only.</li>
25
-
<li>Changed the Unified layout to allow actions on individual articles</li>
26
-
<li>Renamed Report layout to “Horizontal”, Condensed layout to “Vertical”, as the previous names were confusing</li>
<li>New default style for articles and new optional styles</li>
29
-
<li>Two new filters : “Last 48 hours” and “Unread or flagged”</li>
30
-
<li>Improved accessibility</li>
31
-
<li>Added a “Reindex Database” menu item (for maintenance)</li>
32
-
<li>Many localization improvements</li>
33
-
<li>Many, many bugfixes (and probably only a few new ones… ;-) )</li>
34
-
<li>Modernized architecture (64 bits compatible, OS X Yosemite SDK, multithreading on refreshes)</li>
35
-
</ul>
36
-
37
-
<h3id="changessince3.0.0rc9">Changes since 3.0.0 rc 9</h3>
14
+
<h2>3.0.1</h2>
38
15
39
16
<ul>
40
-
<li>New style : Classy (contributed by user PMP on cocoaforge)</li>
41
-
<li>Fix some crashes when sharing a link on Google+</li>
42
-
<li>Improved management of animations in folders list</li>
17
+
<li>Fix a crash</li>
18
+
<li>Parse RSS feeds having <code>rss:title</code>, <code>rss:link</code>, <code>rss:description</code>, <code>rss:items</code> and <code>rss:item</code> tags instead of the standard <code>title</code>, <code>link</code>, <code>description</code>, <code>items</code> and <code>item</code></li>
0 commit comments