Skip to content

v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jul 19:29
da02f3d

Changelog

  • Added comprehensive tests
  • Casks and taps now show [c] or [t] identifiers besides their entries in the list (detail pane not populated as of now)
  • Added goreleaser instructions to release new version of the app's tap on brew
  • Theme will now be persisted in a $HOME/pkgui/config.json file where $HOME is OS-agnostic.
    • can be configured using the --config flag
  • Cobra integration now allows help, version, and config flags. Run pkgui --help

Commit History

  • da02f3d Merge pull request #32 from bhavya-dang/feat/casks-config-brewtap-support
  • bb5a0de chore(docs): demo file updated
  • 02e60b8 feat: added tests, casks/tap support, dynamic versioning, theme persistence, brew tap release