Changelog for
libfuoten0-lang-0.8.1-1.3.noarch.rpm :
* Sat Oct 17 2020 Matthias Fehring
- update to 0.8.1
* fixed: building on Qt 5.15+ (#64)
* Sat Oct 17 2020 Matthias Fehring - update to 0.8.0
* new: support upgrade to app password (#62)
* new: support deleting app password (#61)
* new: support remote wipe (#60)
* new: add classes to support login flow (#54)
* improved: add new item properties (#55)
* changed: do not derive AbstractConfiguration from QSettings (#58)
* fixed: inserting items with empty fields (#63)- update to 0.7.5
* fixed: article list model not updated (#53)- update to 0.7.4
* changed: hide future articles (#52)
* changed: remove unneeded decompression implementation (#51)- update to 0.7.3
* fixed: forgot to bump the version number- update to 0.7.2
* fixed: missing translations for en_US and en_GB
* Mon Nov 26 2018 Matthias Fehring - update to 0.7.1
* fixed: missing link_pkgconfig in qmake CONFIG var
* Mon Nov 26 2018 Matthias Fehring - update to 0.7.0
* new: support for compressed server responses (gzip and deflate), this requires zlib headers to be available (#49)
* new: French translation by Antoine Vacher
* changed: set default request timeout to 300 seconds
* fixed: mark all items as read- update libfuoten.keyring to key ID 6607CA3F41B25F45
* Fri Oct 27 2017 buschmann23AATTopensuse.org- update to 0.6.1
* fixed: initial sync does not save feeds and articles (#48)
* Thu Oct 26 2017 buschmann23AATTopensuse.org- update to 0.6.0
* new: AbstractNotificator class to implement notifications (#35)
* new: global default values for configuration and storage
* changed: use network access manager factory instead of setting network access manager via property
* changed: SQLiteStorage: do not use triggers to update unread counts as triggers in SQLite are activated on each row change, it is more efficient ot calculate the number of unread and starred items after each operation
* changed: remove support for Qt older than 5.6.0
* improved: small fixes all over the code- update to 0.5.2
* new: Dutch translation by Nathan Follens- update to 0.5.1
* improved: translation updates- update to 0.5.0
* new: per feed item deletion (#33)
* new: queue marking all items read (#34)
* new: progress data for synchronizer (#36)
* improved: protect mandatory properties (#40)
* improved: enqueue marking feeds, folders all as read in separate thread (#38)
* improved: inOperation property for storage classes (#39)
* changed: do not fall back to API request on queue error (#41)
* changed: make Component::extractError() a normal virtual function (43)
* fixed: synchronizer crashes on error (#42)
* fixed: synchronizer still reports inOperation true on error (#45)- spec file changes
* add documentation sub package
* fix build on Fedora
* add signature file and keyring
* Thu Nov 10 2016 buschmann23AATTopensuse.org- update to 0.4.1
* fixed: build on Qt5.5+
* Thu Nov 10 2016 buschmann23AATTopensuse.org- update to 0.4.0
* new: local queue for article action (#31)
* new: process local queue on synchronization (#32)
* Mon Nov 07 2016 buschmann23AATTopensuse.org- update to 0.3.0
* implement item/article management
* implement item/article model and filters
* Wed Nov 02 2016 buschmann23AATTopensuse.org- fix building of lang package