- Update to 3.1.0
* Support for task purge has been restored, and new support added for
automatically expiring old tasks. (#3540, #3546, #3556)
* task news is now better behaved, and can be completely disabled.
* Multiple imports of the same UUID will now generate a warning. (#3560)
* The sync.server.url config replaces sync.server.origin and allows a URL
containing a path. (#3423)
* The new bubblegum-256.theme has improved legibility and contrast over
others. (#3505)
* Warnings regarding .data files are only show for reports. (#3473)
* Inherited urgency is correctly calculated to make parents more urgent than
children (#2941)
* Task completion commands no longer trigger hooks (#3133)
- Refreshed:
* task-skip-INSTALL.patch
* vendor.tar.zst
OBS-URL: https://build.opensuse.org/request/show/1222943
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=41
- Updated task-skip-INSTALL.patch to current CMakeLists.txt
- Add _service file and vendor the new rust dependencies
- Remove unneeded __TIME__/__DATE__ replacement (Fixed in PR#2494)
- Update to 3.0.2:
* Fix an accidentally-included debug print which polluted output
of reports with the Taskwarrior version
* Fix an error in creation of the 3.0.0 tarball which caused
builds to fail
* Improvements to `task news`, including notes for the 3.0.0
release
* Minor improvements to documentation and error handling
* Fix incorrect task ID of 0 when using hooks
* Issue a warning if .data files remain
* [BREAKING CHANGE] the sync functionality has been rewritten
entirely, and no longer supports taskserver/taskd. Instead, the
recommended solution is a cloud-storage backend, although
`taskchampion-sync-server` is also available.
* The Taskwarrior build no longer requires GnuTLS. The build
option `ENABLE_SYNC=OFF` is also no longer supported; sync
support is always built in.
* Fix urgency inheritance for negative-urgency tasks.
* `task show` now shows `hooks.location.
* Fix leading space before urgency value in `task info`.
* Fix formatting of countdown-style dates
* Fix issue with filter not applied correctly during `task _tags`
command
* Parsing of timestamp values now uses 64-bit integers, avoiding
issues in the year 2032.
* Fix fish completion.
OBS-URL: https://build.opensuse.org/request/show/1170083
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=39
- add taskwarrior-no-return.patch to shut up gcc's complaining about
no return in non-void function
- replace __DATE__ and __TIME__ by values from source tarball
- Update to 2.4.0
- New dateformat space handling
- New date support: 'february', extensive support for ISO-8601
- New column formats: description.truncated_count, uda.NAME.indicator, recur.short, tag sorting
- New color rules: color.uda.NAME.VALUE, color.label.sort, color.until
- New virtual tags: READY, YESTERDAY, TOMORROW, PENDING, DELETED, COMPLETED, TAGGED
- New verbosity tokens: new-uuid
- New command: calc, _zshattributes
- New theme: dark-gray-blue256.theme
- New report feature: listing breaks
- New Python testing framework for higher-level testing
- and many more, see http://taskwarrior.org/news/news.20150101.html
- Refresh task-skip-INSTALL.patch
- don't remove dir with bash scripts, it contains more tools
OBS-URL: https://build.opensuse.org/request/show/280977
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=22
- bump 2.3.0
- New Taskserver sync capabilities.
- New shell (tasksh) with Readline support replaces old 'task shell' command.
- The 'dateformat' settings now default to the ISO-8601 standard of 'Y-M-D'.
- Italian translation.
- French translation has begun.
- UDA fields now allow default values.
- Now requires libuuid.
- New virtual tags: WEEK, MONTH, YEAR, PARENT.
- New 'remaining' format for date columns.
- New '_get' DOM accessor helper command.
- New task-sync(5) man page.
OBS-URL: https://build.opensuse.org/request/show/221542
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=16
* 'blocking' report and new color rule
* 'statistics' shows total number of blocked/blocking tasks
* new date shortcuts 'socm', 'eocm' - start/end of current month
* 'collumns' command can use search strings from collumn name
* virtual tags (BLOCKED, UNBLOCKED, BLOCKING, DUE, DUETODAY, TODAY, OVERDUE,
ACTIVE, SCHEDULED, CHILD, UNTIL, WAITING and ANNOTATED).
* and many more, see Changelog
- install documentation in proper SUSE place
- remove executable bit from add-ons scripts to not require perl/python/ruby
- update to taskwarrior 2.1.2
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=14