mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
parent
f054a4061e
commit
0627447a6a
2 changed files with 12 additions and 3 deletions
|
@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.22)
|
|||
set (CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
project (task
|
||||
VERSION 3.0.0
|
||||
VERSION 3.0.1
|
||||
DESCRIPTION "Taskwarrior - a command-line TODO list manager"
|
||||
HOMEPAGE_URL https://taskwarrior.org/)
|
||||
|
||||
|
|
13
ChangeLog
13
ChangeLog
|
@ -1,4 +1,15 @@
|
|||
------ current release ---------------------------
|
||||
|
||||
3.0.1 -
|
||||
|
||||
- Fix an error in creation of the 3.0.0 tarball which caused builds to fail (#3302)
|
||||
- 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 (#3339)
|
||||
- Issue a warning if .data files remain (#3321)
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
3.0.0 -
|
||||
|
||||
- [BREAKING CHANGE] the sync functionality has been rewritten entirely, and
|
||||
|
@ -231,8 +242,6 @@
|
|||
Thanks to bharatvaj for contributing.
|
||||
- TW #2581 Config entry with a trailing comment cannot be modified
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
2.5.3 (2021-01-05) - 2f47226f91f0b02f7617912175274d9eed85924f
|
||||
|
||||
- #2375 task hangs then dies when certain tasks are present in a report
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue