Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Commit bbee9cb

Browse files
committed
Beta Version
1 parent 281265c commit bbee9cb

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
> Alpha Version
21
> Support for **Linux**, **macOS** and **Windows**
32
43
# TaskTimeTerminate
@@ -57,6 +56,17 @@ Other stat-commands for different periods and filters:
5756
- `ttt s range 2020-01-11 2020-01-15`
5857
- `ttt s range 2020-01-11`
5958

59+
The available categories can be edited using `ttt conf cats add|del|list`,
60+
When deleting a category, the corresponding task won't be deleted too. The categories
61+
are used to display the values in the dropdown of the dialogs.
62+
63+
If some typo has occurred there is are two possibilities to change finished tasks:
64+
1. `ttt conf merge` Merge tasks of different names into one single name. With other words e.g. rename
65+
tasks called `ProectX` to `ProjectX`.
66+
2. `ttt conf edit 2020-01-21` Edit the finished tasks of a specified day. The system will show a list of all
67+
tasks finished that day. Afterwards one can choose a task and either change or delete it.
68+
While changing allows to change the name, category and duration.
69+
6070
## Setup
6171
The tool supports Linux (like Ubuntu, Linux Mint), macOS and Windows.
6272
We have tested it under Linux Mint 18, macOS Catalina and Windows 10.

core/Utilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
class Utilities {
66

7-
const VERSION = 'v0.8.11 alpha';
7+
const VERSION = 'v0.9.0 beta';
88

99
/**
1010
* OS Consts

0 commit comments

Comments
 (0)