Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Releases: jangernert/FeedReader

v2.6.2

24 Jan 15:27
Compare
Choose a tag to compare
  • Fix version numbers
  • Fix a crash in the article list
  • More translations

v2.6.1

07 Dec 01:10
Compare
Choose a tag to compare

Replace git submodules with subtrees so all necessary build artifacts will be in our release tarballs.

v2.6.0

03 Dec 23:48
Compare
Choose a tag to compare
v2.6.0 Pre-release
Pre-release

Added a new DecSync plugin #804

Note: The DecSync submodule is causing problems, please skip this release for now. See #814

v2.5.1

29 Nov 15:30
Compare
Choose a tag to compare
  • 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

24 Nov 00:22
Compare
Choose a tag to compare
  • Attempt to unlock the keyring on startup if necessary
  • Improvements to the database internals to make crashes less likely

v2.4.1

09 Nov 00:07
Compare
Choose a tag to compare

Fix a bug where database "spring cleaning" could hang forever if interrupted

Merge pull request #782 from jangernert/v2.4.0-prep

30 Oct 16:50
8c66e81
Compare
Choose a tag to compare
  • 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

29 Aug 19:06
Compare
Choose a tag to compare

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

26 Aug 08:47
0e74da4
Compare
Choose a tag to compare
  • Fix few crashes and encoding issues related to Libvilistextum
  • FreshAPI: Fix broken editTag function

FeedReader 2.2

06 May 20:13
61f6331
Compare
Choose a tag to compare
  • Removed the daemon process
  • Switched to Meson build system
  • Faster initial sync and favicon loading
  • Improved Feedbin plugin
  • A lot of bug fixes