From 3d91020a15ef451e613dda7ae0d389852a3fa352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Wed, 20 Nov 2024 17:06:44 +0100 Subject: [PATCH] version changed to 22.0.1 --- CHANGELOG.md | 4 ++-- .../com.jpexs.decompiler.flash.metainfo.xml | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2a7eb09e2..b417d60b63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. -## [Unreleased] +## [22.0.1] - 2024-11-20 ### Added - AS3.1 null-conditional operator `?.` (air - swf version 50) - AS3.1 nullish coalescing operator `??` (air - swf version 50) @@ -3501,7 +3501,7 @@ Major version of SWF to XML export changed to 2. ### Added - Initial public release -[Unreleased]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version22.0.0...dev +[22.0.1]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version22.0.0...version22.0.1 [22.0.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.1.3...version22.0.0 [21.1.3]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.1.2...version21.1.3 [21.1.2]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.1.1...version21.1.2 diff --git a/resources/com.jpexs.decompiler.flash.metainfo.xml b/resources/com.jpexs.decompiler.flash.metainfo.xml index a313842451..f059ba76c6 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -65,6 +65,22 @@ + + +

Added

+
    +
  • AS3.1 null-conditional operator `?.` (air - swf version 50)
  • +
  • AS3.1 nullish coalescing operator `??` (air - swf version 50)
  • +
  • AS3 direct editation - verbatim strings `@"`
  • +
+

Fixed

+
    +
  • #2366, #2367, #2372 Running simple editor on background slowing down other views
  • +
  • Rendering now does not slow down UI elements
  • +
  • Using faster variant of blur
  • +
+
+

Added