version changed to 18.3.5

This commit is contained in:
Jindra Petřík
2023-02-12 11:45:51 +01:00
parent f468c60bf7
commit 034b4f69fc
2 changed files with 25 additions and 3 deletions

View File

@@ -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
@@ -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
@@ -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
@@ -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

View File

@@ -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>