Features
- Much better help interface
- Ability to mark articles as read/unread
Changelog
- 3673091 chore: bump up the version
- 2a43646 chore: removed support for go 1.18
- 9159e0c ci: ensure go 1.19+ in releases
- 40c82c3 feat: add a keymap to the simplelist
- 7ea3e99 feat: add better styles to the help popup
- a7599cd feat: add read status integration into the backend
- dd3f66b feat: enforce tabs to expose its components help
- 3d4aca0 feat: general help improvements
- fb83a3f feat: improve logging
- cff74b5 feat: integrate the article reading mechanic into the feed tab
- caac3e5 feat: integrate the mark as unread mechanic into the feed tab
- 23fe7ea feat: make the default textdark color more readable
- c301f02 feat: mark articles as read/unread
- b0fe5f8 feat: move help into a popup
- 3b80038 feat: move the help from the bottom to a popup
- 41079c0 fix: add all viewport shortcuts to the help-page
- 186ef4b fix: base hashes on gofeed.Item and add them to the downloaded tab
- 1c005fa fix: have consistent popup height
- 8ab3120 fix: mark and ummark as read correctly
- a8e5795 fix: minor read status adjustments
- 627062c refactor: enforce Keymap interface on all tabs
- a424094 refactor: move the cache to its own package
- c9923b8 refactor: rename the model package to ui
- 2f8bd83 style: browser keymap improvements
- 0a7e305 style: make linter happy
- e8a90c9 style: rename NewTabMessage to NewTabMsg