Skip to content

Commit 0ed11f6

Browse files
committed
Upgrade version number to 3.0.1
1 parent 852c1ae commit 0ed11f6

2 files changed

Lines changed: 11 additions & 28 deletions

File tree

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ most recent build should be at the top of this file.
88

99
Thanks!
1010

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+
1117
3.0.0
1218
-----
1319
- New style : Classy (contributed by user PMP on cocoaforge)

notes.html

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,14 @@
99
</head>
1010
<body>
1111

12-
<h1>Version Notes</h1>
12+
<p><h1Version Notes</h1></p>
1313

14-
<h2 id="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-
<h3 id="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&#8217; 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 &#8220;Horizontal&#8221;, Condensed layout to &#8220;Vertical&#8221;, as the previous names were confusing</li>
27-
<li>New plugins : Instapaper, Pocket, Safari reading list, Google Plus, Hootsuite</li>
28-
<li>New default style for articles and new optional styles</li>
29-
<li>Two new filters : &#8220;Last 48 hours&#8221; and &#8220;Unread or flagged&#8221;</li>
30-
<li>Improved accessibility</li>
31-
<li>Added a &#8220;Reindex Database&#8221; 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-
<h3 id="changessince3.0.0rc9">Changes since 3.0.0 rc 9</h3>
14+
<h2>3.0.1</h2>
3815

3916
<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>
19+
<li>Fix diverse localization issues</li>
4320
</ul>
4421
</body>
4522
</html>

0 commit comments

Comments
 (0)