diff --git a/CHANGELOG.md b/CHANGELOG.md index 4acfef35e8..b555bad402 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.0.3] - 2024-08-27 ### Added - Updated Flash player to SWF version map - Harman AIR 51 float support compatibility @@ -3362,7 +3362,7 @@ Major version of SWF to XML export changed to 2. ### Added - Initial public release -[Unreleased]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.2...dev +[21.0.3]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.2...version21.0.3 [21.0.2]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.1...version21.0.2 [21.0.1]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.0...version21.0.1 [21.0.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version20.1.0...version21.0.0 diff --git a/resources/com.jpexs.decompiler.flash.metainfo.xml b/resources/com.jpexs.decompiler.flash.metainfo.xml index 1dc26291c7..0a2f1fc876 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -65,6 +65,39 @@ + + +

Added

+
    +
  • Updated Flash player to SWF version map
  • +
  • Harman AIR 51 float support compatibility
  • +
  • FlashDevelop project export - option to export AIR project (select correct type in the file save dialog)
  • +
  • FLA/FlashDevelop/IDEA export - option to add link to all classes (sound, font, images) so no class is missed during compilation
  • +
  • Harman AIR 51 unpacker for binarydata with custom key
  • +
+

Fixed

+
    +
  • #2266 StartSound/2 and VideoFrame tags, classNames not taken as dependencies (needed chars)
  • +
  • #2275 Export to FlashDevelop - framerate setting
  • +
  • #2276 Protected namespaces do not use fully qualified names
  • +
  • Target flash player version in FlashDevelop and IDEA projects
  • +
  • Script/Class initializers order of assignment
  • +
  • #2277 Return statement in initializer
  • +
  • Imports in script initializer
  • +
  • #2279 AS3 Decompilation - assignments on the right side of `&&` and `||` operators
  • +
  • #2279 Embed assets with file base name ending with a space
  • +
  • Embed tag - Wav files need to be embedded in assets.swf
  • +
  • #2282 FLA export - visible flag
  • +
  • Opening loaded files while playing even if not a valid SWF file - like images
  • +
  • #2284 FLA export - sounds should be WAV or MP3, not FLV
  • +
+

Changed

+
    +
  • Compound script has slot/const traits inside main script initializer
  • +
  • Export to FlashDevelop and IntelliJ IDEA is available only for SWFs without main timeline
  • +
+
+

Added