From 53cd8ffd6d3fd2f9e34655b9f4443b10980a7a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Fri, 17 Jan 2025 21:48:34 +0100 Subject: [PATCH] version changed to 22.0.2 --- CHANGELOG.md | 4 ++-- .../com.jpexs.decompiler.flash.metainfo.xml | 21 +++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e330747a..909efd6c0 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.2] - 2025-01-17 ### Added - FLA export - accessibility for AS3 files - [#2375] Sound sync event/start/stop handling (for playback in FFDec) @@ -3517,7 +3517,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.1...dev +[22.0.2]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version22.0.1...version22.0.2 [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 diff --git a/resources/com.jpexs.decompiler.flash.metainfo.xml b/resources/com.jpexs.decompiler.flash.metainfo.xml index f059ba76c..81958a121 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -65,6 +65,27 @@ + + +

Added

+
    +
  • FLA export - accessibility for AS3 files
  • +
  • #2375 Sound sync event/start/stop handling (for playback in FFDec)
  • +
  • #2374 Quick filter by folder type (Ctrl+F on Resources view tag tree)
  • +
  • #2389 Support for SPL file extension (Flash version 1 - Future Splash Animator)
  • +
+

Fixed

+
    +
  • #2375 Added limit of simultaneously played sounds
  • +
  • AS1/2 - Push action hilighting, GetProperty, Call action hilighting
  • +
  • #2381 Font color values with alpha allowed in html edittext, but alpha ignored
  • +
  • #2384 Vanishing pins on AS3 code editing save, on script deletion and few other cases
  • +
  • #2394 Broken AS1/2 deobfuscation on incorrect length of ActionStrictMode,
  • +
  • #2394 AS1/2 ActionStrictMode with mode larger than 1 now ignored
  • +
  • #2393 AS1/2 ActionGotoFrame2 P-code trailing comma
  • +
+
+

Added