Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-07 | Add RHEL8 instructions to INSTALL.md | Nathaniel Graham | |
Co-authored-by: Christian Duerr <contact@christianduerr.com> | |||
2022-02-08 | Add instructions for building without X11/Wayland | sckzor | |
2021-11-08 | Add alacritty-msg manpage to documentation | Christian Duerr | |
The original multiwindow PR added a new manpage, however this was not properly documented or included in our CI. This patch resolves these issues. | |||
2021-11-02 | Fix libxkbcommon-devel package name for openSUSE | Diego Garza | |
Fixes #5586. | |||
2021-09-17 | Add python to Archlinux install instructions | Jonathan V | |
2021-09-14 | Add libxkbcommon-dev to openSUSE dependencies | Christian Duerr | |
2021-08-17 | Add macOS ARM builds to CI | Christian Duerr | |
2021-08-15 | Add python3 dep to freebsd install instructions | yancyribbens | |
2021-07-29 | Add note about dependencies to Cargo Installation | Vincent Olivert-Riera | |
2021-07-12 | Add libxkbcommon to INSTALL.md dependencies | Christian Duerr | |
Fixes #5320. | |||
2021-07-08 | Fix Void Linux link in the install guide | Paul Barker | |
2021-06-27 | Add libxkbcommon-dev to debian INSTALL.md | Tim Hourigan | |
2021-01-01 | Remove Windows WinPTY backend | Christian Duerr | |
2020-11-24 | Fixed typo in INSTALL.md | Everlastinggit | |
2020-11-24 | Remove copr from installation instructions | Everlastinggit | |
Since Fedora now provides Alacritty in the default repository, that should be used instead of the copr repository. | |||
2020-11-16 | Add Alpine Linux build dependencies | Chandler Swift | |
2020-11-10 | Add g++ to Fedora build dependency documentation | Matthew Neal | |
Fixes #4400. | |||
2020-09-30 | Add additional CentOS/RHEL build dependencies | Christian Duerr | |
Fixes #4271. | |||
2020-08-07 | Rework installation instructions | Canh Dinh | |
Since users should be capable of finding packages for their distributions, this removes all instructions that point users directly at specific packages. The third party repositories like COPR have been kept, since those are more difficult to find. The structure of the installation instructions has also been reworked to adjust for this and the post build instructions should be a bit cleaner now. Co-authored-by: Christian Duerr <contact@christianduerr.com> | |||
2020-07-24 | Remove outdated sections from README | Christian Duerr | |
2020-05-12 | Remove prebuilt linux binaries | Christian Duerr | |
Fixes #3628. | |||
2020-05-07 | Fix INSTALL.md platform ordering | Christian Duerr | |
2020-05-07 | Add fontconfig to Clear Linux install requirements | Pierre Massat | |
2020-03-13 | Capitalized the .desktop Filename (#3425) | Nathan Lilienthal | |
Follow free desktop file naming conventions. | |||
2020-03-01 | Add GNU Guix installation instructions | Valentin Ignatev | |
2020-01-11 | Move Alacritty to organization | Christian Duerr | |
This fixes various outdated links pointing to the old jwilm/alacritty repository. Since `copypasta` now has its own github repository at https://github.com/alacritty/copypasta, the sources have been removed from Alacritty. | |||
2019-11-26 | Simplify `cargo deb` usage | Pen Tree | |
2019-06-30 | Suggest installing fish completions per-user | Fabian Homborg | |
This uses $fish_complete_path[1], which should be in the user's home directory, so `sudo` is no longer needed. | |||
2019-06-25 | Fix dependencies for Archlinux in INSTALL.md | Benjamin Bauer | |
2019-06-23 | Update manual install instructions for Void Linux | Gabriel Silva Simões | |
2019-06-17 | Fix ubuntu deployment | Christian Duerr | |
2019-06-15 | Add INSTALL.md note about OpenBSD user datasize limits | pwrdwnsys | |
2019-06-13 | Add python 3 to OpenBSD dependencies | pwrdwnsys | |
2019-06-03 | Fix INSTALL.md relative windows/linux build link | Andy | |
2019-06-03 | Add Gentoo install dependencies | Christian Duerr | |
While Gentoo was listed in the table of contents of the INSTALL.md, the instructions to install the build dependencies were missing. This adds the emerge command necessary to install all dependencies of Alacritty (other than Rust) so building from source without the overlay is possible. | |||
2019-06-03 | Fix INSTALL.md .deb instruction link | Kurgol | |
2019-05-25 | Add build instructions for Clear Linux | Ron Waldon | |
2019-05-01 | Update Fedora and Ubuntu/Debian dependencies | Kiril Videlov | |
2019-04-30 | Add libxcb-devel dependency to INSTALL.md for openSUSE | Chris Coutinho | |
2019-04-28 | Switch from copypasta to rust-clipboard | Christian Duerr | |
This switches our own `copypasta` crate with the more standardized `clipboard` library, which allows us to get rid of the `xclip` dependency on X11. Additionally, this lays the foundation for native Wayland clipboard support once the clipboard crate is updated (or a fork is created). Fixes #5. | |||
2019-04-28 | Split alacritty into a separate crates | Theodore Dubois | |
The crate containing the entry point is called alacritty, and the crate containing everything else is called alacritty_terminal. | |||
2019-04-09 | Document EGL driver dependency on Wayland | Christian Duerr | |
This fixes #1497. | |||
2019-04-04 | Add icon to Linux .desktop file | Kirill Chibisov | |
2019-04-01 | Add official logov0.3.0-rc2 | Christian Duerr | |
2019-03-03 | Fix terminfo support for extended capabilities | Christian Duerr | |
To make sure all extended capabilities can be queried correctly, it is necessary to compile the terminfo file using the `-x` flag. Since Alacritty specified support for the XTerm mouse mode (XM/xm), using the `-x` flag was not possible until now without breaking programs like `htop`. By removing this flag, these issues should be resolved. This fixes https://github.com/jwilm/alacritty/issues/2131. | |||
2019-02-13 | Update fish completion installation | Christian Duerr | |
2019-02-02 | Document that alacritty requires winpty-agent on windows | Zac Pullar-Strecker | |
To make things easier to understand for Windows users, the relationship between Alacritty and the WinPTY agent has been clarified in the documentation. This also bundles the windows agent and exe together in a zip file to make distribution for windows easier on the user. | |||
2019-01-28 | Add pkg-config to Debian dependencies | F. Eugene Aumson | |
2018-11-19 | Changed path to standard /usr/bin/..., registered as an x-terminal-emulator ↵ | Ilya Epifanov | |
alternative | |||
2018-11-14 | Move .deb building instructions to INSTALL.md | Hellsenberg | |
This fixes #1541. |