-
Notifications
You must be signed in to change notification settings - Fork 854
Comparing changes
Open a pull request
base repository: charmbracelet/bubbletea
base: v1.3.0
head repository: charmbracelet/bubbletea
compare: v1.3.3
- 10 commits
- 8 files changed
- 4 contributors
Commits on Feb 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 75d1b4b - Browse repository at this point
Copy the full SHA 75d1b4bView commit details
Commits on Feb 5, 2025
-
chore(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 (#1311)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.29.0 to 0.30.0. - [Commits](golang/sys@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8eb3080 - Browse repository at this point
Copy the full SHA 8eb3080View commit details -
chore(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 (#1312)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.10.0 to 0.11.0. - [Commits](golang/sync@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 696e4ab - Browse repository at this point
Copy the full SHA 696e4abView commit details
Commits on Feb 6, 2025
-
fix: windows: AltGr maps to LEFT_CTRL+RIGHT_ALT (#1162)
On Windows, some keyboard layouts have an AltGr button that's similar to the Mac options button and can be used to send characters. This PR respects the AltGr button and treat its characters as bubbletea key runes. Fixes: #1126
Configuration menu - View commit details
-
Copy full SHA for c66daf9 - Browse repository at this point
Copy the full SHA c66daf9View commit details
Commits on Feb 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 439398b - Browse repository at this point
Copy the full SHA 439398bView commit details
Commits on Feb 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cebad5b - Browse repository at this point
Copy the full SHA cebad5bView commit details -
fix: renderer: use newline instead of cud1 to move cursor down (#1323)
* fix: renderer: use newline instead of cud1 to move cursor down Using cud1 (`\x1b[B`) won't scroll the terminal if the cursor is already at the bottom of the screen. Instead, use a newline character to move the cursor down and scroll the terminal if necessary. Fixes: #1322 * chore(examples): update tesdata
Configuration menu - View commit details
-
Copy full SHA for 771a101 - Browse repository at this point
Copy the full SHA 771a101View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0186ad - Browse repository at this point
Copy the full SHA b0186adView commit details
Commits on Feb 11, 2025
-
chore: revert "Remove irrelevant option comments"
This reverts commit 439398b.
Configuration menu - View commit details
-
Copy full SHA for ee7cf45 - Browse repository at this point
Copy the full SHA ee7cf45View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb6f840 - Browse repository at this point
Copy the full SHA cb6f840View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.0...v1.3.3