Changelog for
libfuoten-doc-0.6.1-1.1.x86_64.rpm :
* 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
* Wed Nov 02 2016 buschmann23AATTopensuse.org- Update to 0.2.0
* implement feeds management
* implement feeds model and filters
* Fri Oct 28 2016 buschmann23AATTopensuse.org- Update to 0.1.2:
* fix build on Qt 5.5 by changing wrong version compare
* Fri Oct 28 2016 buschmann23AATTopensuse.org- fix build on Fedora
* Fri Oct 28 2016 buschmann23AATTopensuse.org- initial package