Skip to content

Commit f02c920

Browse files
committed
Bump version number to 3.9.0 Beta 1
1 parent a819d98 commit f02c920

File tree

2 files changed

+60
-13
lines changed

2 files changed

+60
-13
lines changed

CHANGES

+38
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,44 @@ most recent build should be at the top of this file.
88

99
Thanks!
1010

11+
3.9.0 Beta 1
12+
------------
13+
### ! Requires macOS 10.13 or higher !
14+
- New editor for smart folders: criterias can now be imbricated, allowing more complex and refined selections
15+
- Add initial JSON Feed support
16+
- 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.
17+
- Unified search: a single search field can be used for searching within articles, current webpage, folders list or the web.
18+
- Complete transition to WkWebView based browser; reimplement printing and download, improve contextual menus; fix Web Inspector (macOS >= 13.3)
19+
- Use view-based cells for tree view of folders and feeds; font is no longer selectable, but user can choose between three cell sizes
20+
- Fix compliance with refresh frequency set by user
21+
- Fix disappearance of tooltips on refresh
22+
- Code cleanup and modernization; built with macOS 13.3 SDK
23+
- Update Sparkle to version 2.4.2, MMTabBarView to v/1.5.0
24+
25+
Known issue: due to some changes in preferences file format, you may have to reset sorting of folders and articles to your liking.
26+
27+
3.8.8
28+
-----
29+
- Fix access to list of keyboard shortcuts in helpbook on macOS Ventura
30+
- Adapt helpbook pages to dark mode
31+
- Improve information on OpenReader
32+
- Revert Sparkle to version 2.2.2 as a precaution
33+
34+
3.8.7
35+
-----
36+
- Fix a long standing problem where OpenReader feeds read with another client would not be immediately synced in Vienna
37+
38+
3.8.6
39+
-----
40+
- Fix Command-W behavior according to tab count: closes window when only main tab is present
41+
- Fix memory leak when closing tab with the new browser
42+
- Fix toolbar search field to only start search when the user presses the enter key
43+
- Fix status text in window's status bar
44+
45+
3.8.5
46+
-----
47+
- Fix "Previous Tab / Next Tab" menu commands to cycle between open tabs
48+
1149
3.8.4
1250
-----
1351
- Add ability to hide/show the enclosure bar (through the View menu)

notes.html

+22-13
Original file line numberDiff line numberDiff line change
@@ -108,23 +108,32 @@
108108

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

111-
<h2 id="toc_1">3.8.4</h2>
111+
<h2 id="toc_1">3.9.0 Beta 1</h2>
112+
113+
<h3 id="toc_2">! Requires macOS 10.13 or higher !</h3>
112114

113115
<ul>
114-
<li>Add ability to hide/show the enclosure bar (through the View menu)</li>
115-
<li>Various OpenReader related improvements:
116+
<li>New editor for smart folders: criterias can now be imbricated, allowing more complex and refined selections</li>
117+
<li>Add initial JSON Feed support</li>
118+
<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>
119+
<li>Unified search: a single search field can be used for searching within articles, current webpage, folders list or the web.</li>
120+
<li>Complete transition to WkWebView based browser; reimplement printing and download, improve contextual menus; fix Web Inspector (macOS &gt;= 13.3)</li>
121+
<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>
122+
<li>Fix compliance with refresh frequency set by user</li>
123+
<li>Fix disappearance of tooltips on refresh</li>
124+
<li>Code cleanup and modernization; built with macOS 13.3 SDK</li>
125+
<li>Update Sparkle to version 2.4.2, MMTabBarView to v/1.5.0</li>
126+
</ul>
127+
128+
<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>
129+
130+
<h2 id="toc_3">3.8.8</h2>
116131

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

130139

0 commit comments

Comments
 (0)