Skip to content

Releases: harshsandhu44/termeme-cli

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Mar 11:08
a00c07d

Added

  • expose cli version output
  • add TOML-based hook configuration
  • add hook for cli
  • copy default wav files to sub path
  • added play_sound and doctor subcommand feature
  • add assets sound effects
  • add base commands and subcommands

Fixed

  • align release automation with github releases (#2)
  • align binary name with cli
  • make hook playback fail safely
  • embed bundled audio assets

Other

  • add release build verification
  • run checks on pull requests
  • attach macos binaries to releases
  • document release workflow
  • add release-plz automation
  • add project README
  • isolate cli and app entrypoints
  • extract sound module
  • extract config and hook modules
  • add hook selection coverage
  • change mp3 files to wav files
  • update lock file
  • add clap to dependencies
  • initial commit