diff options
author | Matt T. Proud <matt.proud@gmail.com> | 2018-12-23 23:36:06 +0100 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-12-23 22:36:06 +0000 |
commit | f0180430dfea33d806ab530e789d2edb1488af6b (patch) | |
tree | fe10314db107451adf91bb86609b3e4d8b0b132e /CHANGELOG.md | |
parent | 2f9b815ebdcee4558284e5e9cef6ef282dc87b08 (diff) | |
download | alacritty-f0180430dfea33d806ab530e789d2edb1488af6b.tar.gz alacritty-f0180430dfea33d806ab530e789d2edb1488af6b.zip |
Report Windows panics through MessageBox
Alacritty is often spawned through the executable on
Windows. Since this doesn't allow access to the stderr
and crashes on startup are more common on Windows
due to the agent, it can be hard to troubleshoot issues.
This reports all Alacritty crashes through error popups
on Windows, which should resolve the problem of
crashing Alacritty instances without any error feedback.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae5f202..6d0b0c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - 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 ### Fixed |