mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 05:45:38 +00:00
chore: change version to 26.1.0
[ci skip]
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [26.1.0] - 2026-05-24
|
||||
### Features
|
||||
- ui: redetect scale factor on each launch when not set in config ([PR260])
|
||||
|
||||
## [26.0.0] - 2026-04-06
|
||||
### Features
|
||||
- redesigned loop detector ([#2542])
|
||||
@@ -4064,6 +4068,7 @@ Major version of SWF to XML export changed to 2.
|
||||
### Added
|
||||
- Initial public release
|
||||
|
||||
[26.1.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version26.0.0...version26.1.0
|
||||
[26.0.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version25.1.3...version26.0.0
|
||||
[25.1.3]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version25.1.2...version25.1.3
|
||||
[25.1.2]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version25.1.1...version25.1.2
|
||||
@@ -5555,6 +5560,7 @@ Major version of SWF to XML export changed to 2.
|
||||
[#32]: https://www.free-decompiler.com/flash/issues/32
|
||||
[#31]: https://www.free-decompiler.com/flash/issues/31
|
||||
[#27]: https://www.free-decompiler.com/flash/issues/27
|
||||
[PR260]: https://github.com/jindrapetrik/jpexs-decompiler/pull/260
|
||||
[PR228]: https://github.com/jindrapetrik/jpexs-decompiler/pull/228
|
||||
[PR224]: https://github.com/jindrapetrik/jpexs-decompiler/pull/224
|
||||
[PR222]: https://github.com/jindrapetrik/jpexs-decompiler/pull/222
|
||||
|
||||
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
libxi6 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ADD https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version26.0.0/ffdec_26.0.0.zip /opt/ffdec.zip
|
||||
ADD https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version26.1.0/ffdec_26.1.0.zip /opt/ffdec.zip
|
||||
RUN cd /opt && unzip ffdec.zip -d ffdec && rm ffdec.zip
|
||||
|
||||
WORKDIR /work
|
||||
|
||||
@@ -67,6 +67,14 @@
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="26.1.0" date="2026-05-24">
|
||||
<description>
|
||||
<p>Features</p>
|
||||
<ul>
|
||||
<li>ui: redetect scale factor on each launch when not set in config (PR260)</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="26.0.0" date="2026-04-06">
|
||||
<description>
|
||||
<p>Features</p>
|
||||
|
||||
Reference in New Issue
Block a user