Skip to content

v1.10.0

Latest

Choose a tag to compare

@404Setup 404Setup released this 14 Feb 10:56
· 1 commit to master since this release

Feature

  • Reimplement Gitlab
  • Support sync README to Modrinth
  • Support LiteLoader and JavaAgent
  • Support automatic selection of Support Targets

Fix

  • Fixed the parsing failure caused by multiple ways of writing the minecraft version range in fabric.mod.json
  • Bundling OkHttp to fix the issue where ModPublish could not be used in IntelliJ IDEA 26

Refactor

  • VersionProcessor to use data classes for better performance
  • simplify verbose null and blank/empty checks

Performance

  • Cache local Minecraft versions
  • optimize version processor with streaming JSON
  • Default to compact JSON serialization

Change

  • Changelog input box is now scrollable
  • Import SKToml as a separate dependency
  • Java 21 is now required

Chore

  • Bump minecraft version list
  • Bump kotlin version

Full Changelog: v0.0.6...v1.10.0