Sourced from github.com/charmbracelet/bubbletea's releases.
v1.2.0
It’s performance boost time
Sometimes you have to take matters into your own hands. That’s exactly what
@LeperGnomedid when he wanted faster rendering. This release features adjustments to the rendering algorithm for faster repaints. We encourage you to upgrade and give it a go![!NOTE] Renderer changes are no laughing matter. We’ve tested the new renderer extensively, however if you notice any bugs let us know. Rendering accuracy is among our top priorities.
Changelog
- rendering speed improvements by
@LeperGnomein charmbracelet/bubbletea#1132New Contributors
@LeperGnomemade their first contribution in charmbracelet/bubbletea#1132Full Changelog: https://github.com/charmbracelet/bubbletea/compare/v1.1.2...v1.2.0
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v1.1.2
This and that
A tiny tiny release that fixes the tests on Windows, and uses the latest
ansipackage definitions.Changelog
New Features
- 12b04c5d6001056875bc712f81fa1efd470fa592: feat(ci): use meta lint workflow (
@aymanbagabas)- 3209d62ae751da63a38237666d6706ab7c9f0006: feat(ci): use meta lint-sync workflow to sync linter config (
@aymanbagabas)Bug fixes
- 566879aa33ce13f27a6bdab4a274e08be01bac9c: fix(ci): run lint workflow on all platforms (
@aymanbagabas)- cd1e4d34a7e0232ea94afcc168eec107450aa332: fix: exec tests on windows (
@aymanbagabas)Documentation updates
- d928d8dcabcd4bca0efc22fb661de0cc27c66b21: docs: update contributing guidelines (#1186) (
@bashbunni)- de4788dc763d5a6ce7ca555c5ee6fce3179dedc4: docs: update readme badge images (
@aymanbagabas)
... (truncated)
5b65f9a
chore: go mod tidye16a768
fix: screen_test.go: fix test cases for ClearScreen and
EnterAltScreenc78a084
fix: renderer: use HomeCursorPosition instead of CursorOrigin50249d4
fix: screen_test.go: fix test cases for cursor movement99b85ff
fix: renderer: erase the rest of the line when it's shorter than the
widthf4d1e0e
chore(deps): bump github.com/charmbracelet/x/ansi from 0.4.2 to 0.4.5
(#1224)d6aee5b
chore(deps): bump github.com/charmbracelet/lipgloss from 0.13.1 to 1.0.0
(#1219)3bbf24d
chore(deps): bump github.com/charmbracelet/lipgloss in /examples (#1220)2472d90
fix: remove unnecessary line break5f70edd
chore(ci): sync golangci-lint config (#1222)