Skip to content

Releases: corka149/timed

Add list command

12 Mar 18:06
Compare
Choose a tag to compare

This release allows to list working days for a given date range.

Switched to gorm and update db schema

24 Oct 12:53
Compare
Choose a tag to compare

Switched to go

22 Oct 15:54
Compare
Choose a tag to compare
Switched to go Pre-release
Pre-release

Now timed is build upon Go to get rid of any interpreter

timed based on Python

27 Jun 20:29
Compare
Choose a tag to compare

Moved from Elixir to Python with sqlite base

Colorful error messages!

08 Mar 11:54
Compare
Choose a tag to compare

Using Bunt for ANSI color encoding

Improved code quality and tests

08 May 18:19
Compare
Choose a tag to compare
v1.2.0

Added test for Timed.Reporter

Implemented statistic printing

07 May 20:11
Compare
Choose a tag to compare

Timed prints now to stdout how many hours were worked today and total sum of overtime.

Timed no works without --time

03 May 18:00
Compare
Choose a tag to compare

Removed the need for the --time argument.

Fixed --time cli arg

29 Apr 18:31
Compare
Choose a tag to compare

The time argument didn't work completely as expected. Timed tried to parse "" to NaiveDateTime.

First final release

27 Apr 14:46
Compare
Choose a tag to compare

This version contains all desired features inclusive validation.