From 6f6a8d0629e96d61cc9a2f3deff394babc71edf7 Mon Sep 17 00:00:00 2001 From: Travis Ralston <travpc@gmail.com> Date: Thu, 4 Mar 2021 16:38:43 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c492a1b7..ca6bd73c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * Introduced early plugin support (only for antispam for now). * Includes a simple OCR plugin to help mitigate text-based image spam. +* Added an `X-Robots-Tag` header to help prevent indexing. Thanks @jellykells! ### Fixed -* Some audio thumbnails would not generate at small thumbnail sizes. +* Fixed crash when generating some thumbnails of audio. +* Fixed various artifact problems with APNG and GIF thumbnails. Thanks @Sorunome! +* Fixed a missing "unlimited size" check for thumbnails. Thanks @Sorunome! ## [1.2.2] - December 8th, 2020 -- GitLab