Skip to content

Commit

Permalink
Bump glutin to 0.28.0
Browse files Browse the repository at this point in the history
Fixes #5603.
Fixes #5422.
Fixes #5350.
Fixes #4105.

Co-authored-by: Christian Duerr <contact@christianduerr.com>
  • Loading branch information
kchibisov and chrisduerr committed Dec 3, 2021
1 parent 8681f71 commit 4c6a763
Show file tree
Hide file tree
Showing 12 changed files with 212 additions and 331 deletions.
4 changes: 2 additions & 2 deletions .builds/freebsd.yml
Expand Up @@ -24,8 +24,8 @@ tasks:
cargo test
- oldstable: |
cd alacritty
rustup toolchain install --profile minimal 1.46.0
rustup default 1.46.0
rustup toolchain install --profile minimal 1.53.0
rustup default 1.53.0
cargo test
- clippy: |
cd alacritty
Expand Down
4 changes: 2 additions & 2 deletions .builds/linux.yml
Expand Up @@ -27,8 +27,8 @@ tasks:
cargo +nightly fmt -- --check
- oldstable: |
cd alacritty
rustup toolchain install --profile minimal 1.46.0
rustup default 1.46.0
rustup toolchain install --profile minimal 1.53.0
rustup default 1.53.0
cargo test
- clippy: |
cd alacritty
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
run: cargo test
- name: Oldstable
run: |
rustup default 1.46.0
rustup default 1.53.0
cargo test
- name: Clippy
run: |
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,11 +10,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Packaging

- New `extra/alacritty-msg.man` manpage for the `alacritty msg` subcommand
- Minimum Rust version has been bumped to 1.53.0

### Added

- Option `colors.transparent_background_colors` to allow applying opacity to all background colors
- Support for running multiple windows from a single Alacritty instance (see docs/features.md)
- Urgency support on Wayland via `xdg_activation_v1`

### Changed

Expand All @@ -29,6 +31,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Invisible cursor with matching foreground/background colors
- Crash when hovering over a match emptied by post-processing

### Removed

- Wayland client side decorations were simplified

## 0.9.0

### Packaging
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -42,7 +42,7 @@ and
[easy](https://github.com/alacritty/alacritty/issues?q=is%3Aopen+is%3Aissue+label%3A%22D+-+easy%22)
issues.

Please note that the minimum supported version of Alacritty is Rust 1.46.0. All patches are expected
Please note that the minimum supported version of Alacritty is Rust 1.53.0. All patches are expected
to work with the minimum supported version.

Since `alacritty_terminal`'s version always tracks the next release, make sure that the version is
Expand Down

0 comments on commit 4c6a763

Please sign in to comment.