From 519c1c86863fc4db326056bf87c233068a2b1bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 29 Oct 2024 16:57:27 +0100 Subject: [PATCH] version changed to 21.1.2 --- CHANGELOG.md | 4 +-- .../com.jpexs.decompiler.flash.metainfo.xml | 26 +++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 747eda94df..1ef81d11fd 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] +## [21.1.2] - 2024-10-29 ### Added - Cache as bitmap background color support (rendering, image and FLA export) @@ -3460,7 +3460,7 @@ Major version of SWF to XML export changed to 2. ### Added - Initial public release -[Unreleased]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.1.1...dev +[21.1.2]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.1.1...version21.1.2 [21.1.1]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.1.0...version21.1.1 [21.1.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.5...version21.1.0 [21.0.5]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.4...version21.0.5 diff --git a/resources/com.jpexs.decompiler.flash.metainfo.xml b/resources/com.jpexs.decompiler.flash.metainfo.xml index 0592e25604..e6c852baef 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -65,6 +65,32 @@ + + +

Added

+
    +
  • Cache as bitmap background color support (rendering, image and FLA export)
  • +
+

Fixed

+
    +
  • #2344, #2348 Export to FLA CS4 and below with more than 255 library items, instances, bitmap fills or frame duration
  • +
  • #2341 FLA export - linkage and imported fonts did not work correctly
  • +
  • #2345 items smaller than 20 twips were not drawn - caused PDF problems - now ceil is used
  • +
  • #2341 FLA export - DefineEditText - use its default text color on HTML enabled inputs
  • +
  • FLA export - DefineEditText default text color alpha
  • +
  • Text display - Alpha channel should not be supported for texts using device fonts
  • +
  • #2192 Long script lines are now wrapped (1000 chars limit by default) to avoid problems on Linux
  • +
  • #2354 Simplify expressions problems in some cases
  • +
  • #2353 AS1/2 - fscommand and other dynamic GetURL related calls (decompilation + editation)
  • +
  • FFDec source code typos
  • +
  • #2353 AS1/2 incorrect declaration propagation causing null assignments to registers
  • +
+

Removed

+
    +
  • Timeline view in favor of new Simple view which is in development (not part of this version)
  • +
+
+

Added