From 1f472a736712c10e2aa9ea8be1a05897b300929e Mon Sep 17 00:00:00 2001 From: Akuli Date: Wed, 7 Feb 2024 13:58:42 +0200 Subject: [PATCH] tweak1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b19ca25..2c558fb1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and other details that don't affect using Porcupine. Bug fixes: - Porcupine no longer crashes on Mac when you try to open a file. Thank you [ThePhilgrim](https://github.com/ThePhilgrim) for fixing this. - When the stop button (or other buttons) in the top right corner of the command output area are hovered, they display tooltips that explain what the buttons do. These tooltips no longer go partially off the screen when the Porcupine window is maximized or dragged to the right edge of the screen. Thank you [lawson89](https://github.com/lawson89) for fixing this. -- The directory tree now colors file names with non-ASCII characters correctly based on their Git status. In previous versions, files named e.g. `örkkiäinen.txt` always show up in white, even if they're about to be included in the next Git commit. +- The directory tree now colors file names with non-ASCII characters correctly based on their Git status. In previous versions, files named e.g. `örkkiäinen.txt` always show up in white, even if they're about to be included in the next Git commit (should be green) or they have been deleted/ignored from Git (should be red). - On some systems, such as Debian 12, the font chooser in Porcupine Settings now shows more fonts than before, and doesn't show a confusing warning triangle when the default font is selected. - In previous versions, the "Jumping to previous/next anchor cycles to end/start of file" setting didn't work when the file contained only one anchor point. Thank you [ThePhilgrim](https://github.com/ThePhilgrim) for reporting this.