aboutsummaryrefslogtreecommitdiff
path: root/extra/linux/snap
Commit message (Collapse)AuthorAge
* 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
|
* 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 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 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
|
* 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