From 12eb302bcc93405f81b676b1a29a9731a5fec9be Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 30 Oct 2022 17:40:33 +0100 Subject: viewer/command: add item download button This adds a download button which allows the user to save the current item as a file. This is necessary because some item viewers do not expose a download option on their own. The download icon appears together with the other command buttons at the top-left corner of the screen, replacing the listing sorting menu which is only relevant for item lists (directory and search views). GitHub: closes #308 --- changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index 0cf3194..07a6d3a 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,7 @@ release. Releases are tracked and referred to using git tags. ## [next release] - New features: - viewer: add `CTRL-K` keyboard shortcut for quick search. + - viewer: added a button to download the current item. - 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