Releases: padovanl/pkgtui
Releases · padovanl/pkgtui
Release list
v1.4.0
v1.3.0
Changelog
- d37081c Add CHANGELOG.md
- e474244 Add a GitHub Pages landing page
- 962dbcd Add disk cleanup, provenance, unattended-upgrades, apt+snap overlap and version/revert screens
- 495790f Fix disk cleanup / provenance screens overflowing on long lists
- f8a2a75 Merge branch 'main' into develop
- 8ccd26c Merge pull request #4 from padovanl/develop
- 0d93172 Skip the revert e2e test when no snaps are installed
v1.2.0
v1.1.0
Changelog
- 0981bf4 Add a keybindings reset, and a hint for closing the filter with esc
- 2c33a6c Add real end-to-end tests: real binary, real pty, real terminal emulator
- 1a7c5c5 Expand e2e coverage to the main user flows, not just the rebind report
- e5161b6 Give waitReady real headroom instead of a tight 5s timeout
- 43dbf1c Merge pull request #2 from padovanl/develop
- 65ef6ff Pick badge text color per-background instead of hardcoding black
v1.0.1
Changelog
- d37c558 Add an app icon and desktop entry, wired into both .deb and .snap
- 22fccc0 Document the 256-color terminal requirement
- 58ab862 Fix crash: clicking below the list (or on an empty one) panicked
- 2ab3d86 Keep the status bullet's own color on selected rows; show held in Upgradable
- d764543 Merge pull request #1 from padovanl/develop
v1.0.0
Changelog
- 7f7d215 Add CI workflow, Makefile, gofmt fixes, and fix search-mode auto-focus
- 0d51bec Add CONTRIBUTING.md and issue templates
- 85d61cf Add a second demo GIF showing the snap workflow
- f9eb920 Add catppuccin, tokyo-night and monokai themes
- 99c9b3c Add darcula, vscode and ubuntu themes; restructure README features
- a916dc6 Add demo GIF, social preview image, document new features in README
- bd9c131 Add hold/pin, changelog, PPA management, security flag; config package
- a12e6a8 Add local list filter ("f"), fix Tab-cycle bug, fix message routing gap
- 4f780c8 Add orphaned view, size sort, multi-select, snap channels, mouse
- 7e5e93f Add scripts/release.sh to tag and push releases safely
- e468cf8 Add settings screen, hold/changelog/PPA UI, upgrade-all preview
- 0757bcd Add status badges and a Contributing section to the README
- 0228483 Clarify README install URLs: no leading v, use curl -f
- bb92c7e Document hold/PPA/changelog/settings/security features in README
- 74a6ef0 Document the ?/help key and the status-symbol legend in the README
- 1cb8fe9 Document the f/filter key in the README keybindings table
- b3461ea Fix header disappearing when entering search via "/"
- 9eff29f Fix row-selection highlight only covering the bullet, not the row
- d4d579a Fix snap build: bump build-snap go to 1.24 to match go.mod
- 39f6965 Fix snap release pipeline, add in-app legend and help screen
- 3f649a6 Initial pkgtui: htop-style TUI for apt and snap package management
- ae999a0 Let the theme picker browse and live-preview with left/right
- 84f0562 Make README friendlier with a light touch of emoji on section headers
- a8f85fb Move the release runbook out of the README into CONTRIBUTING.md
- fcb46ef Re-record README demo GIF at a wider, Full-HD-like aspect ratio
- 0b5d604 Re-record demo GIF with a real successful install instead of an interrupt
- 513d7cd Refactor apt/snap into testable parsers, add unit tests
- becc70f Run install/remove/upgrade in an embedded pty instead of taking over the terminal
- e5f9c44 Translate all user-facing text to English; gate releases on main
- c4c0598 Update README symbol table with the held (◆) symbol
- d7a2622 fix release.sh