Skip to content

Releases: go-gui-org/go-term

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 15:39
Immutable release. Only release title and notes can be modified.

What's Changed

  • feat: config [env] section and term identity naming (TERM_PROGRAM) by @mike-ward in #161
  • Polish docs and falcon branding by @mike-ward in #162
  • fix(term): bound Windows pty Close so a live child cannot hang teardown by @mike-ward in #163
  • refactor(events)!: adopt go-gui EventCtx callbacks by @mike-ward in #164
  • deps: bump go-gui to v0.54.0 by @mike-ward in #165
  • deps: go-gui v0.55.0 — migrate to the one event rule by @mike-ward in #166
  • deps: bump go-gui to v0.56.0 (per-scope IDs, debug categories) by @mike-ward in #167
  • fix(render): snap cell origins to the device pixel grid by @mike-ward in #168
  • fix: match Ghostty wheel-scroll sensitivity on retina displays by @mike-ward in #169
  • deps: bump go-gui to v0.57.0 by @mike-ward in #170
  • bump go-glyph to v1.20.0 and go-gui to v0.58.0 by @mike-ward in #171
  • feat(term): GOTERM_LATENCY keystroke-to-frame instrumentation by @mike-ward in #172
  • chore: bump go-gui v0.58.0 -> v0.59.0 by @mike-ward in #173
  • fix(term): only bleed bottom-row background when the row is uniform by @mike-ward in #174
  • changelog: add v0.8.0 (API freeze) by @mike-ward in #175

Full Changelog: v0.8.0...v0.9.0

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 02:19
Immutable release. Only release title and notes can be modified.
02b8191

What's Changed

  • deps: bump go-glyph to v1.18.1 and go-gui to v0.49.0 by @mike-ward in #151
  • deps: bump go-glyph v1.18.2, go-gui v0.49.1 by @mike-ward in #152
  • feat(falcon): set WM_CLASS and window icons on Linux/Windows by @mike-ward in #153
  • fix: Super+Shift+V paste no longer types a trailing V on Linux by @mike-ward in #154
  • fix(term): scroll the wheel by rows, not a fixed pixel constant by @mike-ward in #155
  • perf: persist reflow arena across Resizes, append rows into allNew by @mike-ward in #157
  • deps: bump go-glyph v1.18.2 -> v1.18.3 by @mike-ward in #158
  • Ship falcon as an installable app (#105) by @mike-ward in #159
  • deps: bump go-glyph v1.19.0, go-gui v0.51.1 by @mike-ward in #160

Full Changelog: v0.7.0...v0.8.0

v0.6.0

Choose a tag to compare

@mike-ward mike-ward released this 19 Jul 18:56
Immutable release. Only release title and notes can be modified.
b2643bb

[0.6.0] - 2026-07-19

Added

  • Expand XTGETTCAP capability table to the full xterm-256color subset, improving capability queries for tput, vim, and other terminal programs (#53).

Changed

  • Hyperlink hover recolor and pointing-hand cursor are now gated on Cmd being held, matching the activation model (#54).
  • Reuse SetGeom backing store and arena-carve reflow rows to reduce allocations during resize and scrolling (#55, #56) (#57).
  • Bump go-glyph to v1.17.3 and go-gui to v0.40.0 (#58).