diff options
| author | dam <dam@gudinoff> | 2024-07-09 17:38:52 +0100 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-07-24 12:21:59 +0100 |
| commit | b8eeb1f44b083ecc25bdaa351540beeab112af07 (patch) | |
| tree | 1d40c19bad347e6411feda0028dddadcffc20996 /README.md | |
| parent | 45aef04664df07913c9ab75a0b329a2e370a5ecc (diff) | |
| download | task-time-tracker-3.0.tar.zst task-time-tracker-3.0.zip | |
Store all user data as CSV files.v3.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -27,12 +27,14 @@ archive view and restore them. Ever felt like your data is being held hostage? Not anymore! Import and export your tasks using the widely supported CSV text file format. -Want to be part of the last frontier? Grab the bleeding edge version 2 -which brings: sorting capabilities; better text input with UTF8 +Want to be part of the last frontier? Grab the new bleeding edge stuff: +Version 2 brings sorting capabilities; better text input with UTF8 support; possibility to archive and reset all current tasks with a single command; and allows to merge tasks with the same name. As an extra , you'll need to export and re-import your tasks due to some -database incompatibility (oh, the joy). +database incompatibility (oh, the joy). With version 3 all your data is +stored in CSV format, so that you can migrate your database one last +time (yay)! And if you don't like what you're seeing, this is your lucky day! Because you have access to the source code, you can adapt it to your |
