From 3701006cf885a3c110f9bd6d76be0104676cc267 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Thu, 19 Dec 2024 20:04:45 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #113 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db0f7f9..d24e2f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ to update the actual links at the bottom of the file. --> +### Unreleased + +* Add support for generating thumbnails for audio, image, and video files ([PR #113]) + ### Version 2.4 * Make inactivity timeout duration for the app lock configurable and add a button for locking immediately ([PR #109]) @@ -293,3 +297,4 @@ [PR #109]: https://github.com/chenxiaolong/RSAF/pull/109 [PR #110]: https://github.com/chenxiaolong/RSAF/pull/110 [PR #111]: https://github.com/chenxiaolong/RSAF/pull/111 +[PR #113]: https://github.com/chenxiaolong/RSAF/pull/113