From 337029f5f1418a7ab9c200dc514e4aa3167a280c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 19 Mar 2023 22:47:08 +0100 Subject: [PATCH] version changed to 18.4.0 --- CHANGELOG.md | 4 +- .../com.jpexs.decompiler.flash.metainfo.xml | 50 +++++++++++++++++++ 2 files changed, 52 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b88e2ea1b..1fba159fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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") @@ -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 diff --git a/resources/com.jpexs.decompiler.flash.metainfo.xml b/resources/com.jpexs.decompiler.flash.metainfo.xml index cd41b6bf4..5b92bb850 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -63,6 +63,56 @@ + + +

Added

+
    +
  • AS3 support for logical AND/OR compound operator
  • +
  • AS3 Display missing namespaces along traits as §§namespace("url")
  • +
  • #1888, #1892 AS3 option to select SWF dependencies to properly resolve namespaces, types, etc. (currently in GUI only)
  • +
  • FileAttributes tag - SWF relative Urls flag
  • +
  • AS3 P-code editing class trait
  • +
  • #355 Updated Chinese translation
  • +
  • FLA Export - AS2 - Sprite linkage to class
  • +
  • #1682 AS1/2 Context menu add script on frames/buttons/placeObjects
  • +
  • Allow adding second DoAction to a frame
  • +
+

Fixed

+
    +
  • #1981 AS3 fully qualified (colliding) types in submethods
  • +
  • AS3 direct editation - Allow member or call for doubles
  • +
  • AS3 direct editation - Allow comma operator in XML filter operation
  • +
  • AS3 direct editation - Allow comma operator in switch expressions
  • +
  • AS3 XML embedded variables display and direct edit
  • +
  • AS3 Metadata values order
  • +
  • AS3 Metadata in P-code formatting
  • +
  • AS3 Metadata single value (null item key)
  • +
  • #1981 AS3 star import collisions
  • +
  • #1982 Slow calculation of large shape outlines - now use only rectangles for large shapes
  • +
  • #1986 AS2 Class detection - NullPointerException on certain classes
  • +
  • AS3 P-code ValueKind namespaces handling
  • +
  • AS3 direct editation - namespace definition without explicit value
  • +
  • AS3 direct editation - var/const outside package
  • +
  • AS3 interfaces - internal modifier on methods
  • +
  • AS3 direct editation - interface method namespace
  • +
  • AS3 p-code docs - deldescendants, negate_p operands
  • +
  • AS3 p-code - IGNORE_REST method flag incorrectly shown as EXPLICIT
  • +
  • #1989 AS3 - Slow deobfuscation (AVM2DeobfuscatorSimpleOld)
  • +
  • AS3 - getouterscope instruction support
  • +
  • #1990 Cloning DefineSprite causing incorrect tags written
  • +
  • Do not display fonts added to stage (for example in testdata/as2.swf, the vertical text - sprite 10)
  • +
  • AS2 Class detection - TemporaryRegisterMark handling
  • +
  • FLA export scripts location
  • +
  • FLA export shape tweens (morphshapes)
  • +
  • AS1/2 adding CLIPACTIONRECORD to PlaceObject which already has a record
  • +
+

Changed

+
    +
  • AS1/2/3 P-code - format Number values with EcmaScript toString function
  • +
  • AS3 p-code - EXPLICIT method flag renamed to NATIVE
  • +
+
+

Fixed