From 4a00a3fc81723653559b4341f07272414364faed Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Fri, 15 Jul 2022 15:50:03 +1000 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70d04e56..ecc4f9ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ ### 0.8.0 + - Captcha improvements + - New captcha image effects, and customisation for their value/strength. + - Customisable font for text captcha. + - Improved grid captcha, the character sets and question are now customisable. + - Added new captcha type "grid v2" with a different challenge involving pointing arrows. Also customisable like grid v1. - Add a new option for automatically forfeiting board staff position and/or deleting inactive accounts with customisable time. - Add a new option to automatically lock, lock+unlist, or delete boards that have no board owner. - Add unofficial Typescript SDK + typings for jschan api to README, (thanks to Michell/ussaohelcim).