mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-08-02 15:51:16 +00:00
version changed to 18.4.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
## [18.4.1] - 2023-04-05
|
||||
### Fixed
|
||||
- [#1993] Incorrect scroll position causing shapes to be hidden
|
||||
- [#1994] Replace command in commandline with three argument causing replacements file load
|
||||
@@ -2874,7 +2874,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.4.0...dev
|
||||
[18.4.1]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.4.0...version18.4.1
|
||||
[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
|
||||
|
||||
@@ -63,6 +63,23 @@
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="18.4.1" date="2023-04-05">
|
||||
<description>
|
||||
<p>Fixed</p>
|
||||
<ul>
|
||||
<li>#1993 Incorrect scroll position causing shapes to be hidden</li>
|
||||
<li>#1994 Replace command in commandline with three argument causing replacements file load</li>
|
||||
<li>#1477 Open file (Context menu) with unicode characters, unicode in paths, on Windows</li>
|
||||
<li>Starting app with parameters causing wrong GUI init</li>
|
||||
<li>#1991 ConcurrentModificationException on clearing cache thread</li>
|
||||
<li>#1999 AS3 decompilation - XML constructor call with other than string argument</li>
|
||||
</ul>
|
||||
<p>Changed</p>
|
||||
<ul>
|
||||
<li>#1996 Items are now exported in order of appearance in the tag tree (usually SWF order), previously was it in order of selection</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="18.4.0" date="2023-03-19">
|
||||
<description>
|
||||
<p>Added</p>
|
||||
|
||||
Reference in New Issue
Block a user