Skip to content

Commit

Permalink
version changed to 18.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Jan 22, 2023
1 parent 592382d commit ff0ad6d
Show file tree
Hide file tree
Showing 2 changed files with 51 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.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
Expand Down Expand Up @@ -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
Expand Down
49 changes: 49 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,55 @@
</screenshot>
</screenshots>
<releases>
<release version="18.3.3" date="2023-01-22">
<description>
<p>Added</p>
<ul>
<li>#1913 Option to retain shape exact position(bounds) in SVG export</li>
<li>#1913 Option to disable bitmap smoothing for display</li>
</ul>
<p>Fixed</p>
<ul>
<li>#1888 AS3 - missing casts in declarations</li>
<li>#1894 Switch inside loop</li>
<li>#1801 AS3 - AIR/Flash switching</li>
<li>#1892 AS3 - internal modifier after implicit namespace</li>
<li>#1888 AS3 - Coerce to string</li>
<li>AS3 - local registers type declarations vs for..in clause</li>
<li>#1888 AS3 - Coerce to int when Number</li>
<li>AS3 - super properties resolving</li>
<li>AS3 - line numbering on pushback string on regexp</li>
<li>AS3 Direct editation - removing method bodies after unsuccessful edit</li>
<li>#1936 AS3 - Parentheses around function definition call</li>
<li>#1936 AS3 - Scope stack in second pass</li>
<li>#1936 AS3 Direct editation - handling undefined variables</li>
<li>#1936 AS3 Direct editation - colliding try..catch variable</li>
<li>#1936 AS3 Direct editation - missing pop after call</li>
<li>#1936 AS3 Direct editation - slots increment, decrement</li>
<li>#1936 AS3 Direct editation - scope of nested functions</li>
<li>AS3 - empty P-code shown on clicking script</li>
<li>#1888 AS3 - Coerces, module operator</li>
<li>#1937 AS3 - declarations vs null</li>
<li>#1458 Quick find bar overlaying horizontal scrollbar</li>
<li>#1842 AS1/2 Better handling obfuscated code, for..in</li>
<li>#1842 AS1/2 use parenthesis when initObject has nonstring keys</li>
<li>#1842 AS - Do not display §§dup when the value has no sideeffect</li>
<li>Deobfuscation icon on script toolbar did not match the deobfuscation status</li>
<li>#1938 AS3 Direct editation - implied this instead of findprop</li>
<li>#1938 AS3 Direct editation - local registers coerce/convert</li>
<li>#1938 AS3 Direct editation - setting default values for slots</li>
<li>AS3 Direct editation - using local classes as types</li>
<li>#1938 AS3 - coercion call type</li>
<li>#1938 AS3 - shortening + 1 to increment</li>
<li>#1938 AS3 - implicit coercion of operations</li>
<li>#1938 AS3 - initproperty compound operators, increment/decrement</li>
<li>#1938 "Open loaded during play" Loader injection for Multiname types</li>
<li>AS3 - not using visitCode when not needed => faster decompilation</li>
<li>Cache thread as daemon</li>
<li>#1949 Incorrect reading FIXED and FIXED8 SWF values causing wrong Filters size and OutOfMemory</li>
</ul>
</description>
</release>
<release version="18.3.2" date="2023-01-10">
<description>
<p>Removed</p>
Expand Down

0 comments on commit ff0ad6d

Please sign in to comment.