Skip to content

Releases: bhavya-dang/pkgui

v0.1.2

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

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 20:10
0832517
image

Changelog

  • added pip support for global packages (a new tab PIP is added)
  • added a master list of packages containing all the packages across PMs in one single list with browsable details (a new tab ALL is added)
  • minor documentation updates

Commit History

  • 0832517 Merge pull request #30 from bhavya-dang/feat/pip-and-all-lists
  • 9d4863a chore: organized assets
  • 3017847 feat: added pip and all packages list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:55

Changelog

  • Theme system with 5 built-in palettes: solace, gruvbox, nord, vesper, wave
  • Theme switcher overlay (t key) with real-time preview on navigation
  • Animated loading spinner (bubbles/spinner) during data fetch
  • Footer now shows aggregated result count instead of per-tab count

Commit History

  • 36f40a1 Merge pull request #18 from bhavya-dang/feat/npm-support
  • 103ca17 Merge pull request #28 from bhavya-dang/feat/multi-theme-support
  • 7da0cd8 chore(docs): installation steps
  • 5ac84d2 chore(docs): keybindings update in readme, footer
  • 8c3560d feat [#9]: theme system, sparkline, spinner, and ui polish, binary size, demo gif
  • 6ae3fc4 fix: readme demo vid
  • 0864bd3 fix: readme demo vid
  • e9c3b2f fix: revert to png

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 08 Jul 12:21

Changelog

  • Code is now more modular with one common pm interface handling different package managers
  • Brew logic has been extracted to pm/brew.go
  • NPM is now supported

Commit History

  • c81c3e0 chore(docs): added demo in readme
  • 33b72fe chore(docs): fixed demo gif in readme
  • 9a55d1f chore: updated username
  • 5f1a484 feat: abstracted logic, added npm support
  • ae33170 fix: build issue

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 07 Jul 11:35

Changelog

  • 4780e82 Merge pull request #11 from bhavya-dang/feat/installation-paths-ui-revamp
  • bef0b9c Merge pull request #12 from bhavya-dang/fix/navigation-in-search
  • 56282a6 Merge pull request #14 from bhavya-dang/chore/comment-code-update-readme
  • 27a09a4 Merge pull request #7 from bhavya-dang/chore/readme-installation-instructions
  • 5bd1e73 Merge pull request #8 from bhavya-dang/feat/blank-terminal-on-startup-exit
  • c2eed67 chore: added installation instructions in readme
  • bc050ee chore: updated readme keybindings
  • 8a9bd8e chore: updated scrnshot, commented code
  • 3ad54ef feat: show a blank canvas when app starts or exits
  • ce20c35 feat: show installation paths, subsections in info pane
  • 12a0006 fix: navigation in search mode bug

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 28 Jun 18:53

Changelog

  • 66a2a02 Initial commit
  • b089c07 chore: added scrnshot, updated readme
  • 83cc003 chore: github workflows
  • 8596a4d chore: updated README
  • 2150225 feat: info pane, fuzzy search, multi-pkg manager support, installation script
  • 77898e2 fix: dynamic interface size, selection navigation
  • 1ef96e6 initial setup + lipgloss