aboutsummaryrefslogtreecommitdiff
path: root/extra/linux
Commit message (Collapse)AuthorAge
* Support startup notify on Wayland/X11Kirill Chibisov2023-09-04
| | | | | | | Activate a window to indicate that we want initial focus when the system uses startup notifications. Fixes #6931.
* 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.
* Remove optional releases section from appdata.xmlChristian Duerr2021-07-18
| | | | This removes the releases section to make the creation of new releases a bit simpler.
* Update Alacritty's descriptionChristian Duerr2020-12-29
| | | | | | 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.
* Remove alacritty.specChristian Duerr2020-12-08
| | | | Since Alacritty is now officially packaged by Fedora, it is no longer necessary to provide this in the official repository.
* 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.
* Update spec filegrumpey2020-08-15
|
* Remove snap packaging configChristian Duerr2020-07-30
| | | | | Since Alacritty should not be responsible for packaging and the maintainers of the snap package have not kept it up to date, this removes its configuration file.
* Bump version to 0.6.0-devChristian Duerr2020-07-19
|
* Remove prebuilt linux binariesChristian Duerr2020-05-12
| | | Fixes #3628.
* Bump minimum supported Rust version to 1.41.0Christian Duerr2020-04-23
|
* Add modal keyboard motion modeChristian Duerr2020-03-18
| | | | | | | | | | | | | | | | | | | This implements a basic mode for navigating inside of Alacritty's history with keyboard bindings. They're bound by default to vi's motion shortcuts but are fully customizable. Since this relies on key bindings only single key bindings are currently supported (so no `ge`, or repetition). Other than navigating the history and moving the viewport, this mode should enable making use of all available selection modes to copy content to the clipboard and launch URLs below the cursor. This also changes the rendering of the block cursor at the side of selections, since previously it could be inverted to be completely invisible. Since that would have caused some troubles with this keyboard selection mode, the block cursor now is no longer inverted when it is at the edges of a selection. Fixes #262.
* 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.
* Capitalized the .desktop Filename (#3425)Nathan Lilienthal2020-03-13
| | | Follow free desktop file naming conventions.
* Bump minimum Rust version to 1.37.0Christian Duerr2020-01-19
|
* Move Alacritty to organizationChristian Duerr2020-01-11
| | | | | | | | 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.
* 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 minimum Rust version to 1.36.0Christian Duerr2019-09-09
|
* Bump minimum supported Rust version to 1.34.0Christian Duerr2019-07-30
|
* Bump appdata to v0.3.3Eric Engestrom2019-06-19
|
* 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
|
* Add RPM spec for building in COPRPaul Schyska2019-06-09
|
* Add linux Appstream packaging dataderpmatt2019-05-11
|
* Switch from copypasta to rust-clipboardChristian Duerr2019-04-28
| | | | | | | | | | | 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.
* 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
|
* Fix .desktop path in snapcraft.ymlChristian Duerr2019-04-04
|
* Add icon to Linux .desktop fileKirill Chibisov2019-04-04
|
* Add official logoChristian Duerr2019-04-01