Releases: PossibleLlama/worklog
Releases · PossibleLlama/worklog
v0.6.7
v0.6.0
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
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
v0.4.0
Updates to the print function.
Features:
endDate
as well asstartDate
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
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
v0.1.0
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.