This repository was archived by the owner on Apr 13, 2026. It is now read-only.
Releases: moneycaringcoder/gitstream-tui
Releases · moneycaringcoder/gitstream-tui
v0.7.5
v0.7.4
Changelog
- 59b3ac1 Merge pull request #18 from moneycaringcoder/chore/bump-blit-0.1.1
- 40eaa8b feat: add rate limit Gauge and per-repo Bar chart to debug overlay
- 6901c7e feat: adopt DevConsole, animations, ToastAction, and Breadcrumbs
- 4abf99e feat: implement FloatingOverlay for debug panel
- 4ad21c9 feat: use SlotOverlay API and add toast feedback on keybinds
- f5ca934 fix: bump blit to v0.1.2 and remove local replace directive
- 234f80c fix: populate default theme Extra, add golden snapshot tests
- 2744018 fix: rewrite debug overlay as full-screen modal with stable rendering
- 7278a1c refactor: derive all UI styles from blit.Theme tokens
- c1d6b47 refactor: drop duplicate LogLevel/entries, adopt blit utilities
- 0e3390d refactor: remove unused style fields, simplify debug overlay
- 65f170c test: add Harness fluent tests, golden snapshot, and sort session
- e0c1c66 test: add Tabs-wrapped golden snapshot to catch tab bar height regressions
- a3a27c1 test: adopt btest.SnapshotApp and NewAppHarness for full-layout tests
v0.7.3
Changelog
- 8824b8b Merge pull request #17 from moneycaringcoder/feat/migrate-to-blit
- e103698 feat(debug): replace DebugOverlay with blit.LogViewer
- bc7a82e feat(detail): render PR/issue/release bodies as Markdown
- 222a60c feat(main): add tab bar for event type filtering with blit.Tabs
- b916072 feat(main): add theme presets with picker and config persistence
- 93f6ea8 feat(main): add vim-style command bar with repo/sort/filter/theme commands
- 78da85e feat(stream): add sparkline events-per-minute in header
- 6236669 feat(stream): add toast notifications for new events and rate limits
- 7662377 feat(stream): replace ListView with blit.Table for event feed
- 75a18c0 feat: migrate from tuikit-go to blitui/blit
- 1b18021 fix: implement Themed interface so App theme reaches inner components
- 224bed5 fix: replace Signal status bar with closures to prevent deadlock
- 24b3dde fix: resolve shared stream focus clobbering in Tabs
- 9319647 fix: use goroutine for Signal.Set to prevent status bar deadlock
- b2bc70d refactor(main): use blit.Signal for reactive status bar
- 998eaea refactor(styles): replace LabelStyle/DetailLabelStyle with blit.Badge