aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorpacien2023-02-16 22:54:42 +0100
committerpacien2023-02-16 22:54:42 +0100
commitd266ee66cf3e366fbeb6d92c03dedff3b7aa3f14 (patch)
tree62fdc955672f114f1cb240925e63d9d049a9e6fe /changelog.md
parent1215c5240786d3c64ef1dec5cf8e4b6ad2ec1b01 (diff)
downloadldgallery-d266ee66cf3e366fbeb6d92c03dedff3b7aa3f14.tar.gz
Revert "compiler: fix support for non-utf8 terminals"
The reverted changeset fixed some crash due to character encoding mismatch in terminal emulators. Doing so, it made it possible for the compiler to complete without reporting any error, while outputting wrongly encoded files. It's better to revert that changeset until all the encoding issue are solved consistently. This reverts commit 0fddc74a3f9add47841124b4d77b097f4646d14f.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 66de4b9..07a6d3a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -11,7 +11,6 @@ release. Releases are tracked and referred to using git tags.
11- Bug fixes: 11- Bug fixes:
12 - compiler: fix detection of dimensions of EXIF-rotated pictures. 12 - compiler: fix detection of dimensions of EXIF-rotated pictures.
13 Rebuild the gallery with `--rebuild-all` to purge erroneous cached data. 13 Rebuild the gallery with `--rebuild-all` to purge erroneous cached data.
14 - compiler: fix support for non-UTF8 terminals.
15 - viewer: fix theme quirks (line spacing, icon colours). 14 - viewer: fix theme quirks (line spacing, icon colours).
16 - viewer: fix ghost keyboard hints when the search panel is closed. 15 - viewer: fix ghost keyboard hints when the search panel is closed.
17 16