version changed to 22.0.1

This commit is contained in:
Jindra Petřík
2024-11-20 17:06:44 +01:00
parent 1f0cfae88a
commit 3d91020a15
2 changed files with 18 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
## [Unreleased]
## [22.0.1] - 2024-11-20
### Added
- AS3.1 null-conditional operator `?.` (air - swf version 50)
- AS3.1 nullish coalescing operator `??` (air - swf version 50)
@@ -3501,7 +3501,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.0...dev
[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
[21.1.2]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.1.1...version21.1.2

View File

@@ -65,6 +65,22 @@
</screenshot>
</screenshots>
<releases>
<release version="22.0.1" date="2024-11-20">
<description>
<p>Added</p>
<ul>
<li>AS3.1 null-conditional operator `?.` (air - swf version 50)</li>
<li>AS3.1 nullish coalescing operator `??` (air - swf version 50)</li>
<li>AS3 direct editation - verbatim strings `@"`</li>
</ul>
<p>Fixed</p>
<ul>
<li>#2366, #2367, #2372 Running simple editor on background slowing down other views</li>
<li>Rendering now does not slow down UI elements</li>
<li>Using faster variant of blur</li>
</ul>
</description>
</release>
<release version="22.0.0" date="2024-11-10">
<description>
<p>Added</p>