Skip to content

Commit 0267a4c

Browse files
committed
Bump version number to 3.8.0 Beta 2
1 parent 61aef8d commit 0267a4c

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

CHANGES

+33
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,37 @@ most recent build should be at the top of this file.
88

99
Thanks!
1010

11+
3.8.0 Beta 2
12+
------------
13+
- Change minimum macOS requirement to 10.12 (Sierra)
14+
- Speed up database handling (the updated database remains fully compatible with all 3.x.x versions of Vienna)
15+
- When hovering over a link with new browser, display its address on a floating bar
16+
- Add a hidden preference for always displaying the full date, not using relative dates like Today or Yesterday. This is enabled with the Terminal command: `defaults write uk.co.opencommunity.vienna2 DoesRelativeDateFormatting -bool NO` and can be reversed with `defaults delete uk.co.opencommunity.vienna2 DoesRelativeDateFormatting`
17+
- Remove support for web plug-ins
18+
- Respect new browser's preference setting regarding JavaScript (might require application restart)
19+
- Fix download manager (old browser only at the time) and replace NSURLDownload with NSURLSessionDownloadTask
20+
- Update AppleScript architecture (use definition files instead of suite/terminology files)
21+
- Improve handling of URLs containing semicolon character in the path component
22+
- Update Sparkle to version 2.0 beta 3 and add an EdDSA key
23+
- Fix some application locks caused by new browser
24+
- Fix some leaks with new browser
25+
- Use Sourceforge for downloading binaries updates
26+
- Replace older logging tools with os_log
27+
- Silence many warnings
28+
- Fix Github test action
29+
30+
3.7.2
31+
-----
32+
- Speed up database handling (the updated database remains fully compatible with all 3.x.x versions of Vienna)
33+
- Remove preference setting related to notifications (already handled by System Preferences)
34+
- Fix image overflow with certain feeds
35+
- Fix download manager and replace NSURLDownload with NSURLSessionDownloadTask
36+
- Fix scripts handling in menubar
37+
- Fix behavior when clicking on Dock icon
38+
- Improve handling of URLs containing semicolon character in the path component
39+
- Update Sparkle to version 1.27 and add an EdDSA key
40+
- Update procedures for building binaries (use Sourceforge for binaries instead of Bintray, fix notarization and Github test action)
41+
1142
3.8.0 Beta 1
1243
------------
1344
- Implement an experimental new browser based on WKWebView : it can be selected in Advanced preferences, and will be available after application restart. It is fastest and more secure.
@@ -18,6 +49,8 @@ Thanks!
1849
- introduce new classes : ArticleConverter, ArticleStyleLoader, RSSSubscriber
1950
- Remove preference setting related to notifications (already handled by System Preferences)
2051
- Fix image overflow with certain feeds
52+
- Fix scripts handling in menubar
53+
- Fix behavior when clicking on Dock icon
2154
- Update Sparkle to version 1.26
2255
- Use NSFileManager properties for library paths
2356
- Migrate some tests to Swift

notes.html

+38-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,42 @@
108108

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

111-
<h2 id="toc_1">3.8.0 Beta 1</h2>
111+
<h2 id="toc_1">3.8.0 Beta 2</h2>
112+
113+
<ul>
114+
<li>Change minimum macOS requirement to 10.12 (Sierra)</li>
115+
<li>Speed up database handling (the updated database remains fully compatible with all 3.x.x versions of Vienna)</li>
116+
<li>When hovering over a link with new browser, display its address on a floating bar</li>
117+
<li>Add a hidden preference for always displaying the full date, not using relative dates like Today or Yesterday. This is enabled with the Terminal command: <code>defaults write uk.co.opencommunity.vienna2 DoesRelativeDateFormatting -bool NO</code> and can be reversed with <code>defaults delete uk.co.opencommunity.vienna2 DoesRelativeDateFormatting</code></li>
118+
<li>Remove support for web plug-ins</li>
119+
<li>Respect new browser&#39;s preference setting regarding JavaScript (might require application restart)</li>
120+
<li>Fix download manager (old browser only at the time) and replace NSURLDownload with NSURLSessionDownloadTask</li>
121+
<li>Update AppleScript architecture (use definition files instead of suite/terminology files)</li>
122+
<li>Improve handling of URLs containing semicolon character in the path component</li>
123+
<li>Update Sparkle to version 2.0 beta 3 and add an EdDSA key</li>
124+
<li>Fix some application locks caused by new browser</li>
125+
<li>Fix some leaks with new browser</li>
126+
<li>Use Sourceforge for downloading binaries updates</li>
127+
<li>Replace older logging tools with os_log</li>
128+
<li>Silence many warnings</li>
129+
<li>Fix Github test action</li>
130+
</ul>
131+
132+
<h2 id="toc_2">3.7.2</h2>
133+
134+
<ul>
135+
<li>Speed up database handling (the updated database remains fully compatible with all 3.x.x versions of Vienna)</li>
136+
<li>Remove preference setting related to notifications (already handled by System Preferences)</li>
137+
<li>Fix image overflow with certain feeds</li>
138+
<li>Fix download manager and replace NSURLDownload with NSURLSessionDownloadTask</li>
139+
<li>Fix scripts handling in menubar</li>
140+
<li>Fix behavior when clicking on Dock icon</li>
141+
<li>Improve handling of URLs containing semicolon character in the path component</li>
142+
<li>Update Sparkle to version 1.27 and add an EdDSA key</li>
143+
<li>Update procedures for building binaries (use Sourceforge for binaries instead of Bintray, fix notarization and Github test action)</li>
144+
</ul>
145+
146+
<h2 id="toc_3">3.8.0 Beta 1</h2>
112147

113148
<ul>
114149
<li>Implement an experimental new browser based on WKWebView : it can be selected in Advanced preferences, and will be available after application restart. It is fastest and more secure.</li>
@@ -122,6 +157,8 @@ <h2 id="toc_1">3.8.0 Beta 1</h2>
122157
</ul></li>
123158
<li>Remove preference setting related to notifications (already handled by System Preferences)</li>
124159
<li>Fix image overflow with certain feeds</li>
160+
<li>Fix scripts handling in menubar</li>
161+
<li>Fix behavior when clicking on Dock icon</li>
125162
<li>Update Sparkle to version 1.26</li>
126163
<li>Use NSFileManager properties for library paths</li>
127164
<li>Migrate some tests to Swift</li>

0 commit comments

Comments
 (0)