Skip to content

Commit

Permalink
version changed to 22.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Nov 20, 2024
1 parent 1f0cfae commit 3d91020
Show file tree
Hide file tree
Showing 2 changed files with 18 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.1] - 2024-11-20
### Added
- AS3.1 null-conditional operator `?.` (air - swf version 50)
- AS3.1 nullish coalescing operator `??` (air - swf version 50)
Expand Down Expand Up @@ -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
Expand Down
16 changes: 16 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,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>
Expand Down

0 comments on commit 3d91020

Please sign in to comment.