From 143c447d2ea62fbf68bd68ac8f0dbf4e5eb1a773 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 16 May 2025 13:28:36 +0800 Subject: [PATCH] release(desktop): release v0.4.6 --- apps/desktop/changelog/0.4.6.md | 16 ++++++++++++++++ apps/desktop/changelog/next.md | 9 --------- apps/desktop/package.json | 2 +- 3 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 apps/desktop/changelog/0.4.6.md diff --git a/apps/desktop/changelog/0.4.6.md b/apps/desktop/changelog/0.4.6.md new file mode 100644 index 000000000..fe5abf267 --- /dev/null +++ b/apps/desktop/changelog/0.4.6.md @@ -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 diff --git a/apps/desktop/changelog/next.md b/apps/desktop/changelog/next.md index 7e114b84d..62b641fa5 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -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 diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 38b0328df..2fbdb3324 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -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",