File libfuoten.changes of Package libfuoten
-------------------------------------------------------------------
Sat Oct 17 14:38:46 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
- update to 0.8.1
* fixed: building on Qt 5.15+ (#64)
-------------------------------------------------------------------
Sat Oct 17 14:16:10 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
- 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 14:36:49 UTC 2018 - Matthias Fehring <buschmann23@opensuse.org>
- update to 0.7.1
* fixed: missing link_pkgconfig in qmake CONFIG var
-------------------------------------------------------------------
Mon Nov 26 13:48:48 UTC 2018 - Matthias Fehring <buschmann23@opensuse.org>
- 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 10:05:29 UTC 2017 - buschmann23@opensuse.org
- update to 0.6.1
* fixed: initial sync does not save feeds and articles (#48)
-------------------------------------------------------------------
Thu Oct 26 15:39:04 UTC 2017 - buschmann23@opensuse.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 14:12:51 UTC 2016 - buschmann23@opensuse.org
- update to 0.4.1
* fixed: build on Qt5.5+
-------------------------------------------------------------------
Thu Nov 10 12:22:00 UTC 2016 - buschmann23@opensuse.org
- update to 0.4.0
* new: local queue for article action (#31)
* new: process local queue on synchronization (#32)
-------------------------------------------------------------------
Mon Nov 7 23:44:14 UTC 2016 - buschmann23@opensuse.org
- update to 0.3.0
* implement item/article management
* implement item/article model and filters
-------------------------------------------------------------------
Wed Nov 2 14:30:32 UTC 2016 - buschmann23@opensuse.org
- fix building of lang package
-------------------------------------------------------------------
Wed Nov 2 13:45:16 UTC 2016 - buschmann23@opensuse.org
- Update to 0.2.0
* implement feeds management
* implement feeds model and filters
-------------------------------------------------------------------
Fri Oct 28 07:27:20 UTC 2016 - buschmann23@opensuse.org
- Update to 0.1.2:
* fix build on Qt 5.5 by changing wrong version compare
-------------------------------------------------------------------
Fri Oct 28 07:11:54 UTC 2016 - buschmann23@opensuse.org
- fix build on Fedora
-------------------------------------------------------------------
Fri Oct 28 07:08:39 UTC 2016 - buschmann23@opensuse.org
- initial package