mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Release 1.8.0
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
549cb7ba61
commit
2257084710
4 changed files with 11 additions and 7 deletions
1
AUTHORS
1
AUTHORS
|
@ -128,3 +128,4 @@ Thanks to the following, who submitted detailed bug reports and excellent sugges
|
|||
arxel-sc
|
||||
Eugene Morozov
|
||||
Stefan Herold
|
||||
Sebastian Carlos
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue