summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorZac Pullar-Strecker <zacps@users.noreply.github.com>2018-12-28 03:16:31 +1300
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-12-27 14:16:31 +0000
commit6d7647c8907978892d635bb79d8ba39629f8e194 (patch)
tree68bbc44615f371ce89b512e97b749c9b819a498b /CHANGELOG.md
parentf0180430dfea33d806ab530e789d2edb1488af6b (diff)
Make windows config location more sensible
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d0b0c30..121425d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New configuration field `visual_bell.color` allows changing the visual bell color
- Crashes on Windows are now also reported with a popup in addition to stderr
+### Changed
+
+- Windows configuration location has been moved from %USERPROFILE\alacritty.yml
+ to %APPDATA%\Roaming\alacritty\alacritty.yml
+
### Fixed
- Fix color issue in ncurses programs by updating terminfo pairs from 0x10000 to 0x7FFF