aboutsummaryrefslogtreecommitdiff
path: root/extra
Commit message (Collapse)AuthorAge
* Add backslash to invalid characters for URL regexKaylem Brown-Malone2025-01-29
| | | | This adds the `\` character to the list of characters which will terminate matches in Alacritty's default hint for URL recognition.
* 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.
* Rewrite appdata.xml fileKirill Chibisov2025-01-04
| | | This also changes its license to MIT along the way.
* Add launchable option to AppStream metadataAsciiWolf2025-01-02
|
* Add `window.level` config optionDavid Horner2024-11-23
|
* Bump all dependenciesChristian Duerr2024-11-02
| | | | | This patch applies all major and minor version bumps, with the exception of `unicode-width` since it will need to be handled separately for Unicode version 16.
* Fix shell manpage exampleChris Kaiser2024-10-31
|
* 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.
* Add headless modeChristian Duerr2024-10-15
| | | | | | | | This patch adds a daemon mode to Alacritty which allows starting the Alacritty process without spawning an initial window. While this does not provide any significant advantage over the existing behavior of always spawning a window, it does integrate nicer with some setups and is a pretty trivial addition.
* Change ctrl+shift+u to ctrl+shift+oKirill Chibisov2024-10-10
| | | | | Avoid collisions with IMEs by using ctrl+shift+o. ctrl+shift+u is bound to open unicode input in a lot of IMEs by default meaning that users won't ever see the url hints UI.
* Move root config fields to `[general]` sectionChristian Duerr2024-10-02
| | | | | | | | | | | Some users struggle with TOML, since root options must always be at the top of the file, since they're otherwise associated with the last table. To avoid misunderstandings, all root-level fields have been removed. A new `general` section was added to allow housing configuration options that do not fit into any more specific groups. Closes #7906.
* Make alacritty(1) config paths resemble alacritty(5)Kirill Chibisov2024-09-10
| | | This also fixes the escaping in alacritty(5) page.
* Remove duplicate clip-path from logophilomathic_life2024-08-18
|
* Fix description in alacritty-bindings(5)Kirill Chibisov2024-08-11
| | | | Man pages use the man page name as the first word in description. This also aligns with other man pages we have.
* Document options which are not working everywhere yetKirill Chibisov2024-07-18
| | | This includes `window.position` and `window.resize_increments`.
* Bump dependenciesKirill Chibisov2024-07-17
| | | | Update winit and clap to latest versions.
* Support relative imports in config fileJoshua Cao2024-07-02
| | | Co-authored-by: Christian Duerr <contact@christianduerr.com>
* Add missing comma to alacritty(5) manpageTravis Finkenauer2024-05-12
|
* Allow requesting Bluetooth permission on macOSGiacomo Battaglia2024-05-07
|
* Add config file locations into alacritty(5) Aarni Koskela2024-05-03
|
* Fix typo in config docsYadi Abdalhalim2024-02-19
|
* Add default `Home`/`End` bindings for Vi modeKirill Chibisov2024-02-08
|
* Fix hang on startup with some Wayland compositorsKirill Chibisov2024-02-04
| | | Fixes #7665.
* Document `command` field in bindingsKirill Chibisov2024-01-31
| | | Closes #7594.
* Use builtin font to draw sextantsPopa Ioan Alexandru2024-01-26
| | | | | | Sextants are similar to quadrants and should align with them and other box drawing, thus use builtin font to align them properly. Part-of: #7422.
* Fix typo in config docsChristian Duerr2024-01-21
| | | Closes #7647.
* Fix `debug.renderer="gles2pure"` documentationChristian Duerr2024-01-14
| | | | | | | Patch 5685ce8bf changed the allowed values of the `debug.renderer` enum, prohibiting the usage of `_` in the `Gles2Pure` variant. This patch updates the documentation to correct for that. Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
* Fix manpage string escapesWuerfelDev2024-01-08
| | | Co-authored-by: Christian Duerr <contact@christianduerr.com>
* Add vi search paste bindingsOmar Magdy2024-01-04
| | | Closes #7511.
* Mark SimpleFullscreen as macOS only startup modeKirill Chibisov2023-12-28
|
* Update alacritty versionsChristian Duerr2023-12-14
| | | | This is only an update to the development versions and does not represent a stable release.
* Bump crossfont to 0.7.0Kirill Chibisov2023-12-14
|
* Adjust default Vi's SearchBackwards bindingKirill Chibisov2023-11-28
| | | We have the same policy with Shift for numbers.
* Add migrate to alacritty(1)Kirill Chibisov2023-11-24
|
* Fix default for [[hints.enabled]] in man pagesKirill Chibisov2023-11-24
| | | | The default was incomplete, since `command` was missing.
* Drop repo link in *SEE ALSO* man sectionsKirill Chibisov2023-11-24
| | | | | | The alacritty documentation is fully present inside the man pages, the repo provides nothing extra other than a way to report issues, which lives in its own section anyway.
* Add example for [window] section in alacritty(5)Kirill Chibisov2023-11-24
| | | | This should give a hint on how to generally tweak things.
* Improve section to TOML section refsKirill Chibisov2023-11-24
| | | | This should give more hints where to put things.
* Explicitly use `=` in alacritty(5)Kirill Chibisov2023-11-24
| | | | | This should help with understanding how to write TOML without reading too much into specification.
* Make man pages look consistentKirill Chibisov2023-11-24
| | | | | | | Part of the man pages were using _value_, other part were using just value, thus make everything as _value_. Also properly dot terminate and add spacing through out the man pages.
* Fix SelectLastTab in alacritty-bindings(5)Kirill Chibisov2023-11-24
|
* Make sections the same case in man pagesKirill Chibisov2023-11-24
|
* Fix Sync capability in terminfoGregory Anders2023-11-13
| | | | | | | Alacritty has supported mode 2026 for synchornized updates for a few months, but the terminfo entry still used the old DCS sequence originally supported by iTerm2. Since many other terminal emulators and applications seem to be standardizing around 2026, change the terminfo entry to use SM instead of DCS.
* Change default `bell.animation` to `Linear`Kirill Chibisov2023-11-13
| | | | The default animation feels really choppy, but it's just how its function looks.
* Add `--option` argument to `create-window`Christian Duerr2023-11-11
| | | | | | | | | | | | This patch adds a new CLI parameter to the `create-window` subcommand, matching the existing `--option` parameter when creating a new Alacritty instance. This parameter allows setting up the initial window configuration from the CLI without having to call `alacritty msg config`, making sure that all options are set appropriately right from the start. Closes #6238.
* Use builtin font to draw powerline symbolsKirill Chibisov2023-11-11
| | | | | | In addition to box drawing it was decided to also draw powerline symbols, since those are quite common and rather simple to draw with present box drawing infra.
* Add `window.blur` config optionKirill Chibisov2023-10-29
| | | Fixes #972.
* Fix typosPavel Roskin2023-10-25
|
* Prefer exact matches for bindings in mouse modePavel Roskin2023-10-25
| | | | | | Only consider bindings without Shift if there are no actions defined for the actual mouse event. Closes #7292.
* Update winit to 0.29.2 and copypasta to 0.10.0Kirill Chibisov2023-10-21
| | | | | | | | | Fixes #7236. Fixes #7201. Fixes #7146. Fixes #6848. Fixes #3601. Fixes #3108. Fixes #2453.