Skip to content

chore: Merge branch dev to main#75

Draft
github-actions[bot] wants to merge 20 commits intomainfrom
dev
Draft

chore: Merge branch dev to main#75
github-actions[bot] wants to merge 20 commits intomainfrom
dev

Conversation

@github-actions
Copy link

This pull request will Merge branch dev to main.

LisoUseInAIKyrios and others added 7 commits March 13, 2026 09:41
## [1.5.1-dev.1](v1.5.0...v1.5.1-dev.1) (2026-03-13)

### Bug Fixes

* Update to Patcher 1.3.0 ([19c0846](19c0846))
## [1.5.1-dev.2](v1.5.1-dev.1...v1.5.1-dev.2) (2026-03-13)

### Bug Fixes

* Bump arsclib version, remove APKEditor ([412847e](412847e))
Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from
8.3.9 to 9.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/GradleUp/shadow/releases">com.gradleup.shadow's
releases</a>.</em></p>
<blockquote>
<h2>9.3.2</h2>
<h3>Changed</h3>
<ul>
<li>Log warnings for duplicates in the final JAR. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1931">#1931</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix relocation patterns not included in task fingerprint. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1933">#1933</a>)</li>
</ul>
<h2>9.3.1</h2>
<h3>Fixed</h3>
<ul>
<li>Use ASM from jdependency embedded. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1898">#1898</a>)<br
/>
This fixes potential classpath conflicts when using Shadow with other
plugins that also use ASM.</li>
</ul>
<h2>9.3.0</h2>
<h3>Added</h3>
<ul>
<li>Add <code>PatternFilterableResourceTransformer</code> to simplify
pattern based <code>ResourceTransformer</code>s. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1849">#1849</a>)</li>
<li>Expose <code>patternSet</code> of
<code>ServiceFileTransformer</code> as <code>public</code>. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1849">#1849</a>)</li>
<li>Expose <code>patternSet</code> of
<code>ApacheLicenseResourceTransformer</code> as <code>public</code>.
(<a
href="https://redirect.github.com/GradleUp/shadow/pull/1850">#1850</a>)</li>
<li>Expose <code>patternSet</code> of
<code>ApacheNoticeResourceTransformer</code> as <code>public</code>. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1850">#1850</a>)</li>
<li>Expose <code>patternSet</code> of
<code>PreserveFirstFoundResourceTransformer</code> as
<code>public</code>. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1855">#1855</a>)</li>
<li>Support overriding output path of
<code>ApacheNoticeResourceTransformer</code>. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1851">#1851</a>)</li>
<li>Add new merge strategy <code>Fail</code> to
<code>PropertiesFileTransformer</code>. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1856">#1856</a>)</li>
<li>Add <code>FindResourceInClasspath</code> task to help with debugging
issues with merged duplicate resources. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1860">#1860</a>)</li>
<li>Add <code>MergeLicenseResourceTransformer</code>. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1858">#1858</a>)</li>
<li>Add <code>DeduplicatingResourceTransformer</code> to deduplicate on
path <em>and</em> content. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1859">#1859</a>)</li>
<li>Support disabling Kotlin module metadata remapping. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1875">#1875</a>)
<pre lang="kotlin"><code>tasks.shadowJar {
// Disable remapping of Kotlin module metadata (`.kotlin_module`) files.
This is enabled by default.
  enableKotlinModuleRemapping = false
}
</code></pre>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Change the group of <code>startShadowScripts</code> from
<code>application</code> to <code>other</code>. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1797">#1797</a>)</li>
<li>Update ASM and jdependency to support Java 26. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1799">#1799</a>)</li>
<li>Bump min Gradle requirement to 9.0.0. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1801">#1801</a>)</li>
<li>Deprecate
<code>PreserveFirstFoundResourceTransformer.resources</code>. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1855">#1855</a>)</li>
<li>Make the output of <code>PropertiesFileTransformer</code>
reproducible. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1861">#1861</a>)</li>
<li>Deprecate <code>ShadowCopyAction</code>. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1876">#1876</a>)<br
/>
It should not be used as a public API. Will be made internal in a future
release.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix Develocity integration when Isolated Projects enabled. (<a
href="https://redirect.github.com/GradleUp/shadow/pull/1836">#1836</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/GradleUp/shadow/commit/929f027974dca7ee2bab7269dc58629fc8cfc8e6"><code>929f027</code></a>
Prepare version 9.3.2</li>
<li><a
href="https://github.com/GradleUp/shadow/commit/6272e523ea36b7dbb64dad8e9bdf0b7d63c6c053"><code>6272e52</code></a>
Mention updating the unreleased changelog section (<a
href="https://redirect.github.com/GradleUp/shadow/issues/1935">#1935</a>)</li>
<li><a
href="https://github.com/GradleUp/shadow/commit/0b52ba83f5ffee0dd5517d607a0d41be54bbe3ed"><code>0b52ba8</code></a>
Update Gradle to v9.4.0-rc-2 (<a
href="https://redirect.github.com/GradleUp/shadow/issues/1934">#1934</a>)</li>
<li><a
href="https://github.com/GradleUp/shadow/commit/db1a2d828eaed8022c8d2e8968a4961e90a12bdb"><code>db1a2d8</code></a>
Fix relocation patterns not included in task fingerprint (<a
href="https://redirect.github.com/GradleUp/shadow/issues/1933">#1933</a>)</li>
<li><a
href="https://github.com/GradleUp/shadow/commit/634f2462da727d623e883600e2a5e133c34fa7a7"><code>634f246</code></a>
Log warnings for duplicates in the final JAR (<a
href="https://redirect.github.com/GradleUp/shadow/issues/1931">#1931</a>)</li>
<li><a
href="https://github.com/GradleUp/shadow/commit/a0095134cc4d38c9e0becdb382f4622dd7c79c8c"><code>a009513</code></a>
Update README to reflect changes in module descriptors</li>
<li><a
href="https://github.com/GradleUp/shadow/commit/6dd58e268a27cb2b869ad02d88e3811d7271f503"><code>6dd58e2</code></a>
Sync changelog for main from 8.3.10 release (<a
href="https://redirect.github.com/GradleUp/shadow/issues/1928">#1928</a>)</li>
<li><a
href="https://github.com/GradleUp/shadow/commit/24cc83a80081e43e87b0b6617f279fb9c103410b"><code>24cc83a</code></a>
Update dependency org.vafer:jdependency to v2.15 (<a
href="https://redirect.github.com/GradleUp/shadow/issues/1926">#1926</a>)</li>
<li><a
href="https://github.com/GradleUp/shadow/commit/a07c8a4037248caa7aafa77639af380d04fb028c"><code>a07c8a4</code></a>
Update kotlin monorepo to v2.3.20-RC (<a
href="https://redirect.github.com/GradleUp/shadow/issues/1925">#1925</a>)</li>
<li><a
href="https://github.com/GradleUp/shadow/commit/bb11389d60e57d6781d3edad855807ea2b4ba20f"><code>bb11389</code></a>
Gradle 9.4.0-rc-1 (<a
href="https://redirect.github.com/GradleUp/shadow/issues/1919">#1919</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/GradleUp/shadow/compare/8.3.9...9.3.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradleup.shadow&package-manager=gradle&previous-version=8.3.9&new-version=9.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
semantic-release-bot and others added 4 commits March 13, 2026 16:05
## [1.5.1-dev.3](v1.5.1-dev.2...v1.5.1-dev.3) (2026-03-13)

### Bug Fixes

* Use more logging verbosity when updating options.json ([#72](#72)) ([4d223f2](4d223f2))
# [1.6.0-dev.1](v1.5.1-dev.3...v1.6.0-dev.1) (2026-03-14)

### Features

* Add desktop GUI ([#42](#42)) ([cd627e6](cd627e6))
@cyberboh
Copy link

How to use desktop GUI? I don't see any executable binary (.exe/.msi) for windows, only .jar file 😕

@LisoUseInAIKyrios
Copy link
Contributor

Double click on the jar.

Jar = Java exe

@cyberboh
Copy link

image

I have that error msg appear. Below my JDK version.

java -version
openjdk version "17.0.18" 2026-01-20 LTS
OpenJDK Runtime Environment Zulu17.64+17-CA (build 17.0.18+8-LTS)
OpenJDK 64-Bit Server VM Zulu17.64+17-CA (build 17.0.18+8-LTS, mixed mode, sharing)

Do I need to bump my JDK avobe 17 to run GUI?

@LisoUseInAIKyrios
Copy link
Contributor

Is there any console output?

prateek-who and others added 2 commits March 15, 2026 06:31
# [1.6.0-dev.2](v1.6.0-dev.1...v1.6.0-dev.2) (2026-03-15)

### Bug Fixes

* Dispatch error when launching app ([#79](#79)) ([989e72a](989e72a))
@cyberboh
Copy link

Is there any console output?

No output, just error like that

@LisoUseInAIKyrios
Copy link
Contributor

Try again with dev.2

@cyberboh
Copy link

Try again with dev.2

It works, but tittle bar is not follow dark theme (my windows system theme)

image

@prateek-who
Copy link
Contributor

Yea, that doesn't happen right now. But I'll release a GUI overhaul update soon. That'll do a bunch of improvements overall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: Options for YTM written out of date eventhough I already regenerated it

5 participants