Skip to content

Commit

Permalink
Bump version number to 3.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
barijaona committed Nov 12, 2022
1 parent 1f356de commit 530a438
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ most recent build should be at the top of this file.

Thanks!

3.8.4
-----
- Add ability to hide/show the enclosure bar (through the View menu)
- Various OpenReader related improvements:
- Better URL handling in Preferences / Settings window
- Allow access over http or https (useful FreshRSS servers used in internal LAN)
- When refreshing all folders, prevent same error dialog from popping repeatedly
- Fix status discrepancies (especially persisting error icons)
- Fix width of left hand pane not being kept after application relaunch (on macOS Ventura)
- Modify details in Preferences / Settings window to better conform to the Human Interface Guidelines
- Modernize code : use newer APIs when available, prepare to sandboxing
- Update Sparkle to version 2.3.0
- Optimized for macOS Ventura : built with macOS 13 SDK (still compatible with macOS 10.12 and above)

3.8.3
-----
- Fix "Open Link in New Tab" contextual menu item (on main tab when the new browser option is enabled)
Expand Down
20 changes: 15 additions & 5 deletions notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,23 @@

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

<h2 id="toc_1">3.8.3</h2>
<h2 id="toc_1">3.8.4</h2>

<ul>
<li>Fix &quot;Open Link in New Tab&quot; contextual menu item (on main tab when the new browser option is enabled)</li>
<li>When the user uses the Space keyboard shortcut, keep the focus on the article list (as version 3.7.x did) to ease navigation with keyboard</li>
<li>Fix a problem that could prevent decompression of the application on some configurations</li>
<li>Improve various points of build process</li>
<li>Add ability to hide/show the enclosure bar (through the View menu)</li>
<li>Various OpenReader related improvements:

<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>
</ul>


Expand Down

0 comments on commit 530a438

Please sign in to comment.