Skip to content

Commit a0b1202

Browse files
committed
Upgrade version number to 3.6.0
Also reorganize CHANGES file to respect historic sequence notes.html is more oriented towards the average end user than CHANGES
1 parent 7e74a28 commit a0b1202

File tree

2 files changed

+36
-52
lines changed

2 files changed

+36
-52
lines changed

CHANGES

+27-18
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,31 @@ most recent build should be at the top of this file.
88

99
Thanks!
1010

11+
3.6.0
12+
-----
13+
### ! 3.6 versions require OS X 10.11 (El Capitan) or later !
14+
- Universal build (support Apple Silicon processors as well as Intel processors) through Xcode 12.2
15+
- Refactor constants to be usable by Swift code
16+
- Tweak DirectoryMonitor code
17+
- Fix a warning
18+
- Change configuration of handling of stale Github issues
19+
1120
3.6.0 Beta 5
1221
------------
1322
- Silence some warnings
1423
- Remove unused code
1524
- Add GitHub workflow for testing
1625

17-
3.6.0 Beta 4
18-
------------
19-
- Update to Xcode 12
20-
21-
3.6.0 Beta 3
22-
------------
23-
- Configure Github configuration to close abandoned issues
24-
25-
3.6.0 Beta 2
26-
------------
27-
- Replace deprecated methods
28-
29-
3.6.0 Beta 1
30-
------------
31-
### ! For OS X 10.11 (El Capitan) or later only !
32-
- Lift deployment target to macOS 10.11 & start modernizing code
33-
- Replaced MASPreferences with Storyboard implementation (Preferences window)
34-
3526
3.5.10
3627
------
3728
- Fix application crashing on display of certain URLs (bug introduced by version 3.5.9)
3829
- Fix a crash when both expansion tooltip and progress animation were triggered
3930
- Fix an annoyance with tooltip obscuring contextual menu in article list or folder list
4031

32+
3.6.0 Beta 4
33+
------------
34+
- Update to Xcode 12
35+
4136
3.5.9
4237
-----
4338
- Add toolbar icon for deleting articles
@@ -50,6 +45,10 @@ Thanks!
5045
- Update to MMTabBarView v/1.4.9
5146
- Fix running individual Xcode tests
5247

48+
3.6.0 Beta 3
49+
------------
50+
- Configure Github configuration to close abandoned issues
51+
5352
3.5.8
5453
-----
5554
- Fix crash related to macOS Big Sur Beta
@@ -61,6 +60,10 @@ Thanks!
6160
- Fix resetting of article pane when no article is selected anymore and "Use Web Pages for Articles" is enabled
6261
- Fix Vienna Tests target
6362

63+
3.6.0 Beta 2
64+
------------
65+
- Replace deprecated methods
66+
6467
3.5.7
6568
-----
6669
- Fix file being hidden at end of "Download image"
@@ -71,6 +74,12 @@ Thanks!
7174
- Increase to 1000 the limit of articles fetched at once from an Open Reader feed
7275
- Update Sparkle to v1.23.0 and MMTabBarView to v/1.4.7
7376

77+
3.6.0 Beta 1
78+
------------
79+
### ! 3.6.x versions are for OS X 10.11 (El Capitan) or later only !
80+
- Lift deployment target to macOS 10.11 & start modernizing code
81+
- Replaced MASPreferences with Storyboard implementation (Preferences window)
82+
7483
3.5.6
7584
-----
7685
- Vienna is now notarized (needed by macOS Catalina and later)

notes.html

+9-34
Original file line numberDiff line numberDiff line change
@@ -108,45 +108,20 @@
108108

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

111-
<h2 id="toc_1">3.6.0 Beta 5</h2>
111+
<h2 id="toc_1">3.6.0</h2>
112112

113-
<ul>
114-
<li>Silence some warnings</li>
115-
<li>Remove unused code</li>
116-
<li>Add GitHub workflow for testing</li>
117-
</ul>
118-
119-
<h2 id="toc_2">3.6.0 Beta 4</h2>
113+
<h3 id="toc_2">! 3.6 versions require OS X 10.11 (El Capitan) or later !</h3>
120114

121115
<ul>
122-
<li>Update to Xcode 12</li>
123-
</ul>
124-
125-
<h2 id="toc_3">3.6.0 Beta 3</h2>
126-
127-
<ul>
128-
<li>Configure Github configuration to close abandoned issues</li>
129-
</ul>
130-
131-
<h2 id="toc_4">3.6.0 Beta 2</h2>
132-
133-
<ul>
134-
<li>Replace deprecated methods</li>
135-
</ul>
136-
137-
<h2 id="toc_5">3.6.0 Beta 1</h2>
138-
139-
<ul>
140-
<li>Lift deployment target to macOS 10.11 &amp; start modernizing code</li>
141-
<li>Replaced MASPreferences with Storyboard implementation (Preferences window)</li>
142-
</ul>
143-
144-
<h2 id="toc_6">3.5.10</h2>
116+
<li>Universal build (support Apple Silicon processors as well as Intel processors) through Xcode 12.2</li>
117+
<li>Revamp Preferences window (use Storyboard implementation)</li>
118+
<li>Modernize code:
145119

146120
<ul>
147-
<li>Fix application crashing on display of certain URLs (bug introduced by version 3.5.9) </li>
148-
<li>Fix a crash when both expansion tooltip and progress animation were triggered</li>
149-
<li>Fix an annoyance with tooltip obscuring contextual menu in article list or folder list</li>
121+
<li>remove deprecated methods</li>
122+
<li>improve coexistence of Swift and Objective-C</li>
123+
<li>improve development workflows</li>
124+
</ul></li>
150125
</ul>
151126

152127

0 commit comments

Comments
 (0)