Skip to content

Commit

Permalink
version changed to 21.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Oct 13, 2024
1 parent 4090c9d commit 4ea906b
Show file tree
Hide file tree
Showing 2 changed files with 38 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]
## [21.1.1] - 2024-10-13
### Added
- [#2321] Commandline option to generate HTML docs for AS1/2 Actions
- Chinese translation update
Expand Down Expand Up @@ -3439,7 +3439,7 @@ Major version of SWF to XML export changed to 2.
### Added
- Initial public release

[Unreleased]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.1.0...dev
[21.1.1]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.1.0...version21.1.1
[21.1.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.5...version21.1.0
[21.0.5]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.4...version21.0.5
[21.0.4]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.3...version21.0.4
Expand Down
36 changes: 36 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,42 @@
</screenshot>
</screenshots>
<releases>
<release version="21.1.1" date="2024-10-13">
<description>
<p>Added</p>
<ul>
<li>#2321 Commandline option to generate HTML docs for AS1/2 Actions</li>
<li>Chinese translation update</li>
<li>#2305 Saving recent colors in the color selection dialog</li>
<li>#2328 Searching/replacing in texts now supports selection / all files scope</li>
<li>Texts spacing is now separated where possible - does not use `[space xx]`, but new `spacing "x" NN` and `spacingpair "x" "y" NN` prefix so now texts are more readable and searchable</li>
<li>#2333 Changing Shape tag type (DefineShape, DefineShape2, ...)</li>
<li>Changing PlaceObject tag type (PlaceObject, PlaceObject2, ...)</li>
<li>AS2 - Information about need of decompiling all scripts to detect uninitialized class fields</li>
</ul>
<p>Fixed</p>
<ul>
<li>#2319 AS3 Compound assignments problems in some cases</li>
<li>#2319 AS3 direct editation - class gets removed after pressing cancel</li>
<li>#2320 AS3 direct editation - modified flag of scripts vanishes after editing other script with and having error</li>
<li>#2272 Filters strength attribute caps at 100%</li>
<li>#2322 AS3 Construct property name formatting</li>
<li>#2322 AS3 Assigment position when using dup</li>
<li>#2323 AS3 direct editation - Number class traits are duplicated in constructor</li>
<li>#2324 AS3 direct editation - nested loop continue/break (with labels)</li>
<li>#2325 AS3 direct editation - allow single quoted attributes in XML</li>
<li>#2329 AS3 - imports for standalone functions</li>
<li>#2331 AS1/2 lite - support for fscommand2, `#strict` directive</li>
<li>#2332 Imported fonts by class name not available in texts</li>
<li>#2330 Windows EXE launcher (+ CLI) does not respect current working directory</li>
<li>#2335 AS3 direct editation - Type coercion of `&amp;&amp;` and `||` operators</li>
<li>#2334 AS1/2 P-code export - Do not export on(xxx) header</li>
<li>#2338 AS decompiling threads got stuck after cancelling / timeout</li>
<li>#2338 AS2 class detection in some minor cases</li>
<li>#2337, #2339 Replace shape update bounds - allow selecting multiple shapes</li>
</ul>
</description>
</release>
<release version="21.1.0" date="2024-09-23">
<description>
<p>Added</p>
Expand Down

0 comments on commit 4ea906b

Please sign in to comment.