mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Prepare for release 1.5.0
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
082708a7ca
commit
3acf704195
3 changed files with 9 additions and 7 deletions
|
@ -7,7 +7,7 @@ project (timew)
|
||||||
include (CXXSniffer)
|
include (CXXSniffer)
|
||||||
include (FindAsciidoctor)
|
include (FindAsciidoctor)
|
||||||
|
|
||||||
set (PROJECT_VERSION "1.4.3-dev")
|
set (PROJECT_VERSION "1.5.0")
|
||||||
|
|
||||||
string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)
|
string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
------ current release ---------------------------
|
||||||
|
|
||||||
|
1.5.0 (2023-04-02) -
|
||||||
|
|
||||||
- #361 Improve documentation
|
- #361 Improve documentation
|
||||||
(thanks to xeruf)
|
(thanks to xeruf)
|
||||||
- #389 Extend summary configuration
|
- #389 Extend summary configuration
|
||||||
|
@ -44,7 +48,7 @@
|
||||||
(thanks to Edd Salkield)
|
(thanks to Edd Salkield)
|
||||||
- Add option '--details' to 'test/problems' script
|
- Add option '--details' to 'test/problems' script
|
||||||
|
|
||||||
------ current release ---------------------------
|
------ old releases ------------------------------
|
||||||
|
|
||||||
1.4.3 (2021-05-28) - fc618636aacba6e52d447b482aeef58b375dfc8c
|
1.4.3 (2021-05-28) - fc618636aacba6e52d447b482aeef58b375dfc8c
|
||||||
|
|
||||||
|
@ -72,8 +76,6 @@
|
||||||
Unicode 11 (from Unicode 5). Emojis are correctly displayed.
|
Unicode 11 (from Unicode 5). Emojis are correctly displayed.
|
||||||
- Fix test `summary.t` for single-digit weeks
|
- Fix test `summary.t` for single-digit weeks
|
||||||
|
|
||||||
------ old releases ------------------------------
|
|
||||||
|
|
||||||
1.4.2 (2020-08-29) - 4aa8489243adb69958d7717fb2f010c72fd4505a
|
1.4.2 (2020-08-29) - 4aa8489243adb69958d7717fb2f010c72fd4505a
|
||||||
|
|
||||||
- #377 make install with error due to missing file `COPYING`
|
- #377 make install with error due to missing file `COPYING`
|
||||||
|
|
|
@ -52,12 +52,12 @@ There are two ways to retrieve the Timewarrior sources:
|
||||||
|
|
||||||
* Or download the tarball with curl,
|
* Or download the tarball with curl,
|
||||||
|
|
||||||
curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.4.3/timew-1.4.3.tar.gz
|
curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.5.0/timew-1.5.0.tar.gz
|
||||||
|
|
||||||
and expand the tarball
|
and expand the tarball
|
||||||
|
|
||||||
tar xzf timew-1.4.3.tar.gz
|
tar xzf timew-1.5.0.tar.gz
|
||||||
cd timew-1.4.3
|
cd timew-1.5.0
|
||||||
|
|
||||||
Build Timewarrior, optionally run the test suite, and install it.
|
Build Timewarrior, optionally run the test suite, and install it.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue