aboutsummaryrefslogtreecommitdiff
path: root/extra/windows
Commit message (Collapse)AuthorAge
* Include extra directory in crateChristian Duerr2022-08-24
| | | | | | | | | | | | | Instead of having the extra symlink in the root, this puts the symlink in the alacritty crate. Since we build the package on Linux this is not a problem and even allows us to get rid of the `alacritty.png` symlink. To avoid having complicated symlinks with regards to the windows build assets directory, it has just been removed from the `extra` directory completely. Since we only need it for building, it doesn't matter where it's located and users will never have to interact with it manually anyway. Closes #6242.
* 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.
* Bump development version to 0.10.0-devChristian Duerr2021-07-18
| | | | This is only an update to the development version and does not represent a stable release.
* Bump development version to 0.8.0-devChristian Duerr2021-01-04
| | | | This is only an update to the development version and does not represent a stable release.
* Bump development version to 0.7.0-devChristian Duerr2020-11-15
| | | | This is only an update to the development version and does not represent a stable release.
* Migrate from Travis CI to GitHub ActionsChristian Duerr2020-11-06
| | | | | | | | | | | | | | | This removes all CI builds from travis-ci, due to their recent changes in policy and harsh limitations on builds. With build times over 2 hours, it was a significant hindrance to development. Instead of Travis CI, the CI is now split on Sourcehut and GitHub. Since Sourcehut only supports Linux/BSD, all builds on those operating systems are executed there. The GitHub Actions CI is used to build for Windows/macOS, which are not available on Sourcehut. Since asset deployment for releases requires builds on all platforms, this is also done on GitHub actions. Though the new `upload_asset.sh` script makes sure that migration in the future is fairly simple and we do not tie ourselves to the overly complicated GitHub Actions ecosystem.
* Bump version to 0.6.0-devChristian Duerr2020-07-19
|
* Bump version to 0.5.0-devChristian Duerr2020-03-14
| | | | This is a bump of the development version and does not represent a stable release.
* Change Alacritty .ico to use higher resolutionMichael Fresco2020-01-17
| | | Fixes #2651.
* Bump version to 0.4.2-devKirill Chibisov2020-01-05
|
* Bump master to 0.4.1-devChristian Duerr2019-11-19
| | | | | | | | | | | | | | To make the release process a bit smoother and prevent a freeze of the master process while review candidates are out, this will put the master in a perpetual development state. This should make it clear to everyone that the official source for releases is always the tagged branch and make it possible to release new versions completely independently. Since versions are bumped after each release, this makes it so the release branches do not have to get merged back into the master branch to show the correct development version.
* Bump version to 0.3.3Christian Duerr2019-06-16
|
* Bump version to 0.3.3-rc2Christian Duerr2019-06-15
|
* Bump version to 0.3.3-rc1Christian Duerr2019-06-09
|
* Bump version to 0.3.2Christian Duerr2019-04-22
|
* Bump version to 0.3.1Christian Duerr2019-04-22
|
* Fix Alacritty icon background on WindowsChristian Duerr2019-04-10
| | | This fixes #2285.
* Bump version to 0.3.0Christian Duerr2019-04-08
|
* Fix Windows deploymentChristian Duerr2019-04-02
|
* Add official logoChristian Duerr2019-04-01