From bd96e7f7694d9c6108baf0dc091eb6a68ad54041 Mon Sep 17 00:00:00 2001 From: Michael Fresco <15065392+michaelfresco@users.noreply.github.com> Date: Fri, 17 Jan 2020 22:28:34 +0100 Subject: Change Alacritty .ico to use higher resolution Fixes #2651. --- CHANGELOG.md | 1 + extra/windows/alacritty.ico | Bin 425614 -> 318658 bytes 2 files changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c8f518..56e0ccd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Alacritty not ignoring keyboard events for changing WM focus on X11 - Regression which added a UNC path prefix to the working directory on Windows - CLI parameters discarded when config is reload +- Blurred icons in KDE task switcher (alacritty.ico is now high-res) ## 0.4.1 diff --git a/extra/windows/alacritty.ico b/extra/windows/alacritty.ico index f34337d5..a84db555 100644 Binary files a/extra/windows/alacritty.ico and b/extra/windows/alacritty.ico differ -- cgit