diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index b533250..ea2385e 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -4,6 +4,22 @@ 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 | |||
9 | - _None yet._ | ||
10 | |||
11 | |||
12 | ## v2.2 - 2023-02-17 | ||
13 | - New features: | ||
14 | - viewer: add `CTRL-K` keyboard shortcut for quick search. | ||
15 | - viewer: added a button to download the current item. | ||
16 | - Bug fixes: | ||
17 | - compiler: fix detection of dimensions of EXIF-rotated pictures. | ||
18 | Rebuild the gallery with `--rebuild-all` to purge erroneous cached data. | ||
19 | - viewer: fix theme quirks (line spacing, icon colours). | ||
20 | - viewer: fix ghost keyboard hints when the search panel is closed. | ||
21 | |||
22 | |||
7 | ## v2.1 - 2022-09-04 | 23 | ## v2.1 - 2022-09-04 |
8 | - New features: | 24 | - New features: |
9 | - Add support for Markdown-formatted files, which are now rendered. | 25 | - Add support for Markdown-formatted files, which are now rendered. |