Skip to content

Commit

Permalink
Bump version number to 3.9.0 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
barijaona committed Jul 9, 2023
1 parent a819d98 commit f02c920
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 13 deletions.
38 changes: 38 additions & 0 deletions CHANGES
Expand Up @@ -8,6 +8,44 @@ most recent build should be at the top of this file.

Thanks!

3.9.0 Beta 1
------------
### ! Requires macOS 10.13 or higher !
- New editor for smart folders: criterias can now be imbricated, allowing more complex and refined selections
- Add initial JSON Feed support
- Implement Apple's standard interface for sharing articles or pages; Vienna's traditional plugins do not appear in default toolbar, but are still fully supported and can be added or removed as preferred.
- Unified search: a single search field can be used for searching within articles, current webpage, folders list or the web.
- Complete transition to WkWebView based browser; reimplement printing and download, improve contextual menus; fix Web Inspector (macOS >= 13.3)
- Use view-based cells for tree view of folders and feeds; font is no longer selectable, but user can choose between three cell sizes
- Fix compliance with refresh frequency set by user
- Fix disappearance of tooltips on refresh
- Code cleanup and modernization; built with macOS 13.3 SDK
- Update Sparkle to version 2.4.2, MMTabBarView to v/1.5.0

Known issue: due to some changes in preferences file format, you may have to reset sorting of folders and articles to your liking.

3.8.8
-----
- Fix access to list of keyboard shortcuts in helpbook on macOS Ventura
- Adapt helpbook pages to dark mode
- Improve information on OpenReader
- Revert Sparkle to version 2.2.2 as a precaution

3.8.7
-----
- Fix a long standing problem where OpenReader feeds read with another client would not be immediately synced in Vienna

3.8.6
-----
- Fix Command-W behavior according to tab count: closes window when only main tab is present
- Fix memory leak when closing tab with the new browser
- Fix toolbar search field to only start search when the user presses the enter key
- Fix status text in window's status bar

3.8.5
-----
- Fix "Previous Tab / Next Tab" menu commands to cycle between open tabs

3.8.4
-----
- Add ability to hide/show the enclosure bar (through the View menu)
Expand Down
35 changes: 22 additions & 13 deletions notes.html
Expand Up @@ -108,23 +108,32 @@

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

<h2 id="toc_1">3.8.4</h2>
<h2 id="toc_1">3.9.0 Beta 1</h2>

<h3 id="toc_2">! Requires macOS 10.13 or higher !</h3>

<ul>
<li>Add ability to hide/show the enclosure bar (through the View menu)</li>
<li>Various OpenReader related improvements:
<li>New editor for smart folders: criterias can now be imbricated, allowing more complex and refined selections</li>
<li>Add initial JSON Feed support</li>
<li>Implement Apple&#39;s standard interface for sharing articles or pages; Vienna&#39;s traditional plugins do not appear in default toolbar, but are still fully supported and can be added or removed as preferred. </li>
<li>Unified search: a single search field can be used for searching within articles, current webpage, folders list or the web.</li>
<li>Complete transition to WkWebView based browser; reimplement printing and download, improve contextual menus; fix Web Inspector (macOS &gt;= 13.3)</li>
<li>Use view-based cells for tree view of folders and feeds; font is no longer selectable, but user can choose between three cell sizes</li>
<li>Fix compliance with refresh frequency set by user</li>
<li>Fix disappearance of tooltips on refresh</li>
<li>Code cleanup and modernization; built with macOS 13.3 SDK</li>
<li>Update Sparkle to version 2.4.2, MMTabBarView to v/1.5.0</li>
</ul>

<p><strong>Known issue:</strong> due to some changes in preferences file format, you may have to reset sorting of folders and articles to your liking.</p>

<h2 id="toc_3">3.8.8</h2>

<ul>
<li>Better URL handling in Preferences / Settings window</li>
<li>Allow access over http or https (useful FreshRSS servers used in internal LAN)</li>
<li>When refreshing all folders, prevent same error dialog from popping repeatedly</li>
<li>Fix status discrepancies (especially persisting error icons)</li>
</ul></li>
<li>Fix width of left hand pane not being kept after application relaunch (on macOS Ventura)</li>
<li>Modify details in Preferences / Settings window to better conform to the Human Interface Guidelines</li>
<li>Modernize code : use newer APIs when available, prepare to sandboxing</li>
<li>Update Sparkle to version 2.3.0</li>
<li>Optimized for macOS Ventura : built with macOS 13 SDK (still compatible with macOS 10.12 and above)</li>
<li>Fix access to list of keyboard shortcuts in helpbook on macOS Ventura</li>
<li>Adapt helpbook pages to dark mode</li>
<li>Improve information on OpenReader</li>
<li>Revert Sparkle to version 2.2.2 as a precaution</li>
</ul>


Expand Down

0 comments on commit f02c920

Please sign in to comment.