2018-01-09 13:52:31 +00:00
committed by Git OBS Bridge
parent 0f830c9c07
commit c63f948959
7 changed files with 116 additions and 19 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Thu Jan 4 09:11:47 UTC 2018 - wbauer@tmo.at
- Update to 0.5.0
* Errors coming from the system are now displayed properly in the
main window
* Tasks scheduled in the future can be filtered out
* A task can be picked up as the "currently running" showing a
nice overlay at the top of the screen, this is a reminder of
what you're supposed to focus on
* Projects are now displayed grouped by their containing
collection which can help separate better visually between work
and personal projects
* Attachments are now supported for tasks (which nicely complete
the "create todo" feature from KMail)
* Tasks with recurrence are now supported (although we have a
simple recurrence model for now)
* And of course also a couple of minor GUI adjustments and bug
fixes
Under the hood, we also did some improvements:
* Some error handling has been improved
* Some duplicated code has been factorized
* Some dead code has been cleaned up
* Issues pointed out by krazy and clazy have been addressed
* Feature level tests have been reworked and are better insulated
from each other
* Our code related to dates have been ported to the new KCalCore
ABI introduced in 17.12
* The biggest architectural change has been the introduction of a
cache which speeds up our accesses to akonadi and allowed to
address a few bugs (we had some views exhibiting duplicated
items, this is now gone)
- Adjust build requirements
- Add -lang subpackage that contains translations
- Add fix-build-with-Qt-5.6.patch to make it build on Leap 42.x
- Update qpointerconnect.diff to fix another instance of the same
"problem" and make it build with gcc 4.8 again
- Update source URL
-------------------------------------------------------------------
Fri Feb 3 16:55:31 UTC 2017 - jengelh@inai.de