Releases: perryrh0dan/taskline
Releases · perryrh0dan/taskline
Release 1.4.4
Merge pull request #35 from perryrh0dan/dev fix(dependencies): update all dependencies
Release 1.4.3
Merge pull request #32 from perryrh0dan/dev fix(dependencies): update all dependencies
Release 1.4.1
Changelog
- Fixed timetracking bugs
- Improved backwards compatibility
Release 1.4.0
Changelog
- Add timeloggin feature for tasks
- Add spanisch language support
- Add localization to help menu
Release 1.3.3
Merge pull request #17 from perryrh0dan/dev Dev
Release 1.3.0
v1.3.0 ci(*): add missing dependency
Release 1.2.2
Fix
- Removed debug commands
Release 1.2.1
Fix
- Fixed package.json. Added i18n directory to release build.
Release 1.2.0
Highlights
- Added possibility to use humanized dates (big thanks to Aditya Sriram for contributing this feature). Complete list of all commands can be found in the readme.
tl t "humanized" -d tomorrow
tl t "thats cool" -d "next monday"
- Added localization feature. Default language is english. This can be changed in the configuration file under
language
. - Decreased app size from 55mb to 25mb.
Release 1.1.3
Highlights
- Added seperat color for errors
- Small bug fixes