mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Prepare for release 1.4.3
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
3441b2ed93
commit
fc618636aa
3 changed files with 8 additions and 7 deletions
|
@ -7,7 +7,7 @@ project (timew)
|
|||
include (CXXSniffer)
|
||||
include (FindAsciidoctor)
|
||||
|
||||
set (PROJECT_VERSION "1.4.2")
|
||||
set (PROJECT_VERSION "1.4.3")
|
||||
|
||||
string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
------ current release ---------------------------
|
||||
|
||||
1.4.3 (2021-05-28) -
|
||||
|
||||
- #159 Tags enclosed in escaped double-quotes are not handled correctly
|
||||
(thanks to Shaun Ruffell)
|
||||
|
@ -23,15 +26,13 @@
|
|||
Unicode 11 (from Unicode 5). Emojis are correctly displayed.
|
||||
- Fix test `summary.t` for single-digit weeks
|
||||
|
||||
------ current release ---------------------------
|
||||
------ old releases ------------------------------
|
||||
|
||||
1.4.2 (2020-08-29) - 4aa8489243adb69958d7717fb2f010c72fd4505a
|
||||
|
||||
- #377 make install with error due to missing file `COPYING`
|
||||
(thanks to Dirk Deimeke)
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
1.4.1 (2020-08-29) - 6747beb2963475f50d2d58b1da5465247eb9e28e
|
||||
|
||||
- #378 Summary with `:all` hint is empty for open interval
|
||||
|
|
|
@ -33,12 +33,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.4.2/timew-1.4.2.tar.gz
|
||||
curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.4.3/timew-1.4.3.tar.gz
|
||||
|
||||
and expand the tarball
|
||||
|
||||
tar xzf timew-1.4.2.tar.gz
|
||||
cd timew-1.4.2
|
||||
tar xzf timew-1.4.3.tar.gz
|
||||
cd timew-1.4.3
|
||||
|
||||
Build Timewarrior, optionally run the test suite, and install it.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue