diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-10-18 22:25:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-18 22:25:57 +0000 |
commit | 6dbd785bc0063109fcf8105bdf7e4d5673892abf (patch) | |
tree | 0a359b47f4307d797876ad0a35da23be35bc63f9 /alacritty_terminal | |
parent | f90d2964a6eda906d61b76f5e0ec7b9e44c12cb1 (diff) | |
download | alacritty-6dbd785bc0063109fcf8105bdf7e4d5673892abf.tar.gz alacritty-6dbd785bc0063109fcf8105bdf7e4d5673892abf.zip |
Bump development version to 0.15.0-dev
This is only an update to the development version and does not represent
a stable release.
Diffstat (limited to 'alacritty_terminal')
-rw-r--r-- | alacritty_terminal/CHANGELOG.md | 16 | ||||
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
2 files changed, 16 insertions, 2 deletions
diff --git a/alacritty_terminal/CHANGELOG.md b/alacritty_terminal/CHANGELOG.md index 82636168..28ed7540 100644 --- a/alacritty_terminal/CHANGELOG.md +++ b/alacritty_terminal/CHANGELOG.md @@ -8,7 +8,21 @@ sections should follow the order `Added`, `Changed`, `Deprecated`, `Fixed` and The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## 0.24.1-dev +## 0.24.2-dev + +## 0.24.1 + +### Changed + +- Shell RCs are no longer sourced on macOs + +### Fixed + +- Semantic search handling of fullwidth characters +- Inline search ignoring line wrapping flag +- Clearing of `XDG_ACTIVATION_TOKEN` and `DESKTOP_STARTUP_ID` in the main process +- FD leaks when closing PTYs on Unix +- Crash when ConPTY creation failed ## 0.24.0 diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index e643e081..eda38968 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.24.1-dev" +version = "0.24.2-dev" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |