mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Bumped version number and dates
This commit is contained in:
parent
dcc6fc8810
commit
6428ce89fc
4 changed files with 6 additions and 25 deletions
|
@ -6,7 +6,7 @@ set (HAVE_CMAKE true)
|
|||
project (timew)
|
||||
include (CXXSniffer)
|
||||
|
||||
set (PROJECT_VERSION "1.0.0.beta1")
|
||||
set (PROJECT_VERSION "1.0.0")
|
||||
|
||||
message ("-- Looking for SHA1 references")
|
||||
if (EXISTS ${CMAKE_SOURCE_DIR}/.git/index)
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
1.0.0 () -
|
||||
------ current release ---------------------------
|
||||
|
||||
1.0.0 (2016-08-17) -
|
||||
|
||||
- WWW-12 yesterday tag not recognised
|
||||
(thanks to Michel Crucifix).
|
||||
|
@ -7,7 +9,7 @@
|
|||
- Added 'totals.py' sample extension.
|
||||
- Added extension list to the 'help' command.
|
||||
|
||||
------ current release ---------------------------
|
||||
------ old release ---------------------------
|
||||
|
||||
1.0.0.beta1 (2016-07-26) -
|
||||
|
||||
|
@ -53,8 +55,6 @@
|
|||
(thanks to Martin Boeker).
|
||||
- Added DOM support and a 'get' command.
|
||||
|
||||
------ old release ---------------------------
|
||||
|
||||
0.9.5.alpha (2016-06-20) -
|
||||
|
||||
- TD-49 Log when file management fails
|
||||
|
|
19
README.md
19
README.md
|
@ -1,22 +1,3 @@
|
|||
# Disclaimer during ongoing development
|
||||
|
||||
We want to discourage you from using the development version of Timewarrior.
|
||||
|
||||
The development branch is being actively updated and may not pass all quality
|
||||
tests, therefore it may harm your data. In fact, as a new project, it doesn't
|
||||
have adequate tests to prove that everything works. We do not guarantee proper
|
||||
or even adequate functionality, performance or timely fixes.
|
||||
|
||||
We welcome bug reports from beta- and release-level software, but generally not
|
||||
development versions. If you are undaunted by this, please:
|
||||
|
||||
- Make proper backups.
|
||||
- Expect broken and missing functionality.
|
||||
- Be aware that using the development branch involves risks.
|
||||
- Give us lots of feedback, to improve the software.
|
||||
|
||||
---
|
||||
|
||||
Thank you for taking a look at Timewarrior!
|
||||
|
||||
Timewarrior is a time tracking utility that offers simple stopwatch features as
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH timew 1 2016-07-26 "${PACKAGE_STRING}" "User Manuals"
|
||||
.TH timew 1 2016-08-17 "${PACKAGE_STRING}" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
timew \- A command line time tracker.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue