From bd542f85f6ec03b912ec68bbe286c2888f1c4a85 Mon Sep 17 00:00:00 2001 From: Paulo Roger Date: Mon, 26 Sep 2022 22:22:26 -0300 Subject: [PATCH] more options included. Resolve #004 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 961998a..55417b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.2.1] +- Added options to select which filter effects are applied when flying. +Hint: These settings will only affect tokens flying after the change, to apply to a token already flying you must land and fly again. +- Fix: No longer replace the token scale but rather increase it. + ## [1.1.1] **Bugs** - Fixed bug when setting negative elevation values (Thank you Roi!)