Skip to content

Releases: hrobasti/permaclicker-mod

1.2.1

Choose a tag to compare

@hrobasti hrobasti released this 18 Jul 14:51

Added 26.2 support, dropped 26.1 support. Updated to Gradle 9.6.1. Update dependencies and refactor key bindings for PermaClicker

  • Changed TurtleLib dependency from turtlelib to turtlelib-core in build files.
  • Updated default toggle key from F4 to F7 / options key from O to U in configuration and related classes.
  • Refactored user agent string construction in UpdateFacade to include versioning.
  • Fixed typo in overlay enabled tooltip in language file.
  • Updated matrix targets for Minecraft version 26.2 and corresponding dependencies.
  • Upgraded Fabric Loom plugin version and adjusted Gradle properties for Minecraft version.
  • Refactored Fabric and NeoForge background mode executors to use new screen handling methods.
  • Implemented mixins to block chat screen opening while chat-block context is active.
  • Updated unobfuscated config screen templates for Minecraft version 26.2.
  • Bumped version to 1.2.1 in version properties.

Full Changelog: 1.2.0...1.2.1

PermaClicker 1.2.0

Choose a tag to compare

@hrobasti hrobasti released this 12 Apr 12:18

Updated to Minecraft 26.1.2

Full Changelog: 1.1.1...1.2.0

PermaClicker 1.1.1 hotfix

Choose a tag to compare

@hrobasti hrobasti released this 04 Apr 13:16

Added ingame hotkey context

Full Changelog: 1.1.0...1.1.1

PermaClicker 1.1.0

Choose a tag to compare

@hrobasti hrobasti released this 04 Apr 08:59

Compatibility for MC 26.1.1 and dropped support for legacy MC versions (1.21.x + 26.1)

  • Refactor NeoForge build configuration and remove deprecated files
  • Updated Java language version from 21 to 25 in build.gradle.
  • Simplified source set configuration by removing API compatibility checks.
  • Removed gradle-wrapper.jar, gradle-wrapper.properties, gradlew, and gradlew.bat files.
  • Deleted PermaClickNeoForgeConfigScreen.java class to streamline codebase.
  • Bumped version number from 1.0.0 to 1.1.0 in version.properties.

Full Changelog: 1.0.0...1.1.0

PermaClicker 1.0.0

Choose a tag to compare

@hrobasti hrobasti released this 30 Mar 16:32

initial release for MC 1.2110 to 26.1 (Fabric + NeoForge)