mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
parent
7b814c3be7
commit
f1f51d3c02
2 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- Minimum Rust version has been bumped to 1.36.0
|
||||
- Config is not generated anymore, please consider distributing the alacritty.yml as documentation
|
||||
- Removed Alacritty terminfo from .deb in favor of ncurses provided one
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -65,6 +65,5 @@ assets = [
|
|||
["../extra/completions/alacritty.bash", "usr/share/bash-completion/completions/alacritty", "644"],
|
||||
["../extra/completions/alacritty.fish", "usr/share/fish/completions/alacritty.fish", "644"],
|
||||
["../extra/completions/_alacritty", "usr/share/zsh/vendor-completions/_alacritty", "644"],
|
||||
["../extra/alacritty.info", "usr/share/terminfo/a/alacritty", "644"],
|
||||
]
|
||||
maintainer-scripts = "../extra/linux/debian"
|
||||
|
|
Loading…
Reference in a new issue