diff options
| author | 2023-11-09 20:12:04 +1000 | |
|---|---|---|
| committer | 2023-11-09 11:12:04 +0100 | |
| commit | b9939bdaac75233ab52c7c7a483d5e4feb4921a4 (patch) | |
| tree | 768060a80dc121f31dbd4d2b9674e61a4d42bfad /CHANGELOG.md | |
| parent | 44a7c54a5a6afb72937425cee0d53610e440ec60 (diff) | |
Added ability to mark articles as read on focus. (#5812)
* Added ability to mark entries as read on focus.
Feature proposed in issue #5723.
* make-fix-all + i18n fr
* Use batch to save resources and increase performance
* Use "keep_unread"
* typo
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b966b497..b5c9c236c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ * Features * New *Important feeds* group in the main view, with corresponding new priority level for feeds [#5782](https://github.com/FreshRSS/FreshRSS/pull/5782) - * Entries from important feeds are not marked as read during scroll, nor during *Mark all as read* + * Entries from important feeds are not marked as read during *scroll*, during *focus*, nor during *Mark all as read* + * New option to mark entries as read when focused from keyboard shortcut [5812](https://github.com/FreshRSS/FreshRSS/pull/5812) * Add support for more thumbnail types [#5806](https://github.com/FreshRSS/FreshRSS/pull/5806) * Increase SQL (`VARCHAR`) text fields length to maximum possible [#5788](https://github.com/FreshRSS/FreshRSS/pull/5788) * Increase SQL date fields to 64-bit to be ready for year 2038+ [#5570](https://github.com/FreshRSS/FreshRSS/pull/5570) |
