aboutsummaryrefslogtreecommitdiff
path: root/alacritty/windows
Commit message (Collapse)AuthorAge
* Bump development version to 0.17.0-devChristian Duerr2025-08-30
| | | | This is only an update to the development version and does not represent a stable release.
* Bump development version to 0.16.0-devKirill Chibisov2025-01-06
| | | | | This is only an update to the development version and does not represent a stable release.
* Bump development version to 0.15.0-devChristian Duerr2024-10-18
| | | | This is only an update to the development version and does not represent a stable release.
* Fix "Open Alacritty Here" on WindowsZhiZe-ZG2024-03-28
|
* Update alacritty versionsChristian Duerr2023-12-14
| | | | This is only an update to the development versions and does not represent a stable release.
* Update wix on the release CIKirill Chibisov2023-06-26
| | | Fixes #6939.
* Bump development version to 0.13.0-devKirill Chibisov2023-02-15
| | | | This is only an update to the development version and does not represent a stable release.
* Fix Windows release buildChristian Duerr2022-10-14
| | | Closes #6392.
* Bump development version to 0.12.0-devChristian Duerr2022-09-03
| | | | This is only an update to the development version and does not represent a stable release.
* Bump glutin to 0.29.1Kirill Chibisov2022-08-10
| | | | | | | | Fixes #6239. Fixes #5975. Fixes #5876. Fixes #5767. Fixes #4484. Fixes #3139.
* Fix error when opening in root dir on WindowsEthan Conneely2022-07-10
|
* Bump development version to 0.11.0-devChristian Duerr2021-12-26
| | | | This is only an update to the development version and does not represent a stable release.
* Invert windows asset symlinksChristian Duerr2021-07-18
| | | | | | | | | | | This commit swaps source and target for the windows asset symlinks, since creation of a symlink is not possible on Windows systems without administrator permissions. By making the files inside the source folder the source instead of the destination, a build is still possible without requiring elevated privileges. Fixes #5338.
* Symlink windows assets for cargo installChristian Duerr2021-07-14
Fixes #5114.