-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Comparing changes
Open a pull request
base repository: alacritty/alacritty
base: master
head repository: alacritty/alacritty
compare: v0.14
- 20 commits
- 39 files changed
- 5 contributors
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b3a856 - Browse repository at this point
Copy the full SHA 6b3a856View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b56a0e8 - Browse repository at this point
Copy the full SHA b56a0e8View commit details -
Add IME support to inline search
This changes the behavior of inline search from only accepting direct key inputs, to also accepting IME and paste. The additional characters are still being discarded, matching the existing behavior. This also fixes an issue where inline search wouldn't work for characters requiring modifiers, since the modifier press was interpreted as the search target instead. Closes #8208.
Configuration menu - View commit details
-
Copy full SHA for a720a76 - Browse repository at this point
Copy the full SHA a720a76View commit details -
This patch adds a daemon mode to Alacritty which allows starting the Alacritty process without spawning an initial window. While this does not provide any significant advantage over the existing behavior of always spawning a window, it does integrate nicer with some setups and is a pretty trivial addition.
Configuration menu - View commit details
-
Copy full SHA for f5add2b - Browse repository at this point
Copy the full SHA f5add2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 392e24c - Browse repository at this point
Copy the full SHA 392e24cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7552ae7 - Browse repository at this point
Copy the full SHA 7552ae7View commit details
Commits on Oct 22, 2024
-
The pipe was not using O_CLOEXEC, so it was leaked into the child. Fixes #8249.
Configuration menu - View commit details
-
Copy full SHA for 4cf1843 - Browse repository at this point
Copy the full SHA 4cf1843View commit details -
Configuration menu - View commit details
-
Copy full SHA for 948fd7e - Browse repository at this point
Copy the full SHA 948fd7eView commit details -
Do not pull serde without serde feature
alacritty_terminal was pulling `serde` via vte even though serde feature was disabled.
Configuration menu - View commit details
-
Copy full SHA for 3554913 - Browse repository at this point
Copy the full SHA 3554913View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a4475 - Browse repository at this point
Copy the full SHA 22a4475View commit details
Commits on Dec 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9658aa6 - Browse repository at this point
Copy the full SHA 9658aa6View commit details -
Fix hint highlight invalidation
This fixes a couple issues with hint highlight invalidation, which would cause hints to lose their underline highlight despite the terminal itself not having changed since the highlight started. Closes #8270.
Configuration menu - View commit details
-
Copy full SHA for fdc1ecc - Browse repository at this point
Copy the full SHA fdc1eccView commit details -
Fix racing condition in hint triggering
This fixes an issue with hints where it was possible that the terminal content of highlighted hints changed between the highlighted hint update and the activation of the hint. This patch always validates the hint's text content against the hint itself to ensure that the content is still valid for the original hint which triggered the highlight. Closes #8277.
Configuration menu - View commit details
-
Copy full SHA for 1460e18 - Browse repository at this point
Copy the full SHA 1460e18View commit details -
Fix vi motion with wide semantic escape chars
This patch fixes an issue where the semantic vi motion commands `SemanticRight` and `SemanticLeft` were not behaving as expected when a fullwidth character was used as a semantic character. Closes #8314.
Configuration menu - View commit details
-
Copy full SHA for 86b9b3f - Browse repository at this point
Copy the full SHA 86b9b3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21657d2 - Browse repository at this point
Copy the full SHA 21657d2View commit details -
Don't error on nonexistent TOML imports in migrate
YAML import migration was already properly ignoring nonexistent imports, it was only missed for TOML ones. Fixes #8330.
Configuration menu - View commit details
-
Copy full SHA for bf77ac5 - Browse repository at this point
Copy the full SHA bf77ac5View commit details -
Always explicitly emit
1without modifiers in kitty encodingWhile this doesn't change much with how parsers are implemented, it improves consistency with how key release is handled.
Configuration menu - View commit details
-
Copy full SHA for 025a4a8 - Browse repository at this point
Copy the full SHA 025a4a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccbabc9 - Browse repository at this point
Copy the full SHA ccbabc9View commit details -
Fixes double input on X11 after update to 0.30.6.
Configuration menu - View commit details
-
Copy full SHA for b45d2db - Browse repository at this point
Copy the full SHA b45d2dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ccac0f - Browse repository at this point
Copy the full SHA 0ccac0fView 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 master...v0.14