Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-09 | Set maximum Rust version to 1.31.0 | Christian Duerr | |
By setting the minimum Rust version and enforcing it with CI, Alacritty should hopefully make it possible for maintainers to package the application even on distributions which are not rolling release. The 1.31.0 target has been chosen here because it's the first version of the Rust 2018 release. Bumping this version in the future should be considered to be a breaking change and should only be done with caution and in consideration of the supported Rust versions of the major distributions available. This fixes #2277. | |||
2019-03-30 | Add rustfmt style guidev0.3.0-rc1 | Christian Duerr | |
2019-02-16 | Fix broken link in CONTRIBUTING.md | Tanuj | |
2019-01-17 | Make all configuration fields optional | Christian Duerr | |
All configuration fields now have fallback values which will be used if the field is not present. This includes mouse, key bindings and platform specific differences. The mouse and key bindings are now filled by default, if the user rebinds a default mapping, it will be overwritten. To unbind a default binding, it can be mapped to `chars: ""`. Since all platform differences can now be correctly handled by the `src/config/mod.rs` code, it's no longer necessary to maintain separate configuration files, so the `alacritty_macos.yml` and `alacritty_windows.yml` have been deleted. Fixes #40. Fixes #1923. | |||
2018-12-09 | Add a contributing.md file | Vineeth Sagar | |