Features
- Filtering the list now disables keybinds
- OPML file exporting & importing support
Changelog
- 48185bd chore: bump up the version
- ee85ba5 feat: add command flags for opml files
- 2238c59 feat: add importing opml files
- c64fd68 feat: add test data and a base interface for loading opml files
- d290c3d feat: added basic opml exporting
- 278c6a6 feat: opml support
- 630badf feat: the escape is now handled by tabs
- 507d108 fix: filtering the list now disables keybinds
- fdd3baf refactor: a scaffolding for disabling keymaps on a tab basis
- 2945992 refactor: backend package overhaul
- 5edf6e5 refactor: change overlaying to use string builders
- b3419dd refactor: changes to the popup package
- 695b94c style: access rss methods from backend directly
- 492e9da style: minor fixes