diff options
author | pacien | 2022-10-29 23:11:07 +0200 |
---|---|---|
committer | pacien | 2022-10-29 23:11:07 +0200 |
commit | f864eeca506331c1dee2cd3f5f0df4fe806f303a (patch) | |
tree | 3e624bd35180f931b5a09d953c4e972e57222db9 /changelog.md | |
parent | 7b02764fd6419ef3a5da7d5cccda50a63af1b38f (diff) | |
download | ldgallery-f864eeca506331c1dee2cd3f5f0df4fe806f303a.tar.gz |
changelog: update with current changes
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index b533250..0cf3194 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -4,6 +4,16 @@ This file lists notable changes that have been made to the application on each | |||
4 | release. Releases are tracked and referred to using git tags. | 4 | release. Releases are tracked and referred to using git tags. |
5 | 5 | ||
6 | 6 | ||
7 | ## [next release] | ||
8 | - New features: | ||
9 | - viewer: add `CTRL-K` keyboard shortcut for quick search. | ||
10 | - Bug fixes: | ||
11 | - compiler: fix detection of dimensions of EXIF-rotated pictures. | ||
12 | Rebuild the gallery with `--rebuild-all` to purge erroneous cached data. | ||
13 | - viewer: fix theme quirks (line spacing, icon colours). | ||
14 | - viewer: fix ghost keyboard hints when the search panel is closed. | ||
15 | |||
16 | |||
7 | ## v2.1 - 2022-09-04 | 17 | ## v2.1 - 2022-09-04 |
8 | - New features: | 18 | - New features: |
9 | - Add support for Markdown-formatted files, which are now rendered. | 19 | - Add support for Markdown-formatted files, which are now rendered. |