~roguescholar/alacritty/+git/trunk:v0.12.1

Last commit made on 2023-05-21
Get this branch:
git clone -b v0.12.1 https://git.launchpad.net/~roguescholar/alacritty/+git/trunk

Branch merges

Branch information

Name:
v0.12.1
Repository:
lp:~roguescholar/alacritty/+git/trunk

Recent commits

5fdfd47... by Kirill Chibisov <email address hidden>

Alacritty version v0.12.1

bc60ab1... by Kirill Chibisov <email address hidden>

Fix upload from CI on windows

9fbc5b6... by K.B.Dharun Krishna

Bump `actions/checkout` to v3

Fix Node 12 deprecation warnings in action runs.

88ae518... by Kirill Chibisov <email address hidden>

Alacritty version 0.12.1-rc2

3108154... by Kirill Chibisov <email address hidden>

Update glutin to 0.30.8 and winit to 0.28.6

Fixes #6920.
Fixes #6824.

9592cbd... by Kirill Chibisov <email address hidden>

Fix very long startup time on some Wayland systems

This is not a real fix for the issue given that dbus method sctk-adwaita
is using will being called anyway. The proper fix will be available
with the winit's 0.29.0 release.

Right now the delay reduced from around 20 seconds to 100ms on a
systems with broken xdg-desktop-portal setup.

5ca354c... by Kirill Chibisov <email address hidden>

Alacritty version 0.12.1-rc1

45f204d... by Kirill Chibisov <email address hidden>

Bump winit to 0.28.5

The 0.28.4 was yanked.

ddb9c4a... by Kirill Chibisov <email address hidden>

Add `ALACRITTY_EXTRA_LOG_TARGETS` env variable

This should help with troubleshooting the dependency crates like winit.

03e2a5b... by Kirill Chibisov <email address hidden>

Bump winit to 0.28.4

Fixes #6817.