aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2022-09-04 17:02:15 +0200
committerpacien2022-09-04 18:12:45 +0200
commit40fc5a06cb554179773dbad428882ceb313e661d (patch)
tree97ad34be93e76d8102ebb105a6ef1c5fc2ec6038
parentcea49a9672c82d7ce89ba54e920336067f441e7b (diff)
downloadldgallery-40fc5a06cb554179773dbad428882ceb313e661d.tar.gz
changelog: add pending changes for v2.1
-rw-r--r--changelog.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index c2ad937..1d61821 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,6 +4,36 @@ 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## v2.1 - (not yet released)
8- New features:
9 - Add support for Markdown-formatted files, which are now rendered.
10 - Add support for user-defined splash screen in the viewer.
11- Improvements:
12 - Item descriptions now support Markdown formatting.
13 - `.webp` files are now registered and displayed as pictures.
14 - Better focus management (tab and scroll) in the viewer.
15 - Prevent flashing during viewer loading.
16 - Made the viewer lighter and faster to load.
17 - Directories now stay on top of item lists in viewer.
18 - Zooming on pictures is now smoother (proportional).
19- Bug fixes:
20 - Fix cache thumbnail masking in index in the compiler.
21 - Fix momentum/kinetic scroll on Safari and Firefox on iOS.
22 - Fix sort order button hitbox.
23 - Fix viewer component not resetting on item change.
24 - Fix "Object is possibly 'null'" error in templates.
25 - Fix picture loading failure in edge case.
26 - Fix scroll position issue when switching screen orientation.
27 - Fix item aspect-ratio when the search panel is open.
28- Miscellaneous:
29 - The project is now available as a Nix Flake.
30 - Framework upgrade: Vue 2 to Vue 3
31 - Replaced viewer components for dropdown, toast, button, tag, input, loader.
32 - The Windows bundle now includes ImageMagick with HDRI enabled.
33 - Portable builds now look for the viewer at its runtime location.
34 - Plain text files are now displayed inline instead of using an iframe.
35
36
7## v2.0 - 2020-09-25 37## v2.0 - 2020-09-25
8- Thumbnails are now allowed for all files in addition to directories. 38- Thumbnails are now allowed for all files in addition to directories.
9 __Breaking change__: directory thumbnails are now named "\_thumbnail.ext" 39 __Breaking change__: directory thumbnails are now named "\_thumbnail.ext"