Skip to content

Commit

Permalink
version changed to 18.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Feb 12, 2023
1 parent f468c60 commit 034b4f6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
6 changes: 3 additions & 3 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.5] - 2023-02-12
### Added
- [#1959] Display frame labels along frames and FrameLabel tags

Expand Down Expand Up @@ -2801,7 +2801,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.4...dev
[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
[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
Expand Down Expand Up @@ -2952,6 +2952,7 @@ All notable changes to this project will be documented in this file.
[#1963]: https://www.free-decompiler.com/flash/issues/1963
[#1968]: https://www.free-decompiler.com/flash/issues/1968
[#1971]: https://www.free-decompiler.com/flash/issues/1971
[#1957]: https://www.free-decompiler.com/flash/issues/1957
[#1029]: https://www.free-decompiler.com/flash/issues/1029
[#1948]: https://www.free-decompiler.com/flash/issues/1948
[#1941]: https://www.free-decompiler.com/flash/issues/1941
Expand All @@ -2963,7 +2964,6 @@ All notable changes to this project will be documented in this file.
[#1940]: https://www.free-decompiler.com/flash/issues/1940
[#1955]: https://www.free-decompiler.com/flash/issues/1955
[#688]: https://www.free-decompiler.com/flash/issues/688
[#1957]: https://www.free-decompiler.com/flash/issues/1957
[#1913]: https://www.free-decompiler.com/flash/issues/1913
[#1894]: https://www.free-decompiler.com/flash/issues/1894
[#1801]: https://www.free-decompiler.com/flash/issues/1801
Expand Down
22 changes: 22 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,28 @@
</screenshot>
</screenshots>
<releases>
<release version="18.3.5" date="2023-02-12">
<description>
<p>Added</p>
<ul>
<li>#1959 Display frame labels along frames and FrameLabel tags</li>
</ul>
<p>Fixed</p>
<ul>
<li>#1960 Hide tag tree root handles as it was in previous versions</li>
<li>#1964 Freezing on releasing mouse while shape transforming (deadlock)</li>
<li>#1961 Characters can use characterId 0, PlaceObject can use depth 0</li>
<li>#1963 Reading CLIPEVENTFLAGS ClipActionEndFlag on SWF versions >= 6</li>
<li>#1968, #1971, #1957 Cannot start FFDec due to large stack size on some configurations</li>
</ul>
<p>Changed</p>
<ul>
<li>#1960 Quick search does not search in SWF name or folder names</li>
<li>#1961 SoundStreamHead on main timeline is exported/imported with identifier "-1"</li>
<li>#1957 Larger stack size (when needed) must be configured manually in ffdec.bat or ffdec.sh</li>
</ul>
</description>
</release>
<release version="18.3.4" date="2023-01-30">
<description>
<p>Added</p>
Expand Down

0 comments on commit 034b4f6

Please sign in to comment.