release(desktop): release v0.4.6

This commit is contained in:
DIYgod 2025-05-16 13:28:36 +08:00
parent ad9b47eeed
commit 143c447d2e
No known key found for this signature in database
3 changed files with 17 additions and 10 deletions

View File

@ -0,0 +1,16 @@
# What's new in v0.4.6
## Shiny new things
- Simplified Subscription Feature: Automatically hides subscriptions that have no updates and are fully read. To enable, go to Settings - General Subscription - Hide Read.
- Vim users' expectations: Currently, it supports using the keyboard in the Timeline and entry to complete page turning and switching between entries.
- When focus in Timeline, you can use `j` and `k` (or `down` and `up` arrow keys) to navigate to previous and next entries, press `Enter` to change focus to the entry content.
- When focus in Entry Content, you can use `h` and `l` (or `left` and `right` arrow keys) to navigate to previous and next entries, press `j` and `k` (or `down` and `up` arrow keys) to scroll down/up, press `Escape` or `Backspace` to change focus to the timeline.
- When focus in Subscription, you can use `j` and `k` (or `down` and `up` arrow keys) to navigate to previous and next subscriptions, press `Enter` to change focus to the Timeline, press `Z` to toggle folder collapse when the current focus is a folder.
![Vim-like navigation](https://github.com/RSSNext/assets/raw/refs/heads/main/vim-navigation.mp4?ratio=1.833)
## Improvements
## No longer broken

View File

@ -2,15 +2,6 @@
## Shiny new things
- Simplified Subscription Feature: Automatically hides subscriptions that have no updates and are fully read. To enable, go to Settings - General Subscription - Hide Read.
- Vim users' expectations: Currently, it supports using the keyboard in the Timeline and entry to complete page turning and switching between entries.
- When focus in Timeline, you can use `j` and `k` (or `down` and `up` arrow keys) to navigate to previous and next entries, press `Enter` to change focus to the entry content.
- When focus in Entry Content, you can use `h` and `l` (or `left` and `right` arrow keys) to navigate to previous and next entries, press `j` and `k` (or `down` and `up` arrow keys) to scroll down/up, press `Escape` or `Backspace` to change focus to the timeline.
- When focus in Subscription, you can use `j` and `k` (or `down` and `up` arrow keys) to navigate to previous and next subscriptions, press `Enter` to change focus to the Timeline, press `Z` to toggle folder collapse when the current focus is a folder.
![Vim-like navigation](https://github.com/RSSNext/assets/raw/refs/heads/main/vim-navigation.mp4?ratio=1.833)
## Improvements
## No longer broken

View File

@ -1,7 +1,7 @@
{
"name": "Folo",
"type": "module",
"version": "0.4.5",
"version": "0.4.6",
"private": true,
"description": "Follow everything in one place",
"author": "Folo Team",