Releases: bhavya-dang/pkgui
Releases · bhavya-dang/pkgui
Release list
v0.1.2
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.jsonfile where$HOMEis OS-agnostic.- can be configured using the
--configflag
- can be configured using the
- Cobra integration now allows help, version, and config flags. Run
pkgui --help
Commit History
v0.1.1
v0.1.0
Changelog
- Theme system with 5 built-in palettes: solace, gruvbox, nord, vesper, wave
- Theme switcher overlay (
tkey) 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
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
v0.0.2
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
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
