File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ project (timew)
77include (CXXSniffer)
88include (FindAsciidoctor)
99
10- set (PROJECT_VERSION "1.4.2 " )
10+ set (PROJECT_VERSION "1.4.3 " )
1111
1212string (TOUPPER "${CMAKE_BUILD_TYPE} " uppercase_CMAKE_BUILD_TYPE)
1313
Original file line number Diff line number Diff line change 1+ ------ current release ---------------------------
2+
3+ 1.4.3 (2021-05-28) -
14
25- #159 Tags enclosed in escaped double-quotes are not handled correctly
36 (thanks to Shaun Ruffell)
2326 Unicode 11 (from Unicode 5). Emojis are correctly displayed.
2427- Fix test `summary.t` for single-digit weeks
2528
26- ------ current release ---------------------------
29+ ------ old releases --- ---------------------------
2730
28311.4.2 (2020-08-29) - 4aa8489243adb69958d7717fb2f010c72fd4505a
2932
3033- #377 make install with error due to missing file `COPYING`
3134 (thanks to Dirk Deimeke)
3235
33- ------ old releases ------------------------------
34-
35361.4.1 (2020-08-29) - 6747beb2963475f50d2d58b1da5465247eb9e28e
3637
3738- #378 Summary with `:all` hint is empty for open interval
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ There are two ways to retrieve the Timewarrior sources:
3333
3434* Or download the tarball with curl,
3535
36- curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.4.2 /timew-1.4.2 .tar.gz
36+ curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.4.3 /timew-1.4.3 .tar.gz
3737
3838 and expand the tarball
3939
40- tar xzf timew-1.4.2 .tar.gz
41- cd timew-1.4.2
40+ tar xzf timew-1.4.3 .tar.gz
41+ cd timew-1.4.3
4242
4343Build Timewarrior, optionally run the test suite, and install it.
4444
You can’t perform that action at this time.
0 commit comments