aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog.md10
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
4release. Releases are tracked and referred to using git tags. 4release. 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.