Skip to content

Releases: Lilja/timelog

Beta v0.6.0

30 Aug 18:26
Compare
Choose a tag to compare

Renamed commands
show logs => view

delete project => project delete

create project => project create

list projects => project list

Added pause/break support

Added native OSX/BSD support

Beta v0.5.0

11 Aug 12:53
Compare
Choose a tag to compare

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

07 Aug 07:58
Compare
Choose a tag to compare

Bugfixes for --date

Documentation for --date

Beta v0.4.0

04 Aug 21:47
Compare
Choose a tag to compare

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

23 Jul 12:08
Compare
Choose a tag to compare
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

18 Jul 07:09
Compare
Choose a tag to compare
  • No need to specify a project when there is only one project created
  • Better error handling

Beta v0.2.0

11 Jul 08:37
Compare
Choose a tag to compare

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

03 Jul 21:00
Compare
Choose a tag to compare
Beta v0.1.1 Pre-release
Pre-release
  • 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

25 Jun 21:54
Compare
Choose a tag to compare
Add unit test + travisfile

This closes #1
This closes #2