aboutsummaryrefslogtreecommitdiff
path: root/extra/osx
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.
* Allow requesting Bluetooth permission on macOSGiacomo Battaglia2024-05-07
|
* Update alacritty versionsChristian Duerr2023-12-14
| | | | This is only an update to the development versions and does not represent a stable release.
* 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.
* 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.
* Use org.alacritty instead of io.alacrittyKirill Chibisov2022-07-10
| | | | | The common naming is reverse DNS, and given that alacritty is using alacritty.org it makes more sense to use org.alacritty instead of old io.alacritty.
* 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.
* 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.
* 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.
* 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
|
* Reenable macOS automatic graphics switchingChristian Duerr2019-05-14
| | | | | | This issue has been resolved upstream by a macOS update, fixing all crashing issues when switching between integrated and dedicated GPUs. Fixes #2221.
* Add NSSystemAdministrationUsageDescription to macOS manifestijl2019-05-07
| | | | | | | | | 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.
* Bump version to 0.3.2Christian Duerr2019-04-22
|
* Bump version to 0.3.1Christian Duerr2019-04-22
|
* Bump version to 0.3.0Christian Duerr2019-04-08
|
* Add new icon to macOS binaryChristian Duerr2019-04-07
| | | | | | | | | 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.
* Disable automatic graphics switching on macOSChristian Duerr2019-04-04
| | | | | | Temporarily disabled automatic graphics switching due to a bug in macOS which leads to crashing. See #2221.
* Add official logoChristian Duerr2019-04-01