diff options
author | pacien | 2023-02-17 21:30:37 +0100 |
---|---|---|
committer | GitHub | 2023-02-17 21:30:37 +0100 |
commit | a4c0c516dd5b25b404a645f41e5a165e8547c2cb (patch) | |
tree | 62fdc955672f114f1cb240925e63d9d049a9e6fe /changelog.md | |
parent | 1215c5240786d3c64ef1dec5cf8e4b6ad2ec1b01 (diff) | |
parent | d266ee66cf3e366fbeb6d92c03dedff3b7aa3f14 (diff) | |
download | ldgallery-a4c0c516dd5b25b404a645f41e5a165e8547c2cb.tar.gz |
Merge pull request #354 from ldgallery/p_revert_utf8_term_fix
Revert "compiler: fix support for non-utf8 terminals"
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
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 | ||