Skip to content

Commit 7cb6d42

Browse files
committedMar 19, 2016
Upgrade version number to 3.1.1
1 parent efc55da commit 7cb6d42

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed
 

‎CHANGES

+6
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.1.1
12+
-----
13+
- Fix some crashes
14+
- Fix deadlocks on OS X 10.8
15+
- Fix the sort functionality in Activity Window
16+
1117
3.1.0
1218
-----
1319
- Add search field in subscriptions tree

‎notes.html

+4-22
Original file line numberDiff line numberDiff line change
@@ -107,30 +107,12 @@
107107

108108
<h1 id="toc_0">Version Notes</h1>
109109

110-
<h2 id="toc_1">3.1.0</h2>
111-
112-
<h3 id="toc_2">Requires OS X 10.8 or better!</h3>
113-
114-
<h3 id="toc_3">Changes since 3.0.9</h3>
115-
116-
<ul>
117-
<li>Add search field in subscriptions tree</li>
118-
<li>Modern memory management (ARC)</li>
119-
<li>Modern frameworks for database queue management, JSON file parsing, XML parsing…</li>
120-
<li>Some code refactoring</li>
121-
<li>New handling of articles cache</li>
122-
<li>Security : update Sparkle autoupdate framework with latest version and use a secure URL</li>
123-
<li>Ensure current article remains visible when changing layout</li>
124-
</ul>
125-
126-
<h3 id="toc_4">Changes since 3.1.0 Beta 5</h3>
110+
<h2 id="toc_1">3.1.1</h2>
127111

128112
<ul>
129-
<li>Fix articles reappearing in a feed after being marked for deletion</li>
130-
<li>In Atom feeds, prefer the ‘content’ item over the ’summary’ one</li>
131-
<li>Improved memory management</li>
132-
<li>Fix various crashes</li>
133-
<li>Fix broken features in Download window</li>
113+
<li>Fix some crashes</li>
114+
<li>Fix deadlocks on OS X 10.8</li>
115+
<li>Fix the sort functionality in Activity Window</li>
134116
</ul>
135117

136118

0 commit comments

Comments
 (0)
Please sign in to comment.