Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-24 | Add g++ dependency to Debian install docs | Finn2708 | |
2023-07-10 | Create man5 directory along with man1 | Yug Shende | |
2023-06-12 | Switch to TOML configuration format | Christian Duerr | |
This switches Alacritty's default configuration format from yaml to toml. While yaml is still supported, it is done by converting it to toml and should be removed entirely in the future. All existing features were persisted based on my testing. Behavior should not change much, though `--option` might have slightly different behavior since the entire line is not interpreted as one line of toml. A new `alacritty migrate` subcommand has been added which allows automatic migration from yaml to toml. This also could be used as a facility to automatically fix configuration file changes in the future. Closes #6592. | |||
2023-05-28 | Move manpages to scdoc | Christian Duerr | |
This rewrites the existing manpages to use the `scdoc` format, making it simpler to read and edit the manpages without intricate roff knowledge. Some minor changes to the manpages were made in the process, mostly focusing on correcting some of the wording. The list of maintainers has also changed to ensure people not involved in the project anymore aren't unnecessarily contacted for support. | |||
2023-03-16 | Improve fish completions installation instructions | CRATO LABS | |
Co-authored-by: Kirill Chibisov <contact@kchibisov.com> | |||
2023-02-15 | Update INSTALL.md Ubuntu instructions | Nathan Lilienthal | |
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 | |