All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Incorrect table creation for
worktime --more
after introducing the PROJECT column [#58]
1.0.5 - 2022-12-13
- Also list PROJECT column with
worktime --more
#56
1.0.4 - 2021-07-08
- Add
--due-in
option to tasks list (reminders) #41
1.0.3 - 2020-12-04
- Replace Travis CI by GitHub Actions
1.0.2 - 2020-12-04
- Config file
config.toml
+store-path
option #40 cache:clear
procedure
- Use GHC
v8.10.2
1.0.1 - 2020-08-16
1.0.0 - 2020-08-14
The args parser becomes more solid (based on optparse lib). The due time is simplified and normalized (using ISO notation instead of custom one), since it's not considered as a main feature. Tags are replaced by project. A project is just a unique tag (or a simple category). The aim of those changes is to simplify the usage of Unfog, and to focus on the core concept (create tasks, attach tasks to projects, start/stop tasks, check reports).
- Save last state in a file #25
- No parse due time #34
0.4.5 - 2020-07-27
- Upgrade ghc
v8.8.4
to fix Windows build error
0.4.4 - 2020-07-27
- Replace
Data.Duration
by own duration with tests #24 - Upgrade ghc
v8.8.3
- Bad build state for update cmd #27
0.4.3 - 2020-03-11
- Init basic bash completion (commands, ids and tags) #18
0.4.2 - 2020-03-07
- Remove secs and millis from queries #23
- All screenshots
- Bad wtime ordering #22
- Make install script more compatible by replacing
[[]]
with[]
0.4.1 - 2020-02-23
--more
option for worktime query
--json
output for worktime command
0.4.0 - 2020-01-11
- Upgrade command #10
- Add
status
command for UI integration - Add
undone
command to unmark as done tasks #20
- Shorter aliases
- Show command (UI) [#17]
worktime
command (group by ids) #11- [BREAKING] Commands names + aliases
0.3.3 - 2020-01-01
- Colors #4
0.3.2 - 2019-12-30
- Refactor parsec exprs with
(<++)
- Allow for batch processing of tasks #13
0.3.1 - 2019-12-28
- Active approx label (from
in ...
to... ago
)
0.3.0 - 2019-12-28
- Due time #9
- Make
+
optional incontext
andworktime
commands #16
- Remove
print
#15
0.2.2 - 2019-12-22
- Hyphen issue in desc #12
0.2.1 - 2019-12-08
- Add basic help command #3
- Add version command
- Replace active ✔ by the elapsed time #8
0.2.0 - 2019-12-01
- Changelog
- New syntax to remove tags:
-tag
#6
- [BREAKING] New parser introduced, based on parser combinators (ReadP). Events have been impacted (simplified), so the previous store is not compatible anymore. You can upgrade it with this command:
sed -i -E 's/True |False |\+//g' ~/.config/unfog/store
- Create config dir if not exists #5
0.1.4 - 2019-11-26
- Installation script
- Binaries compression (tar.gz)
0.1.3 - 2019-11-26
- Build optimization
0.1.2 - 2019-11-26
- Travis CI
- Cross-compilation to Linux, OSX and Windows
0.1.1 - 2019-11-24
- Update README and LICENSE
0.1.0 - 2019-11-23
First release 🎉
- Linux binaries