Skip to content

Commit

Permalink
Bump version number to 3.8.0 Beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
barijaona committed Oct 17, 2021
1 parent 61aef8d commit 0267a4c
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,37 @@ most recent build should be at the top of this file.

Thanks!

3.8.0 Beta 2
------------
- Change minimum macOS requirement to 10.12 (Sierra)
- Speed up database handling (the updated database remains fully compatible with all 3.x.x versions of Vienna)
- When hovering over a link with new browser, display its address on a floating bar
- 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`
- Remove support for web plug-ins
- Respect new browser's preference setting regarding JavaScript (might require application restart)
- Fix download manager (old browser only at the time) and replace NSURLDownload with NSURLSessionDownloadTask
- Update AppleScript architecture (use definition files instead of suite/terminology files)
- Improve handling of URLs containing semicolon character in the path component
- Update Sparkle to version 2.0 beta 3 and add an EdDSA key
- Fix some application locks caused by new browser
- Fix some leaks with new browser
- Use Sourceforge for downloading binaries updates
- Replace older logging tools with os_log
- Silence many warnings
- Fix Github test action

3.7.2
-----
- Speed up database handling (the updated database remains fully compatible with all 3.x.x versions of Vienna)
- Remove preference setting related to notifications (already handled by System Preferences)
- Fix image overflow with certain feeds
- Fix download manager and replace NSURLDownload with NSURLSessionDownloadTask
- Fix scripts handling in menubar
- Fix behavior when clicking on Dock icon
- Improve handling of URLs containing semicolon character in the path component
- Update Sparkle to version 1.27 and add an EdDSA key
- Update procedures for building binaries (use Sourceforge for binaries instead of Bintray, fix notarization and Github test action)

3.8.0 Beta 1
------------
- 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.
Expand All @@ -18,6 +49,8 @@ Thanks!
- introduce new classes : ArticleConverter, ArticleStyleLoader, RSSSubscriber
- Remove preference setting related to notifications (already handled by System Preferences)
- Fix image overflow with certain feeds
- Fix scripts handling in menubar
- Fix behavior when clicking on Dock icon
- Update Sparkle to version 1.26
- Use NSFileManager properties for library paths
- Migrate some tests to Swift
Expand Down
39 changes: 38 additions & 1 deletion notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,42 @@

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

<h2 id="toc_1">3.8.0 Beta 1</h2>
<h2 id="toc_1">3.8.0 Beta 2</h2>

<ul>
<li>Change minimum macOS requirement to 10.12 (Sierra)</li>
<li>Speed up database handling (the updated database remains fully compatible with all 3.x.x versions of Vienna)</li>
<li>When hovering over a link with new browser, display its address on a floating bar</li>
<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>Remove support for web plug-ins</li>
<li>Respect new browser&#39;s preference setting regarding JavaScript (might require application restart)</li>
<li>Fix download manager (old browser only at the time) and replace NSURLDownload with NSURLSessionDownloadTask</li>
<li>Update AppleScript architecture (use definition files instead of suite/terminology files)</li>
<li>Improve handling of URLs containing semicolon character in the path component</li>
<li>Update Sparkle to version 2.0 beta 3 and add an EdDSA key</li>
<li>Fix some application locks caused by new browser</li>
<li>Fix some leaks with new browser</li>
<li>Use Sourceforge for downloading binaries updates</li>
<li>Replace older logging tools with os_log</li>
<li>Silence many warnings</li>
<li>Fix Github test action</li>
</ul>

<h2 id="toc_2">3.7.2</h2>

<ul>
<li>Speed up database handling (the updated database remains fully compatible with all 3.x.x versions of Vienna)</li>
<li>Remove preference setting related to notifications (already handled by System Preferences)</li>
<li>Fix image overflow with certain feeds</li>
<li>Fix download manager and replace NSURLDownload with NSURLSessionDownloadTask</li>
<li>Fix scripts handling in menubar</li>
<li>Fix behavior when clicking on Dock icon</li>
<li>Improve handling of URLs containing semicolon character in the path component</li>
<li>Update Sparkle to version 1.27 and add an EdDSA key</li>
<li>Update procedures for building binaries (use Sourceforge for binaries instead of Bintray, fix notarization and Github test action)</li>
</ul>

<h2 id="toc_3">3.8.0 Beta 1</h2>

<ul>
<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>
Expand All @@ -122,6 +157,8 @@ <h2 id="toc_1">3.8.0 Beta 1</h2>
</ul></li>
<li>Remove preference setting related to notifications (already handled by System Preferences)</li>
<li>Fix image overflow with certain feeds</li>
<li>Fix scripts handling in menubar</li>
<li>Fix behavior when clicking on Dock icon</li>
<li>Update Sparkle to version 1.26</li>
<li>Use NSFileManager properties for library paths</li>
<li>Migrate some tests to Swift</li>
Expand Down

0 comments on commit 0267a4c

Please sign in to comment.