TAGS
20 tagsFerocious Alpha 2
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>
Bubble Tea Alpha 1
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