Skip to content

Commit

Permalink
version changed to 18.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Apr 5, 2023
1 parent 2d6180d commit 442ccec
Show file tree
Hide file tree
Showing 2 changed files with 19 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.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
Expand Down Expand Up @@ -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
Expand Down
17 changes: 17 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,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>
Expand Down

0 comments on commit 442ccec

Please sign in to comment.