From ae1446ed62f2d7de3c47b3ef7e2015bae26be6e4 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 17 Feb 2023 23:01:37 +0100 Subject: changelog: mention EPUB support for v2.2 --- changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index ea2385e..45cb6e7 100644 --- a/changelog.md +++ b/changelog.md @@ -13,6 +13,7 @@ release. Releases are tracked and referred to using git tags. - New features: - viewer: add `CTRL-K` keyboard shortcut for quick search. - viewer: added a button to download the current item. + - viewer: add support for EPUB files - Bug fixes: - compiler: fix detection of dimensions of EXIF-rotated pictures. Rebuild the gallery with `--rebuild-all` to purge erroneous cached data. -- cgit v1.2.3 From 5d1ab7d9b545c18ec98ccf4770ea662e144048e6 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 26 Mar 2023 19:59:30 +0200 Subject: changelog: update --- changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index 45cb6e7..e4350d2 100644 --- a/changelog.md +++ b/changelog.md @@ -6,7 +6,11 @@ release. Releases are tracked and referred to using git tags. ## [next release] -- _None yet._ +- New features: + - viewer: resizable viewport width for markdown and other views +- Bug fixes: + - viewer: fix plain text view scroll with keyboard + - viewer: properly prevent drag'n'drop in picture viewer on Firefox ## v2.2 - 2023-02-17 -- cgit v1.2.3 From f187b6f2653092d4034ec1561280d286f956c36e Mon Sep 17 00:00:00 2001 From: pacien Date: Wed, 26 Jul 2023 01:11:26 +0200 Subject: release: v2.3 --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index e4350d2..3634566 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,7 @@ This file lists notable changes that have been made to the application on each release. Releases are tracked and referred to using git tags. -## [next release] +## v2.3 - 2023-07-26 - New features: - viewer: resizable viewport width for markdown and other views -- cgit v1.2.3