Skip to content

Releases: PossibleLlama/worklog

v0.6.7

10 Mar 20:49
dab0c19
Compare
Choose a tag to compare

0.6.7 (2024-03-10)

Bug Fixes

v0.6.0

17 Jun 12:55
a8139ef
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Further quality of life improvements. Focus around implementation of ID field, during creation, and selection of during printing and editing.

  • Overriding author.
  • Adding ID and Revision fields.
  • Print is sorted, most recent at bottom.
  • Ability to print all fields.
  • Ability to edit previously created worklogs.

Fixed bugs:

  • Will no longer save empty tags.
  • Using the when flag will create in local timezone.
  • Only using startDate to search, will give all results after that (as long as they happen before the year 3000).

v0.5.0

19 Jan 17:45
56d1b0d
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Added tests for the application.

Should be fully unit tested, with integration tests as well to check the application works end to end.

v0.4.0

30 Dec 14:37
a328a44
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

v0.4.0

Updates to the print function.

Features:

  • endDate as well as startDate allowing you to target a specific date you are interested in.
  • filtering of what is returned.
  • output to various formats, including the default format being made more readable.
  • when no worklogs are found, explicitly state that.

Bugs:

  • None known/fixed.

v0.3.0

26 Nov 11:23
3bed9e1
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

You can add a duration on how long work took, as well as tags to help link items of work together.

Added ability to setup the configuration file and directory with the worklog configure command.

v0.2.0

22 Nov 17:47
3058f9e
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Refactoring of the app.

Change to using Cobra as a framework for the CLI.

You can now also specify --today or --thisWeek alongside the print command.

v0.1.0

09 Nov 13:47
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Basis of the app is working.

The app can:

  • Store information about items of work completed.
  • Print all items of work completed since a given date.
  • Print help information.