Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Releases: moneycaringcoder/gitstream-tui

v0.7.5

11 Apr 23:15
v0.7.5
0c97de8

Choose a tag to compare

Changelog

  • 1e6ed90 Merge pull request #19 from moneycaringcoder/feat/migrate-blit-v0.7.5
  • 0c97de8 Merge pull request #20 from moneycaringcoder/chore/remove-direct-charmbracelet-imports
  • d3e5953 feat: migrate to blit ThemeStyles/StatsCollector/HTTPResource/Config for v0.7.5

v0.7.4

10 Apr 18:05
v0.7.4
59b3ac1

Choose a tag to compare

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

10 Apr 14:06
v0.7.3
8824b8b

Choose a tag to compare

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

v0.7.2

09 Apr 14:50
v0.7.2
d1f21f8

Choose a tag to compare

Changelog

  • d1f21f8 feat: wire UpdateForced mode with updatewire package (#16)

v0.7.1

09 Apr 14:38
v0.7.1
8f555bf

Choose a tag to compare

Changelog

  • 1bd692e Merge pull request #14 from moneycaringcoder/docs/install-methods

v0.7.0

08 Apr 20:11
v0.7.0
01b7bb3

Choose a tag to compare

Changelog

  • 01b7bb3 feat: tuikit v0.7.0 bump + tuitest integration tests (#13)

v0.6.4

08 Apr 16:40
v0.6.4
e14dbf7

Choose a tag to compare

Changelog

  • e14dbf7 Merge pull request #12 from moneycaringcoder/fix/bump-tuikit-v0.5.4
  • a6883a9 fix: bump tuikit-go to v0.5.4 for 1h cache TTL

v0.6.3

08 Apr 15:28
v0.6.3
c5c2174

Choose a tag to compare

Changelog

  • c5c2174 Merge pull request #11 from moneycaringcoder/fix/bump-tuikit-v0.5.3
  • 63beafd fix: bump tuikit-go to v0.5.3 for version parsing fix

v0.6.2

08 Apr 15:06
v0.6.2
3db2262

Choose a tag to compare

Changelog

  • 3db2262 Merge pull request #10 from moneycaringcoder/fix/bump-tuikit-v0.5.2
  • 88662d2 fix: bump tuikit-go to v0.5.2 for go install auto-update support

v0.6.1

08 Apr 14:49
v0.6.1
4a7e0e7

Choose a tag to compare

Changelog

  • 2bf33f3 Merge pull request #8 from moneycaringcoder/chore/cleanup-and-fixes
  • 4a7e0e7 Merge pull request #9 from moneycaringcoder/chore/bump-tuikit-v0.5.1
  • af0b82a fix: OpenURL goroutine leak, update gitignore, credit tuikit-go