diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c2c5af954..e708fd3455 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.0] - 2024-09-23 ### Added - FLA export - generating bin/*.dat files for movies and images - [#943], [#1812], [#2287] Export to older binary FLA formats (CS4, CS3, Flash 8, MX 2004, MX, Flash 5) @@ -3406,7 +3406,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.5...dev +[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 [21.0.4]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.3...version21.0.4 [21.0.3]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.2...version21.0.3 diff --git a/resources/com.jpexs.decompiler.flash.metainfo.xml b/resources/com.jpexs.decompiler.flash.metainfo.xml index 14056299eb..e443148098 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -65,6 +65,45 @@ + + +

Added

+
    +
  • FLA export - generating bin/*.dat files for movies and images
  • +
  • #943, #1812, #2287 Export to older binary FLA formats (CS4, CS3, Flash 8, MX 2004, MX, Flash 5)
  • +
  • #2286 Set SWF version in FlashDevelop project
  • +
  • #2306 Export to VS Code project
  • +
+

Changed

+
    +
  • #1644 Swapped Save all and Save buttons - Save is bigger
  • +
+

Fixed

+
    +
  • #2309 XML export/import - Decimal support
  • +
  • #2300, #2303 ShellFolder Comparator Windows Java error
  • +
  • #2302 AS3 Class linkage - changes did not save
  • +
  • PR203 AS1/2 extreme lagging
  • +
  • #2310 Text search history showing as null
  • +
  • #2295, #2311 AS1/2 p-code freezing on highlighting ConstantPool
  • +
  • #2304 GFX files truncated
  • +
  • #2297 AS direct editation - if..else clause broken when using continue/break
  • +
  • #2291 AS1/2 Incorrect var keyword placement causing registers to compile wrong
  • +
  • #2290 FLA export - not generating sound bin files causing sound compression setting to be ignored
  • +
  • #2296 AS decompilation - goto problems
  • +
  • AS3 - displaying imports of class parent chain
  • +
  • AS3 - imports for script slot/const traits
  • +
  • AS3 direct editation - script slot/const traits assignments
  • +
  • AS3 direct editation - double returnvoid on script initializer
  • +
  • AS3 empty interface indentation
  • +
  • #2313 AS3 direct editation - parsing class traits metadata
  • +
  • #2314 AS3 direct editation - cannot save class initializer in some cases
  • +
  • #2315 AS3 direct editation - switching scripts during editation causing missing scripts
  • +
  • #2316 AS3 direct editation - private classes
  • +
  • #2317 AS3 direct editation - local register names colliding with parameter names
  • +
+
+

Fixed