summaryrefslogtreecommitdiffstats
path: root/extra/osx
AgeCommit message (Collapse)Author
2020-07-27Bump version to 0.5.0-rc4v0.5.0-rc4Christian Duerr
2020-07-25Bump version to 0.5.0-rc3v0.5.0-rc3Christian Duerr
2020-07-19Bump version to 0.5.0-rc2v0.5.0-rc2Christian Duerr
2020-07-16Bump version to 0.5.0-rc1v0.5.0-rc1Christian Duerr
2020-03-14Bump version to 0.5.0-devChristian Duerr
This is a bump of the development version and does not represent a stable release.
2020-01-05Bump version to 0.4.2-devKirill Chibisov
2019-11-19Bump master to 0.4.1-devChristian Duerr
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.
2019-06-16Bump version to 0.3.3v0.3.3Christian Duerr
2019-06-15Bump version to 0.3.3-rc2v0.3.3-rc2Christian Duerr
2019-06-09Bump version to 0.3.3-rc1v0.3.3-rc1Christian Duerr
2019-05-14Reenable macOS automatic graphics switchingChristian Duerr
This issue has been resolved upstream by a macOS update, fixing all crashing issues when switching between integrated and dedicated GPUs. Fixes #2221.
2019-05-07Add NSSystemAdministrationUsageDescription to macOS manifestijl
This resolves permission failures when modifying root-owned files and such, e.g., modifying /etc/hosts. It had been possible to work around this by adding alacritty to the set of applications with "Full Disk Access" in System Preferences. macOS now opens a prompt to confirm permission with a new installation. This fixes #2337.
2019-04-22Bump version to 0.3.2v0.3.2Christian Duerr
2019-04-22Bump version to 0.3.1v0.3.1Christian Duerr
2019-04-08Bump version to 0.3.0v0.3.0Christian Duerr
2019-04-07Add new icon to macOS binaryChristian Duerr
This adds the new Alacritty icon to the macOS binary available in the github releases. On sizes 128x128 and up the image with scanlines is included. The ci deployment process should now also offer the svg file for download so the .desktop file can be used without having to look through the repos for the icon.
2019-04-04Disable automatic graphics switching on macOSChristian Duerr
Temporarily disabled automatic graphics switching due to a bug in macOS which leads to crashing. See #2221.
2019-04-01Add official logov0.3.0-rc2Christian Duerr