mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Release 1.6.0
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
6d79ea4a6d
commit
1882058c5e
3 changed files with 9 additions and 5 deletions
|
@ -7,7 +7,7 @@ project (timew)
|
|||
include (CXXSniffer)
|
||||
include (FindAsciidoctor)
|
||||
|
||||
set (PROJECT_VERSION "1.5.0-dev")
|
||||
set (PROJECT_VERSION "1.6.0")
|
||||
|
||||
string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
------ current release ---------------------------
|
||||
|
||||
1.6.0 (2023-09-18) -
|
||||
|
||||
- #529 Fix summary truncating multibyte characters in long annotations
|
||||
(thanks to Maxim Beder, Leon Grünewald)
|
||||
- #531 Update CONTRIBUTING.md to use branch 'develop' instead of 'dev'
|
||||
|
@ -23,7 +27,7 @@
|
|||
- Cleanup CMake files
|
||||
- Update project to C++17
|
||||
|
||||
------ current release ---------------------------
|
||||
------ old releases ------------------------------
|
||||
|
||||
1.5.0 (2023-04-04) - 51e7c2c772837bbd6d56da8d16506c4b6de8644166e0b5234ad36ae6a70dd4f6
|
||||
|
||||
|
|
|
@ -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.5.0/timew-1.5.0.tar.gz
|
||||
curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.6.0/timew-1.6.0.tar.gz
|
||||
|
||||
and expand the tarball
|
||||
|
||||
tar xzf timew-1.5.0.tar.gz
|
||||
cd timew-1.5.0
|
||||
tar xzf timew-1.6.0.tar.gz
|
||||
cd timew-1.6.0
|
||||
|
||||
Build Timewarrior, optionally run the test suite, and install it.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue