Skip to content

chore: Merge branch dev to main#75

Merged
LisoUseInAIKyrios merged 29 commits intomainfrom
dev
Mar 22, 2026
Merged

chore: Merge branch dev to main#75
LisoUseInAIKyrios merged 29 commits intomainfrom
dev

Conversation

@github-actions
Copy link
Copy Markdown

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
Copy Markdown

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

@LisoUseInAIKyrios
Copy link
Copy Markdown
Contributor

Double click on the jar.

Jar = Java exe

@cyberboh
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown

Is there any console output?

No output, just error like that

@LisoUseInAIKyrios
Copy link
Copy Markdown
Contributor

Try again with dev.2

@cyberboh
Copy link
Copy Markdown

Try again with dev.2

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

image

@prateek-who
Copy link
Copy Markdown
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

@LisoUseInAIKyrios LisoUseInAIKyrios linked an issue Mar 20, 2026 that may be closed by this pull request
2 tasks
semantic-release-bot and others added 6 commits March 20, 2026 08:54
# [1.6.0-dev.6](v1.6.0-dev.5...v1.6.0-dev.6) (2026-03-20)

### Features

* Inform user if cli is outdated ([#81](#81)) ([5bcd4f7](5bcd4f7))
# [1.6.0-dev.7](v1.6.0-dev.6...v1.6.0-dev.7) (2026-03-20)

### Bug Fixes

* Update to latest patcher dev ([496d8e9](496d8e9))
# [1.6.0-dev.8](v1.6.0-dev.7...v1.6.0-dev.8) (2026-03-21)

### Bug Fixes

* Use GitHub raw links for CLI update check ([#87](#87)) ([2aa6263](2aa6263))
@LisoUseInAIKyrios LisoUseInAIKyrios marked this pull request as ready for review March 22, 2026 07:09
@LisoUseInAIKyrios LisoUseInAIKyrios merged commit 8381846 into main Mar 22, 2026
2 checks passed
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.

feat: Support self-update bug: Options for YTM written out of date eventhough I already regenerated it

5 participants