Skip to content

Commit

Permalink
Upgrade version number to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barijaona committed Dec 31, 2020
1 parent 1d6466f commit 5698f89
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 22 deletions.
17 changes: 17 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ most recent build should be at the top of this file.

Thanks!

3.7.0
-----
- Update database to enable auto-vacuum mode (the updated database remains compatible with older versions of Vienna)
- Add dark color scheme to Default and Serifim styles
- Fix search field for some macOS versions prior to macOS 11
- Fix database update on permanent HTTP redirections
- Fix a problem with some authentication challenges sent by servers
- Limit duration of requests to unresponding websites
- Modify symbols displayed in article list on macOS 11 Big Sur
- Update some localizations
- Update an URL in the default set of feeds
- Various code modernizations
- More coherent project settings
- Rearrange some files ; move images into a single Assets.xcassets folder
- Build with Xcode 12.3
- Improve SwiftLint settings

3.6.2
-----
- Fix main window not appearing when "checking for new articles" preference is set to "Manually"
Expand Down
37 changes: 15 additions & 22 deletions notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,30 +108,23 @@

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

<h2 id="toc_1">3.6.2</h2>

<h4 id="toc_2">Bugfix</h4>

<ul>
<li>Fix main window not appearing when &quot;checking for new articles&quot; preference is set to &quot;Manually&quot; </li>
</ul>

<h2 id="toc_3">3.6.1</h2>
<h2 id="toc_1">3.7.0</h2>

<ul>
<li>Fix brutal resizing of article view column in vertical layout</li>
<li>Add ‘hidden’ preference to specify web user agent through command line : <code>defaults write uk.co.opencommunity.vienna2 UserAgentName &lt;...&gt;</code></li>
<li>Improve look of main window toolbar under macOS Big Sur</li>
<li>Use adaptative grey for unread count in folders tree</li>
<li>Update toolbar icons of preferences window</li>
<li>Replace IOKit calls with NSBackgroundActivityScheduler for scheduling refreshes</li>
<li>Address several deprecation warnings</li>
<li>Refactor some methods from Objective-C to Swift (PopUpButton, AppController+Sparkle)</li>
<li>Remove unused code and images, slightly reorganize project, move images and icons into assets catalog</li>
<li>Handle gracefully when CS-ID.xcconfig file is missing</li>
<li>Use Swift Package Manager instead of Carthage for managing dependencies (Sparkle, MMTabBarView v/1.4.12)</li>
<li>Use Github Workflows instead of Travis CI for continuous integrations tests</li>
<li>Update SwiftLint configuration</li>
<li>Update database to enable auto-vacuum mode (the updated database remains compatible with older versions of Vienna)</li>
<li>Add dark color scheme to Default and Serifim styles</li>
<li>Fix search field for some macOS versions prior to macOS 11</li>
<li>Fix database update on permanent HTTP redirections</li>
<li>Fix a problem with some authentication challenges sent by servers</li>
<li>Limit duration of requests to unresponding websites</li>
<li>Modify symbols displayed in article list on macOS 11 Big Sur</li>
<li>Update some localizations</li>
<li>Update an URL in the default set of feeds</li>
<li>Various code modernizations</li>
<li>More coherent project settings</li>
<li>Rearrange some files ; move images into a single Assets.xcassets folder</li>
<li>Build with Xcode 12.3</li>
<li>Improve SwiftLint settings</li>
</ul>


Expand Down

0 comments on commit 5698f89

Please sign in to comment.