diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md index ea2385e..3634566 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -4,15 +4,20 @@ 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] | 7 | ## v2.3 - 2023-07-26 |
8 | 8 | ||
9 | - _None yet._ | 9 | - New features: |
10 | - viewer: resizable viewport width for markdown and other views | ||
11 | - Bug fixes: | ||
12 | - viewer: fix plain text view scroll with keyboard | ||
13 | - viewer: properly prevent drag'n'drop in picture viewer on Firefox | ||
10 | 14 | ||
11 | 15 | ||
12 | ## v2.2 - 2023-02-17 | 16 | ## v2.2 - 2023-02-17 |
13 | - New features: | 17 | - New features: |
14 | - viewer: add `CTRL-K` keyboard shortcut for quick search. | 18 | - viewer: add `CTRL-K` keyboard shortcut for quick search. |
15 | - viewer: added a button to download the current item. | 19 | - viewer: added a button to download the current item. |
20 | - viewer: add support for EPUB files | ||
16 | - Bug fixes: | 21 | - Bug fixes: |
17 | - compiler: fix detection of dimensions of EXIF-rotated pictures. | 22 | - compiler: fix detection of dimensions of EXIF-rotated pictures. |
18 | Rebuild the gallery with `--rebuild-all` to purge erroneous cached data. | 23 | Rebuild the gallery with `--rebuild-all` to purge erroneous cached data. |