Changelog for
feedreader-2.8.2-2.1.i586.rpm :
* Mon Feb 11 2019 Alexei Podvalsky
- Update to 2.8.2:
* Sort articles by date by default
* Make OPMLparser only concerned with parsing feeds
* Add sensible defaults in FeedServerInterface
* Add a default implementation for addFeeds()
* Make FeedServerInterface an abstract class
* Use UntypedJson.Object.get_string_member in a few more places
* Merge pull request #859 from jangernert/primary-menu
* primary menu: follow gnome design team guidlines
* Improve TT-RSS plugin instructions
* Merge pull request #858 from jangernert/improvements
* i18n: update pot/po files
* meson: fix the build
* meson: improve desktop and appdata files validation
* appdata: update to the latest specs
* files structure: move build files to build-aux
* Meson: clean constants.vala.in generation
* Set RSS links correctly in Bazqux, FeedHQ, InoReader and TT-RSS
* Redact TT-RSS passwords in logs again
* Fix TT-RSS comma-separated string list int arrays
* Add UntypedJson helper for TT-RSS
* Handle integer JSON members in TT-RSS
* Use PDO prepared statements in TT-RSS plugin
* Auto-fill missing schema in TT-RSS URL
* Simplify TT-RSS error logging
* Stronger typing in ttrssAPI
* Make ttrssAPI.updateArticleUnread take a string list
* Improve ttrsAPI status code handling
* Mon Feb 04 2019 Alexei Podvalsky - Update to 2.7.1:
* Re-use databases in the most obvious (single function) cases
* Make the local feed initial setup async again
* Don\'t re-use database connections at all
* Remove unsafe threading
* meson: fix finding libcurl
* Mon Jan 28 2019 Alexei Podvalsky - Update to 2.6.2:
* Merge branch \'origin/master\' into Weblate.
* Fix crashes caused by ArticleList.m_loadThread
* Run Vala code though Uncrustify
* Fix DataBaseWriteAccess.resetDB (#821)
* Merge pull request #820 from 39aldo39/fix-decsync-dir-access
* Merge pull request #822 from City-busz/patch-3
* Don\'t use legacy path for AppStream metainfo file
* Add access to the default DecSync directory (flatpak)
* Make 0 an allowed sync setting
* Sun Dec 16 2018 Alexei Podvalsky - Update to 2.6.1:
* Squashed \'data/GrabberConfig/\' content from commit 9c110392
* Add script to pull subtrees
* Remove submodules
* Set default URL in local and decsync plugin to null
* Small improvements in local/decsync backend
* Deduplicate shared libraries between local and decsync backends
* Small improvements
* Use db.read_category instead of removed db.category_exists
* Add DecSync plugin
* Add alwaysSetReadByID option to plugins
* Checkout submodules in CircleCI
* Set Feedbin to BackendFlags.FREE_SOFTWARE
* Git ignore .DS_Store
* Cleanup commented code
* Allow copying article url from ArticleRow context menu.
* Sun Nov 25 2018 Alexei Podvalsky - Update to 2.5.0:
* Remove unused FuncUtils
* Switch to a slightly more efficent version of ListUtils.single
* Deduplicate test building in meson.build
* Unlock the keyring whenever we try to use it
* Move SQLite config to a static constructor
* Add me as one of the authors
* Remove print from test
* Minor DB write improvements
* Replace QueryBuilder.insert_value_pair with typesafe versions
* More general improvements
* Deduplicate search logic
* Remove unused searchrows argument
* Various other DB query improvements
* Replace where_equal with type-safe versions
* Replace QueryBuilder.update_value_pair with typesafe replacements
* Simplify QueryBuilder.where_in_
*
* Use <> instead of NOT =
* Simplify QueryBuilder\'s constructor
* Change QueryBuilder checks to assertions
* Change QueryBuilder function and variable names
* Add QueryBuilder tests
* Fix QueryBuilder string quoting
* Create StringUtils.stringbuilder_append_join
* Turn buildConditions() into append_conditions()
* More QueryBuilder.to_string simplification
* Simplify QueryBuilder using append_printf and StringUtils.join
* Make m_insert_fields and m_insert_values locals
* Store QueryBuilder order by column and sort order instead of- Update feedreader-2.2.1-link-static.patch -> feedreader-2.5.0-link-static.patch
* Sun Nov 11 2018 Alexei Podvalsky - Update to 2.4.1:
* Remove spring cleaning from saved state
* Merge branch \'origin/master\' into Weblate
* Fri Nov 02 2018 Alexei Podvalsky - Update to 2.4.0:
* Use GUUID\'s for local plugin category ID\'s
* Use GUUID\'s for local feed ID\'s
* Delete favicons when deleting a feed
* Deduplicate Favicon file name creation
* Keep the flatpak install instructions
* Promote Flatpak package using the Flathub badge
* Update ColumnViewHeader.vala
* Set max-width of page elements to 100%
* Exchanging get_dbh() with get_pdo() fixes #750
* Update FUZZ_TESTING.md
* htmlclean: Add back the fuzz test inputs
* htmlclean: Add a main function for easier testing / fuzzing
* htmlclean: Better duplicate char skipping
* Merge pull request #748 from brendanlong/flatpak-readme
* Update README to only recommend the Flatpak build
* Use GLib\'s string.make_valid instead of libvilistextum
* Sat Sep 01 2018 Alexei Podvalsky - Update to 2.3.0:
* Fix README formatting
* Add some more null checks in copySelectedFeedURL
* Add \"htmlclean\" using Gumbo parser
* Remove libvilistextum
* Use GLib\'s string.make_valid instead of libvilistextum
* Use Utils.UTF8fix more consistently
* libvilistextum: Turn on more tests
* Mon Aug 27 2018 avvissuAATTyandex.by- Update to 2.2.1:
* No need to sepcificy plugins to build
* add required dependencies to Dockerfile
* Fix the appdata file
* Update org.gnome.FeedReader.appdata.xml.in
* Update meson.build
* add donation url
* Update the AppData information
* Add FUZZ_TESTING.md
* libvilistexum: Fix more isalnums to iswalnum
* libvilistextum: Fix uninitialized variable use in fileio
* libvilistextum: Use iswalpha for wchar
* libvilistextum: Use iswspace instead of isspace for wchar
* libvilistextum: Simplify a realloc
* libvilistextum: Fix infinite loop in DOCTYPE
* libvilistextum: Fix infinite loop in friss_kommentar
* libvilistextum: Fix infinite loop in
* libvilistextum: Fix infinite loop in HTML tags
* libvilistexum: Don\'t put back EOF
* libVilistextum: Add infrastructure for american fuzzy lop
* Fix for #712
* Remove upgrade from Ubuntu script
* Update README.md
* Debian Testing and Ubuntu Cosmic UPDATE
* Updating copyright in about information to include 2018.
* Revert \"Only have one main function\"
* Change \"localhorst\" to \"localhost\"- Update patch:
* feedreader-2.2-link-static.patch > feedreader-2.2.1-link-static.patch
* Tue May 08 2018 avvissuAATTyandex.by- Update to 2.2:
* Fix some threading issues with database access in plugins
* address most review requests
* fix reading all articles of specific tag
* Own table for enclosures and taggings - getting rid of comma separated strings - fix enclosure button always showing
* Turn off warnings for mrss
* Bind gettext domain
* Use gtester for tests again
* Make libfeedreader a shared library
* Use /usr/lib64/feedreader instead of /usr/lib64/FeedReader
* Clean up vala_args
* Get tests running
* Fix a broken install_dir
* switch to meson build system
* Add an RFC 822 date parser- Drop feedreader-webkit2gtk-4.0-vapi.patch (fixed)- Build app with static library (feedreader-2.2-link-static.patch)- Fix a path to plugindir (build with meson)- Drop obsolete macros: desktop_database_post{un}, icon_theme_cache_post{un}, glib2_gsettings_schema_post{un}- Add LICENSE file- Spec file cleanup
* Thu Jan 18 2018 avvissuAATTyandex.by- Change path to plugindir (bnc#1042352)
* Wed Nov 29 2017 avvissuAATTyandex.by- Fix build (feedreader-webkit2gtk-4.0-vapi.patch)
* Wed Jul 05 2017 avvissuAATTyandex.by- Use %%_lib instead of AATTPKGLIBDIRAATT (bnc#1042352)
* Wed May 10 2017 jengelhAATTinai.de- Trim filler words from description.
* Tue May 09 2017 avvissuAATTyandex.by- Update to 2.0.2:
* Small bugfix release- Change in 2.0.1:
* Small bugfix release- Change in 2.0:
* Properly size Youtube videos Features
* Grab videos of Youtube feeds Features
* Fix overflowing ArticleList BugFixes
* Fix unwanted scrolling BugFixes
* OPML import atom-feeds BugFixes
* Special characters in wallabag password BugFixes
* All Articles category has icon from one of the feeds BugFixes
* libVilistextum - behavior with broken html-code BugFixes
* Local back-end - Youtube feeds BugFixes
* Local back-end - Use hostname if no name is available BugFixes
* Switching between categories \"flashes\" other categories\' content
* ArticleList not updating under certain conditions BugFixes
* Fix file-path in plugins for Flatpak BugFixes
* Option to disable smooth scrolling Tweaks
* Move plugins to LIBDIR Buildsystem
* Support Podcasts Features
* Re-add oldest articles first Features
* Customizable shortcuts Features
* Convert back-ends to libpeas plugins Features
* Migrate inoreader to OAuth 2.0 Features
* Local RSS support Features
* Convert share-services to libpeas plugins Features
* Share to Wallabag 2.0 Features
* Share to Twitter Features
* Support \"the old reader\" Features
* Support Feedbin Features
* Re-design login-page Features
* Support FreshRSS Features
* Rewrite ArticleList Features
* Show sync-progress Features
* Save/Print articles Features
* Improve performance with huge images Features
* try to get bigger images Features
* Show starred counter in starred-mode Features
* Add symbolic icon for gnome-shell Features
* Mark items as read by scrolling past them Features
* Option to not download images Tweaks
* Make expand/collapse-button easier to hit BugFixes
* Daemon segfault BugFixes
* Database empty after sync BugFixes
* Fix OPML-import BugFixes
* Support Gnome Online Accounts BugFixes
* Present window on startup BugFixes
* Fix links of articles not working BugFixes
* Indicate WebKit crashes BugFixes
* Fix duplicate share-accounts BugFixes
* Read articles are reappearing BugFixes
* Fix InoReader crash BugFixes
* Fix too small article-view BugFixes
* Fix unhiding rows in feed-list BugFixes
* Fix article-list offset with \"oldest first\" BugFixes
* InfoBar on share plugins is not always shown- Add dependencies: gstreamer-1.0 libcurl libpeas-1.0 sqlite3- Build without \'--no-undefined\'- Spec file cleanup
* Tue Oct 25 2016 avvissuAATTyandex.by- Update to 1.6.2:
* Small emergency release to fix rendering- Change in 1.6.1:
* Saving of Images
* FileChooser sidebar inherits theme from feedList
* FeedList: left/right-key does not collapse/expand categories anymore
* FeedList: collapse does not select parent anymore when cild is being collapsed
* ArticleView: only images of second WebView clickable
* FeedReader displays article recieved date/time rather than article published date/time
* Add appdata to po files
* Can\'t login to Tiny Tiny RSS: \"Please install the api_feedreader-plugin
* Sat Jul 30 2016 fcrozatAATTsuse.com- Release 1.6.0:
* Inoreader support
* Offline Mode
* Imageviewer
* Manipulate feeds and categories
* Sidebar themes
* Support http-basic-auth
* Article List: time stamp
* Article List: double click to open in browser
* Article View: Show URL on mouseover
* Article View: Right click menu
* Article View: Configure font size
* Commit version in \"--about\"
* Support Gtk+ 3.20
* HiDPI support
* Full-screen-mode
* lots of bugfixes- Update source url to use github now.
* Wed Mar 23 2016 avvissuAATTyandex.ru- Initial release