From 9c0d71572dc8f40187d4e88ba1696b1b5452102a Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:09:34 +0300 Subject: [PATCH] [skip ci] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 073eea939..40f57944a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [v1.0.2] - Unreleased This update has been brought to you by the contributions of: -[kleonc](https://github.com/kleonc), [Hamster5295](https://github.com/Hamster5295) +[kleonc](https://github.com/kleonc), [Hamster5295](https://github.com/Hamster5295), [alikin12](https://github.com/alikin12) Built using Godot 4.3 @@ -25,6 +25,7 @@ Built using Godot 4.3 - It is now possible to change the blend modes of multiple selected layers from the timeline's option button. ### Fixed +- The Web version no longer requires SharedArrayBuffer, so compatibility with certain browsers should be better now. - Scaling with cleanEdge and OmniScale is now working again. [#1074](https://github.com/Orama-Interactive/Pixelorama/issues/1074) - Layer effects are now being applied when exporting single layers. - Exporting group layers now takes blending modes and layer effects into account.