version changed to 25.1.0

This commit is contained in:
Jindra Petřík
2026-02-17 22:19:29 +01:00
parent 9c32356901
commit f32fd850bb
2 changed files with 24 additions and 3 deletions

View File

@@ -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

View File

@@ -67,6 +67,27 @@
</screenshot>
</screenshots>
<releases>
<release version="25.1.0" date="2026-02-17">
<description>
<p>Added</p>
<ul>
<li>#1209, #1850, #2619 Debugging SWF in the web browser (Debug listening capability - only for SWFs previously prepared by FFDec)</li>
<li>TTF export - setting italic / bold flags in the font</li>
<li>ffdec-cli.exe is signed</li>
<li>#2636 AS3 QName properties with nonvalid identifiers handled as strings in brackets (Can be turned on in advanced settings)</li>
</ul>
<p>Fixed</p>
<ul>
<li>Metadata formatting</li>
<li>#2632 TTF export - non-zero italic angle</li>
<li>Improper standalone player termination, not cleaning temp files</li>
<li>#2636 ActionScript - Incorrect always-break detection causing insertion of while(true)</li>
<li>ActionScript - newline after do..while</li>
<li>StackOverflow on cyclic characters</li>
<li>ConcurrentModification in abc indexing</li>
</ul>
</description>
</release>
<release version="25.0.0" date="2026-02-09">
<description>
<p>Added</p>