From e03e13567e27d2b15813ce9de67b3557fb91a360 Mon Sep 17 00:00:00 2001 From: Jordan Walster Date: Thu, 30 Jan 2025 01:16:54 +0000 Subject: [PATCH] chore: update changelog --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index d2efd33..713278c 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. ## [v0.0.8] - 2025-01-30 +### Added +- Support for displaying images with `.jpeg` extension in addition to `.jpg`. + ### Fixed - Some tags elements attempting to load when `TAGS_ENABLED` set to false.