This commit is contained in:
Kirill Chibisov 2024-04-14 20:08:02 +04:00
parent 77dc09dcb0
commit b84b27bc8a
No known key found for this signature in database
GPG Key ID: E803FF4B6CE71BCB
3 changed files with 8 additions and 8 deletions

View File

@ -5,14 +5,14 @@ The sections should follow the order `Packaging`, `Added`, `Changed`, `Fixed` an
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
Notable changes to `alacritty_terminal` crate should be documented in its
Notable changes to the `alacritty_terminal` crate are documented in its
[CHANGELOG](./alacritty_terminal/CHANGELOG.md).
## 0.14.0-dev
### Fixed
- New window sometimes being treated as focused when it's not on Wayland
- New window being treated as focused when it's not on Wayland
### Changed

View File

@ -91,11 +91,11 @@ If any change has been made to the `config.rs` file, it should also be documente
Changes compared to the latest Alacritty release which have a direct effect on the user (opposed to
things like code refactorings or documentation/tests) additionally need to be documented in the
`CHANGELOG.md`. When notable change is made to `alacritty_terminal` it should be documnted in its
`CHANGELOG.md` as well. The existing entries should be used as a style guideline. The change log
should be used to document changes from a user-perspective, instead of explaining the technical
background (like commit messages). More information about Alacritty's change log format can be found
[here](https://keepachangelog.com).
`CHANGELOG.md`. When a notable change is made to `alacritty_terminal`, it should be documented in
`alacritty_terminal/CHANGELOG.md` as well. The existing entries should be used as a style guideline.
The change log should be used to document changes from a user-perspective, instead of explaining the
technical background (like commit messages) More information about Alacritty's change log format can
be found [here](https://keepachangelog.com).
### Style

View File

@ -10,4 +10,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- `Term<T>` is not focused by default anymore
- `Term` is not focused by default anymore