Skip to content

Commit 48fb891

Browse files
authored
Release 3.4.2 (#3974)
1 parent 8fd9ed8 commit 48fb891

File tree

4 files changed

+672
-4
lines changed

4 files changed

+672
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ enable_testing()
44
set (CMAKE_EXPORT_COMPILE_COMMANDS ON)
55

66
project (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

ChangeLog

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
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+
920
3.4.0 -
1021

1122
- Where possible, the task DB is now opened in read-only mode, which improves

doc/devel/contrib/releasing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
To 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

0 commit comments

Comments
 (0)