Release 1.8.0

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2025-04-19 23:10:56 +02:00
parent 549cb7ba61
commit 2257084710
4 changed files with 11 additions and 7 deletions

View file

@ -128,3 +128,4 @@ Thanks to the following, who submitted detailed bug reports and excellent sugges
arxel-sc
Eugene Morozov
Stefan Herold
Sebastian Carlos

View file

@ -7,7 +7,7 @@ project (timew)
include (CXXSniffer)
include (FindAsciidoctor)
set (PROJECT_VERSION "1.7.1-dev")
set (PROJECT_VERSION "1.8.0")
string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)

View file

@ -1,4 +1,9 @@
------ current release ---------------------------
1.8.0 (2025-04-20) -
- #658 Add sub-command 'range' to command 'modify'
(thanks to Sebastian Carlos)
- #620 Fix installation of man pages from tarball
- #600 Add retag command to internal help
(thanks to Stefan Herold)
@ -9,7 +14,7 @@
- #632 Fix py3.12 warnings for datetime usage, non-raw regex strings
(thanks to Scott Mcdermott)
------ current release ---------------------------
------ old releases ------------------------------
1.7.1 (2024-01-16) - 2514d506b5580154f1e00c0e72b17c8e9bc89cb7
@ -20,8 +25,6 @@
- #583 README - Update build instructions
(thanks to Joachim Meyer)
------ old releases ------------------------------
1.7.0 (2023-12-24) - 63f7fc95a0fa20dc768ae4e94b7f2d79c306f9dd
- #205 Wrap annotations in summary

View file

@ -53,12 +53,12 @@ There are two ways to retrieve the Timewarrior sources:
```
* Or download the tarball with curl,
```
curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.7.1/timew-1.7.1.tar.gz
curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.8.0/timew-1.8.0.tar.gz
```
and expand the tarball
```
tar xzf timew-1.7.1.tar.gz
cd timew-1.7.1
tar xzf timew-1.8.0.tar.gz
cd timew-1.8.0
```
Build Timewarrior, optionally run the test suite, and install it.
```