Skip to content

Commit

Permalink
version changed to 18.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Mar 19, 2023
1 parent 2ddcf68 commit 337029f
Show file tree
Hide file tree
Showing 2 changed files with 52 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]
## [18.4.0] - 2023-03-19
### Added
- AS3 support for logical AND/OR compound operator
- AS3 Display missing namespaces along traits as §§namespace("url")
Expand Down Expand Up @@ -2862,7 +2862,7 @@ All notable changes to this project will be documented in this file.
### Added
- Initial public release

[Unreleased]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.6...dev
[18.4.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.6...version18.4.0
[18.3.6]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.5...version18.3.6
[18.3.5]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.4...version18.3.5
[18.3.4]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.3...version18.3.4
Expand Down
50 changes: 50 additions & 0 deletions resources/com.jpexs.decompiler.flash.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,56 @@
</screenshot>
</screenshots>
<releases>
<release version="18.4.0" date="2023-03-19">
<description>
<p>Added</p>
<ul>
<li>AS3 support for logical AND/OR compound operator</li>
<li>AS3 Display missing namespaces along traits as §§namespace("url")</li>
<li>#1888, #1892 AS3 option to select SWF dependencies to properly resolve namespaces, types, etc. (currently in GUI only)</li>
<li>FileAttributes tag - SWF relative Urls flag</li>
<li>AS3 P-code editing class trait</li>
<li>#355 Updated Chinese translation</li>
<li>FLA Export - AS2 - Sprite linkage to class</li>
<li>#1682 AS1/2 Context menu add script on frames/buttons/placeObjects</li>
<li>Allow adding second DoAction to a frame</li>
</ul>
<p>Fixed</p>
<ul>
<li>#1981 AS3 fully qualified (colliding) types in submethods</li>
<li>AS3 direct editation - Allow member or call for doubles</li>
<li>AS3 direct editation - Allow comma operator in XML filter operation</li>
<li>AS3 direct editation - Allow comma operator in switch expressions</li>
<li>AS3 XML embedded variables display and direct edit</li>
<li>AS3 Metadata values order</li>
<li>AS3 Metadata in P-code formatting</li>
<li>AS3 Metadata single value (null item key)</li>
<li>#1981 AS3 star import collisions</li>
<li>#1982 Slow calculation of large shape outlines - now use only rectangles for large shapes</li>
<li>#1986 AS2 Class detection - NullPointerException on certain classes</li>
<li>AS3 P-code ValueKind namespaces handling</li>
<li>AS3 direct editation - namespace definition without explicit value</li>
<li>AS3 direct editation - var/const outside package</li>
<li>AS3 interfaces - internal modifier on methods</li>
<li>AS3 direct editation - interface method namespace</li>
<li>AS3 p-code docs - deldescendants, negate_p operands</li>
<li>AS3 p-code - IGNORE_REST method flag incorrectly shown as EXPLICIT</li>
<li>#1989 AS3 - Slow deobfuscation (AVM2DeobfuscatorSimpleOld)</li>
<li>AS3 - getouterscope instruction support</li>
<li>#1990 Cloning DefineSprite causing incorrect tags written</li>
<li>Do not display fonts added to stage (for example in testdata/as2.swf, the vertical text - sprite 10)</li>
<li>AS2 Class detection - TemporaryRegisterMark handling</li>
<li>FLA export scripts location</li>
<li>FLA export shape tweens (morphshapes)</li>
<li>AS1/2 adding CLIPACTIONRECORD to PlaceObject which already has a record</li>
</ul>
<p>Changed</p>
<ul>
<li>AS1/2/3 P-code - format Number values with EcmaScript toString function</li>
<li>AS3 p-code - EXPLICIT method flag renamed to NATIVE</li>
</ul>
</description>
</release>
<release version="18.3.6" date="2023-02-25">
<description>
<p>Fixed</p>
Expand Down

0 comments on commit 337029f

Please sign in to comment.