From ff0ad6d217d1a44d9aba64f015d592b382bf74eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 22 Jan 2023 22:17:58 +0100 Subject: [PATCH] version changed to 18.3.3 --- CHANGELOG.md | 4 +- .../com.jpexs.decompiler.flash.metainfo.xml | 49 +++++++++++++++++++ 2 files changed, 51 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 064422939..8833b5444 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.3.3] - 2023-01-22 ### Added - [#1913] Option to retain shape exact position(bounds) in SVG export - [#1913] Option to disable bitmap smoothing for display @@ -2759,7 +2759,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.2...dev +[18.3.3]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.2...version18.3.3 [18.3.2]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.1...version18.3.2 [18.3.1]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.0...version18.3.1 [18.3.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.2.1...version18.3.0 diff --git a/resources/com.jpexs.decompiler.flash.metainfo.xml b/resources/com.jpexs.decompiler.flash.metainfo.xml index f3d0c6921..de0ab620d 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -63,6 +63,55 @@ + + +

Added

+
    +
  • #1913 Option to retain shape exact position(bounds) in SVG export
  • +
  • #1913 Option to disable bitmap smoothing for display
  • +
+

Fixed

+
    +
  • #1888 AS3 - missing casts in declarations
  • +
  • #1894 Switch inside loop
  • +
  • #1801 AS3 - AIR/Flash switching
  • +
  • #1892 AS3 - internal modifier after implicit namespace
  • +
  • #1888 AS3 - Coerce to string
  • +
  • AS3 - local registers type declarations vs for..in clause
  • +
  • #1888 AS3 - Coerce to int when Number
  • +
  • AS3 - super properties resolving
  • +
  • AS3 - line numbering on pushback string on regexp
  • +
  • AS3 Direct editation - removing method bodies after unsuccessful edit
  • +
  • #1936 AS3 - Parentheses around function definition call
  • +
  • #1936 AS3 - Scope stack in second pass
  • +
  • #1936 AS3 Direct editation - handling undefined variables
  • +
  • #1936 AS3 Direct editation - colliding try..catch variable
  • +
  • #1936 AS3 Direct editation - missing pop after call
  • +
  • #1936 AS3 Direct editation - slots increment, decrement
  • +
  • #1936 AS3 Direct editation - scope of nested functions
  • +
  • AS3 - empty P-code shown on clicking script
  • +
  • #1888 AS3 - Coerces, module operator
  • +
  • #1937 AS3 - declarations vs null
  • +
  • #1458 Quick find bar overlaying horizontal scrollbar
  • +
  • #1842 AS1/2 Better handling obfuscated code, for..in
  • +
  • #1842 AS1/2 use parenthesis when initObject has nonstring keys
  • +
  • #1842 AS - Do not display §§dup when the value has no sideeffect
  • +
  • Deobfuscation icon on script toolbar did not match the deobfuscation status
  • +
  • #1938 AS3 Direct editation - implied this instead of findprop
  • +
  • #1938 AS3 Direct editation - local registers coerce/convert
  • +
  • #1938 AS3 Direct editation - setting default values for slots
  • +
  • AS3 Direct editation - using local classes as types
  • +
  • #1938 AS3 - coercion call type
  • +
  • #1938 AS3 - shortening + 1 to increment
  • +
  • #1938 AS3 - implicit coercion of operations
  • +
  • #1938 AS3 - initproperty compound operators, increment/decrement
  • +
  • #1938 "Open loaded during play" Loader injection for Multiname types
  • +
  • AS3 - not using visitCode when not needed => faster decompilation
  • +
  • Cache thread as daemon
  • +
  • #1949 Incorrect reading FIXED and FIXED8 SWF values causing wrong Filters size and OutOfMemory
  • +
+
+

Removed