|
108 | 108 |
|
109 | 109 | <h1 id="toc_0">Version Notes</h1>
|
110 | 110 |
|
111 |
| -<h2 id="toc_1">3.6.0</h2> |
| 111 | +<h2 id="toc_1">3.6.1</h2> |
112 | 112 |
|
113 |
| -<h3 id="toc_2">! 3.6 versions require OS X 10.11 (El Capitan) or later !</h3> |
| 113 | +<h3 id="toc_2">A bug fix plus some subtle improvements or modernizations</h3> |
114 | 114 |
|
115 | 115 | <ul>
|
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: |
119 |
| - |
120 |
| -<ul> |
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> |
| 116 | +<li>Fix brutal resizing of article view column in vertical layout</li> |
| 117 | +<li>Add ‘hidden’ preference to specify web user agent through command line : <code>defaults write uk.co.opencommunity.vienna2 UserAgentName <...></code></li> |
| 118 | +<li>Improve look of main window toolbar under macOS Big Sur</li> |
| 119 | +<li>Use adaptative grey for unread count in folders tree</li> |
| 120 | +<li>Update toolbar icons of preferences window</li> |
| 121 | +<li>Replace IOKit calls with NSBackgroundActivityScheduler for scheduling refreshes</li> |
| 122 | +<li>Address several deprecation warnings</li> |
| 123 | +<li>Refactor some methods from Objective-C to Swift (PopUpButton, AppController+Sparkle)</li> |
| 124 | +<li>Remove unused code and images, slightly reorganize project, move images and icons into assets catalog</li> |
| 125 | +<li>Handle gracefully when CS-ID.xcconfig file is missing</li> |
| 126 | +<li>Use Swift Package Manager instead of Carthage for managing dependencies (Sparkle, MMTabBarView v/1.4.12)</li> |
| 127 | +<li>Use Github Workflows instead of Travis CI for continuous integrations tests</li> |
| 128 | +<li>Update SwiftLint configuration</li> |
125 | 129 | </ul>
|
126 | 130 |
|
127 | 131 |
|
|
0 commit comments