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
+33
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,37 @@ most recent build should be at the top of this file.
8
8
9
9
Thanks!
10
10
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`
- 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
+
11
42
3.8.0 Beta 1
12
43
------------
13
44
- 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!
18
49
- introduce new classes : ArticleConverter, ArticleStyleLoader, RSSSubscriber
19
50
- Remove preference setting related to notifications (already handled by System Preferences)
Copy file name to clipboardexpand all lines: notes.html
+38-1
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,42 @@
108
108
109
109
<h1id="toc_0">Version Notes</h1>
110
110
111
-
<h2id="toc_1">3.8.0 Beta 1</h2>
111
+
<h2id="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>
<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
+
<h2id="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
+
<h2id="toc_3">3.8.0 Beta 1</h2>
112
147
113
148
<ul>
114
149
<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>
0 commit comments