File tree Expand file tree Collapse file tree 4 files changed +672
-4
lines changed
Expand file tree Collapse file tree 4 files changed +672
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ enable_testing()
44set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
55
66project (task
7- VERSION 3.4.1
7+ VERSION 3.4.2
88 DESCRIPTION "Taskwarrior - a command-line TODO list manager"
99 HOMEPAGE_URL https://taskwarrior.org/)
1010
Original file line number Diff line number Diff line change 11------ current release ---------------------------
22
3- 3.4.1 -
3+ 3.4.2 -
44
5- - The nagging to read `task news` has been fixed.
5+ - Sorting task lists randomly is now supported with configuration such as
6+ `report.<report-name>.sort = random` (#3940)
7+ - Handling for tags in a "tags" column after `task edit` is fixed (#3911)
8+ - `tags.none:` works correctly (#3877)
9+ - Non-interactive invocations of `task`, such as for shell completion, no
10+ longer prompts to create `.taskrc`. (#3888)
11+ - `task sync` now describes what it has done (#3758)
12+ - UDAs can now have type "UUID" (#3827)
613
714------ old releases ------------------------------
815
16+ 3.4.1 -
17+
18+ - The nagging to read `task news` has been fixed.
19+
9203.4.0 -
1021
1122- Where possible, the task DB is now opened in read-only mode, which improves
Original file line number Diff line number Diff line change 33To release Taskwarrior, follow this process:
44
55- Examine the changes since the last version, and update ` src/commands/CmdNews.cpp ` accordingly.
6- There are instructions at the top of the file.
6+ There are instructions at the top of the file. This is typically only required for minor and major
7+ versions.
78- Create a release PR
89 - Update version in CMakeLists.txt
910 - Update Changelog
You can’t perform that action at this time.
0 commit comments