Release 3.4.1 (#3818)

This commit is contained in:
Dustin J. Mitchell 2025-03-14 05:20:52 -04:00 committed by GitHub
parent 2ee5fb287c
commit 1f6e7de569
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View file

@ -4,7 +4,7 @@ enable_testing()
set (CMAKE_EXPORT_COMPILE_COMMANDS ON) set (CMAKE_EXPORT_COMPILE_COMMANDS ON)
project (task project (task
VERSION 3.4.0 VERSION 3.4.1
DESCRIPTION "Taskwarrior - a command-line TODO list manager" DESCRIPTION "Taskwarrior - a command-line TODO list manager"
HOMEPAGE_URL https://taskwarrior.org/) HOMEPAGE_URL https://taskwarrior.org/)

View file

@ -1,5 +1,11 @@
------ current release --------------------------- ------ current release ---------------------------
3.4.1 -
- The nagging to read `task news` has been fixed.
------ old releases ------------------------------
3.4.0 - 3.4.0 -
- Where possible, the task DB is now opened in read-only mode, which improves - Where possible, the task DB is now opened in read-only mode, which improves
@ -19,8 +25,6 @@ Thanks to the following people for contributions to this release:
- Yong Li - Yong Li
- jrmarino - jrmarino
------ old releases ------------------------------
3.3.0 - 3.3.0 -
- Sync now supports AWS S3 as a backend. - Sync now supports AWS S3 as a backend.