diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d7c7f8b..e9b46a620 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] +## [25.1.0] - 2026-02-17 ### Added - [#1209], [#1850], [#2619] Debugging SWF in the web browser (Debug listening capability - only for SWFs previously prepared by FFDec) @@ -3950,7 +3950,7 @@ Major version of SWF to XML export changed to 2. ### Added - Initial public release -[Unreleased]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version25.0.0...dev +[25.1.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version25.0.0...version25.1.0 [25.0.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version24.1.2...version25.0.0 [24.1.2]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version24.1.1...version24.1.2 [24.1.1]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version24.1.0...version24.1.1 @@ -4129,8 +4129,8 @@ Major version of SWF to XML export changed to 2. [#1209]: https://www.free-decompiler.com/flash/issues/1209 [#1850]: https://www.free-decompiler.com/flash/issues/1850 [#2619]: https://www.free-decompiler.com/flash/issues/2619 -[#2632]: https://www.free-decompiler.com/flash/issues/2632 [#2636]: https://www.free-decompiler.com/flash/issues/2636 +[#2632]: https://www.free-decompiler.com/flash/issues/2632 [#2610]: https://www.free-decompiler.com/flash/issues/2610 [#2603]: https://www.free-decompiler.com/flash/issues/2603 [#2626]: https://www.free-decompiler.com/flash/issues/2626 diff --git a/resources/com.jpexs.decompiler.flash.metainfo.xml b/resources/com.jpexs.decompiler.flash.metainfo.xml index ea763ec9e..758c96dc0 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -67,6 +67,27 @@ + + +

Added

+
    +
  • #1209, #1850, #2619 Debugging SWF in the web browser (Debug listening capability - only for SWFs previously prepared by FFDec)
  • +
  • TTF export - setting italic / bold flags in the font
  • +
  • ffdec-cli.exe is signed
  • +
  • #2636 AS3 QName properties with nonvalid identifiers handled as strings in brackets (Can be turned on in advanced settings)
  • +
+

Fixed

+
    +
  • Metadata formatting
  • +
  • #2632 TTF export - non-zero italic angle
  • +
  • Improper standalone player termination, not cleaning temp files
  • +
  • #2636 ActionScript - Incorrect always-break detection causing insertion of while(true)
  • +
  • ActionScript - newline after do..while
  • +
  • StackOverflow on cyclic characters
  • +
  • ConcurrentModification in abc indexing
  • +
+
+

Added