- `2.0.28` Update Vineflower parameters and fix ZipFS exception (#7) - `2.0.27` Add better support for April Fools snapshots (#4) - `2.0.26` Add new april fools snapshots to branch config - `2.0.25` Update dependencies - SRGUtils to 1.0.10 - Vineflower to 1.11.1 - AutoRenamingTool to 2.0.8 - MergeTool to 2.0.6 - Gson to 2.12.1 - SLF4J to 2.0.17 - logback to 1.5.18 - jgit to 7.2.0.202503040940-r - installertools to 3.0.2 - bcpkix-jdk18on to 1.80 - jackson-dataformat-yaml to 2.18.3 - JJWT to 0.12.6 - github-api to 1.327 - JetBrains annotations to 26.0.2 - `2.0.24` Mark gradlew as executable (#6) Signed-off-by: solonovamax - `2.0.23` Use URIish for Git remote instead of URL The URL class checks whether there is a stream factory for the given protocol of the URL; in other words, it checks if it recognizes the URL protocol. Unfortunately, the `ssh` protocol, commonly used in Git remotes, is not recognized. This means trying to construct an SSH URL fails with an exception. To fix this, we use URIish, which implements no such checks. URIish belongs to JGit, and is used instead of URI as jopt-simple is able to handle the URIish constructor, thus avoiding manually converting a URI to a URIish for use by JGit. - `2.0.22` Update Gradle to 8.7 - `2.0.21` Update Vineflower to 1.10.1 - `2.0.20` Disable use of method parameter metadata until fixed in Vineflower 1.10.1 arrives for parameters with null names. (#5) Also strips the final flag from parameters in anticipation of this fix landing. - `2.0.19` Update vineflower (#3) - `2.0.18` Update dependencies (#2) - `2.0.17` Update srgutils - `2.0.16` Update CI workflows - `2.0.15` Set decompiled indentation to 4 spaces - `2.0.14` Add cmd-line options for include/exclude globs This allows fine-tuned selection of files in the output; e.g., excluding NBT structure files, or only including Java source files. Resolves #1 - `2.0.13` Switch to NeoForged artifacts - `2.0.12` Switch to Vineflower 1.9.3 - `2.0.11` Use logback for logging This removes the Consumer logger pattern. - `2.0.10` Mark MC resources as `linguist-generated` This attribute tells GitHub to hide those files by default when viewing the commit diff. Hopefully this reduces the strain when trying to view a Snowblower-created commit on GitHub. https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github - `2.0.9` The start of a partial caching system - `2.0.8` Disable minimization - `2.0.7` Try publishing with the subkey - `2.0.6` Sign with the master key - `2.0.5` Trigger Build - `2.0.4` I want the stacktrace - `2.0.3` Compile buildsrc with J8 - `2.0.2` Don't use post J8 features in the buildsrc plugin - `2.0.1` Fix error, update artifact ID, and the dep hashes - `2.0.0` Neoify and add gh app credentials option