This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Releases: jangernert/FeedReader
Releases · jangernert/FeedReader
v2.6.2
- Fix version numbers
- Fix a crash in the article list
- More translations
v2.6.1
Replace git submodules with subtrees so all necessary build artifacts will be in our release tarballs.
v2.6.0
v2.5.1
- Add right-click menu on article rows to copy URL
- Try to unlock the keyring when we use it instead of at startup
- Change how we delete categories so feeds and subcategories are recategorized correctly
- Feedbin Plugin: Mark Feedbin as free software
v2.5.0
- Attempt to unlock the keyring on startup if necessary
- Improvements to the database internals to make crashes less likely
v2.4.1
Fix a bug where database "spring cleaning" could hang forever if interrupted
Merge pull request #782 from jangernert/v2.4.0-prep
- Replace GNOME application menu with a menu button in the header
- Scale large images in articles to fit in the window
- Local plugin: Fix a bug where a new feed could use a deleted feed's favicon
- More translations
FeedReader 2.3.0
Replace libvilistextum:
- Use GLib's string.make_valid to remove invalid UTF-8 characters
- Use Gumbo to parse HTML so we can remove tags from titles and previews
FeedReader 2.2.1
- Fix few crashes and encoding issues related to Libvilistextum
- FreshAPI: Fix broken editTag function
FeedReader 2.2
- Removed the daemon process
- Switched to Meson build system
- Faster initial sync and favicon loading
- Improved Feedbin plugin
- A lot of bug fixes