SIGN IN SIGN UP

TAGS

20 tags
v1.3.1

Fix last line being ignored and Windows CancelIo and AltGr bugs

v1.2.4

Keep track of screen line numbers

v1.2.3

Fix renderer bug when going in and out of altscreen

v1.2.1

Fix end of line rendering

v1.2.0

chore(deps): bump github.com/charmbracelet/x/ansi from 0.4.2 to 0.4.5 (#1224) Bumps [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x) from 0.4.2 to 0.4.5. - [Release notes](https://github.com/charmbracelet/x/releases) - [Commits](https://github.com/charmbracelet/x/compare/ansi/v0.4.2...ansi/v0.4.5) --- updated-dependencies: - dependency-name: github.com/charmbracelet/x/ansi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.0.1

Fix nil renderer terminal

v0.27.1

Workaround for background query hang

v0.26.5

Fix Windows special key runes

v0.26.4

fix: program renderer commands (#1030) Using program commands like p.EnableMouseCellMotion and p.SetWindowTitle _before_ the program starts can panic the application since `renderer` hasn't been initialized yet. Use program options to enable and set these options if `renderer` is not initialized. Fixes: https://github.com/charmbracelet/bubbletea/issues/1029

v0.26.3

chore(ci): enable gofumpt