Draft
Conversation
## [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 /> [](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>
2 tasks
## [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))
|
How to use desktop GUI? I don't see any executable binary (.exe/.msi) for windows, only .jar file 😕 |
Contributor
|
Double click on the jar. Jar = Java exe |
Contributor
|
Is there any console output? |
# [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))
No output, just error like that |
Contributor
|
Try again with dev.2 |
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 |
# [1.6.0-dev.3](v1.6.0-dev.2...v1.6.0-dev.3) (2026-03-15) ### Bug Fixes * Update to latest patcher dev ([1551c8e](1551c8e))
# [1.6.0-dev.4](v1.6.0-dev.3...v1.6.0-dev.4) (2026-03-15) ### Bug Fixes * Update to latest patcher dev ([fb8a4ff](fb8a4ff))
# [1.6.0-dev.5](v1.6.0-dev.4...v1.6.0-dev.5) (2026-03-16) ### Bug Fixes * Update to latest patcher dev ([1356259](1356259))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This pull request will Merge branch
devtomain.