aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorpacien2023-02-17 22:57:38 +0100
committerpacien2023-02-17 22:57:38 +0100
commit46cd42de44e402fbf33522d999fa2649729ffaa8 (patch)
tree1281beefda5d9b6d2411bc47ec1327fbf0b38dde /changelog.md
parent11bbbae2850b9c45da697a8ed9626495a50a38c0 (diff)
parente939712a284dff9af6d81cc1fcd4e7f7ec9ad503 (diff)
downloadldgallery-46cd42de44e402fbf33522d999fa2649729ffaa8.tar.gz
Merge branch 'develop': release v2.2v2.2
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md16
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
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
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.