Releases: ayvi-0001/lightlike-cli
Releases · ayvi-0001/lightlike-cli
v0.12.1
What's Changed
Added / Changed:
- Can use
timer:stopto stop paused entries, not just the active entry. Removed stop options fromtimer:resume. --include/--excludeoptions for matching a regex pattern against either the project name or note.- Default to
timer:list. No options will query the current date.--today/--yesterdayoptions removed. - Replaced interactive
timer:notes:updatecommand with update through text-editor. - Removed color styling from tables.
Bug fixes:
app:syncnot updating cached ids.--stopoption intimer:runnot working.
Full Changelog: v0.12.0...v0.12.1
v0.12.0
Important
This version is not backwards compatible. If an existing config/appdir exist, remove it before running this.
Everything before this release (424d0d8) should be considered unstable.
What's Changed
- Move procedures from BigQuery to methods
- Update default config/appdir locations + environment variables
- Update documentation
- Update config keys
- Update prompt
- Add option to disable updating terminal title
- Add custom keybinds
Full Changelog: v0.9.3...v0.12.0
v0.10.0-beta.3
Full Changelog: v0.9.3...v0.10.0b3
What's Changed
- Added apscheduler to run scheduled tasks in a background thread.
- Added scheduler command group to add/modify/remove scheduled tasks.
- Visual changes:
- Active/Running time entries now displayed in bottom toolbar. Only the stop watch is displayed next to user prompt.
- Added current time to rprompt.
- Fixed bug leaving terminal in raw mode after certain certain system commands.
Mostly internal changes/bug fixes, cleaning things up to work towards making it easier to add new commands.
v0.9.0
Full Changelog: v0.8.17...v0.9.0
Important Changes
- Added default billable value to projects.
- Renamed fields in timesheet table.
- Added partitions to BigQuery tables.
- Version labels added to BigQuery tables.
- Config file moved from
config.tomlin app dir to users home as.lightlike.toml. - Reworked all command groups. New options added to
timerandprojectscommand groups. - Renamed
reportcommand group tosummary. - Updated prompt render. Added color keys to config.
- Updated table renders.
- Added custom shell support.
- Updated help strings and README examples.
- Bug fixes.