summaryrefslogtreecommitdiff
path: root/extra/alacritty.man
AgeCommit message (Collapse)Author
2022-01-23Alacritty version 0.10.0v0.10.0alacritty_terminal_v0.16.0v0.10.0Christian Duerr
2022-01-13Alacritty version 0.10.0-rc4v0.10.0-rc4alacritty_terminal_v0.16.0-rc4Christian Duerr
2022-01-13Alacritty version 0.10.0-rc3v0.10.0-rc3alacritty_terminal_v0.16.0-rc3Christian Duerr
2022-01-08Alacritty version 0.10.0-rc2v0.10.0-rc2alacritty_terminal_v0.16.0-rc2Christian Duerr
2021-12-25Alacritty version 0.10.0-rc1v0.10.0-rc1alacritty_terminal_v0.16.0-rc1Christian Duerr
2021-10-23Add multi-window supportChristian Duerr
Previously Alacritty would always initialize only a single terminal emulator window feeding into the winit event loop, however some platforms like macOS expect all windows to be spawned by the same process and this "daemon-mode" can also come with the advantage of increased memory efficiency. The event loop has been restructured to handle all window-specific events only by the event processing context with the associated window id. This makes it possible to add new terminal windows at any time using the WindowContext::new function call. Some preliminary tests have shown that for empty terminals, this reduces the cost of additional terminal emulators from ~100M to ~6M. However at this point the robustness of the daemon against issues with individual terminals has not been refined, making the reliability of this system questionable. New windows can be created either by using the new `CreateNewWindow` action, or with the `alacritty msg create-window` subcommand. The subcommand sends a message to an IPC socket which Alacritty listens on, its location can be found in the `ALACRITTY_SOCKET` environment variable. Fixes #607.
2021-07-18Bump development version to 0.10.0-devChristian Duerr
This is only an update to the development version and does not represent a stable release.
2021-01-04Bump development version to 0.8.0-devChristian Duerr
This is only an update to the development version and does not represent a stable release.
2020-12-29Update Alacritty's descriptionChristian Duerr
Alacritty's description in the readme and manpage has always been a bit overly aggressive in its marketing. This new updated text should more accurately describe Alacritty's current state without pointlessly agitating people.
2020-11-26Remove redundant CLI flagsChristian Duerr
This removes some of Alacritty's CLI flags since the same functionality is provided by the '--option' flag now. The removed flags are: * '--persistent-logging' * '--live-config-reload' * '--no-live-config-reload' * '--dimensions' * '--position' Fixes #4246.
2020-11-15Bump development version to 0.7.0-devChristian Duerr
This is only an update to the development version and does not represent a stable release.
2020-09-13Improve example for the -o CLI flagNathan Lilienthal
Co-authored-by: Christian Duerr <contact@christianduerr.com>
2020-08-22Add CLI parameter to override config optionsChristian Duerr
This uses the facilities added in 3c3e6870dedad56b270f5b65ea57d5a6e46b1de6 to allow overriding individual configuration file options dynamically from the CLI using the --options/-o parameter. Fixes #1258.
2020-07-19Bump version to 0.6.0-devChristian Duerr
2020-07-04Update --help for class option to match manpageJeff Windsor
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-11Move Alacritty to organizationChristian 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.
2020-01-06Fix incorrect config path in --help and manpageChristian Duerr
Fixes #3154.
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-10-09Add --hold CLI flagValentin Ignatev
This implements --hold flag which keeps Alacritty open after its child process exits. Fixes #1165.
2019-09-24Add Xembed supportmkosem
Fixes #631.
2019-07-06Allow setting gtk variant and general class on X11Brian Koropoff
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-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-01Add official logov0.3.0-rc2Christian Duerr