Skip to content

Commit

Permalink
version changed to 22.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Jan 17, 2025
1 parent aea9c26 commit 53cd8ff
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.

## [Unreleased]
## [22.0.2] - 2025-01-17
### Added
- FLA export - accessibility for AS3 files
- [#2375] Sound sync event/start/stop handling (for playback in FFDec)
Expand Down Expand Up @@ -3517,7 +3517,7 @@ Major version of SWF to XML export changed to 2.
### Added
- Initial public release

[Unreleased]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version22.0.1...dev
[22.0.2]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version22.0.1...version22.0.2
[22.0.1]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version22.0.0...version22.0.1
[22.0.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.1.3...version22.0.0
[21.1.3]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.1.2...version21.1.3
Expand Down
21 changes: 21 additions & 0 deletions resources/com.jpexs.decompiler.flash.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,27 @@
</screenshot>
</screenshots>
<releases>
<release version="22.0.2" date="2025-01-17">
<description>
<p>Added</p>
<ul>
<li>FLA export - accessibility for AS3 files</li>
<li>#2375 Sound sync event/start/stop handling (for playback in FFDec)</li>
<li>#2374 Quick filter by folder type (Ctrl+F on Resources view tag tree)</li>
<li>#2389 Support for SPL file extension (Flash version 1 - Future Splash Animator)</li>
</ul>
<p>Fixed</p>
<ul>
<li>#2375 Added limit of simultaneously played sounds</li>
<li>AS1/2 - Push action hilighting, GetProperty, Call action hilighting</li>
<li>#2381 Font color values with alpha allowed in html edittext, but alpha ignored</li>
<li>#2384 Vanishing pins on AS3 code editing save, on script deletion and few other cases</li>
<li>#2394 Broken AS1/2 deobfuscation on incorrect length of ActionStrictMode,</li>
<li>#2394 AS1/2 ActionStrictMode with mode larger than 1 now ignored</li>
<li>#2393 AS1/2 ActionGotoFrame2 P-code trailing comma</li>
</ul>
</description>
</release>
<release version="22.0.1" date="2024-11-20">
<description>
<p>Added</p>
Expand Down

0 comments on commit 53cd8ff

Please sign in to comment.