Skip to content

Releases: ayvi-0001/lightlike-cli

v0.12.1

03 Nov 22:03

Choose a tag to compare

What's Changed

Added / Changed:

  • Can use timer:stop to stop paused entries, not just the active entry. Removed stop options from timer:resume.
  • --include / --exclude options for matching a regex pattern against either the project name or note.
  • Default to timer:list. No options will query the current date. --today / --yesterday options removed.
  • Replaced interactive timer:notes:update command with update through text-editor.
  • Removed color styling from tables.

Bug fixes:

  • app:sync not updating cached ids.
  • --stop option in timer:run not working.

Full Changelog: v0.12.0...v0.12.1

v0.12.0

29 Sep 20:47
424d0d8

Choose a tag to compare

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

16 Jul 15:04

Choose a tag to compare

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

15 Jun 21:51

Choose a tag to compare

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.toml in app dir to users home as .lightlike.toml.
  • Reworked all command groups. New options added to timer and projects command groups.
  • Renamed report command group to summary.
  • Updated prompt render. Added color keys to config.
  • Updated table renders.
  • Added custom shell support.
  • Updated help strings and README examples.
  • Bug fixes.

v0.8.0

11 Mar 04:42

Choose a tag to compare

Initial release.