Releases: Lilja/timelog
Beta v0.6.0
Beta v0.5.0
Huge improvements!
-
Timelog start writes the time when invoked which later can be accessed when logging
-
Coverage finally works, this is not does not really affect the end-user but it adds a lot of quality!
Unfortunately, it runs it on a ubuntu 12.04 docker image as it was rather hard to get it to run on a 14 and 16. -
A lot more test cases has been added
-
When logging, the end time is now optional. Press enter for right now!
-
[, ] and ; is now disallowed when creating a new project.
Beta v0.4.1
Bugfixes for --date
Documentation for --date
Beta v0.4.0
Added custom date with log
Added support to add notes with log
Added --purge support for removing all configs
Added a new demo gif
Beta v0.3.0
Add dependency check when about to download the shunit tar. No need to download something you already have.
Add a list of dependencies in README
Add a --version command
Bump version
Add demonstration gif
Beta v0.2.1
- No need to specify a project when there is only one project created
- Better error handling
Beta v0.2.0
This release is a much more stable release. There are still things that need to fixed, such as better error handling.
Renamed log project
to only log
A lot of bug fixes
Shunit2 test implementation
Travis build image in readme
Documentation re-write
Beta v0.1.1
- Add a better README that describes what the program is and the background surrounding it.
- Military time is now supported, the program will log both
- Showing logs over days is now implemented
Minimal release
Add unit test + travisfile This closes #1 This closes #2