2.0.61
- Fixed affix reforge removing MMOItems skins from reforged items.
- Fixed old affix stat modifiers being retained on upgraded items with MMOItems 6.10.1+.
- Added type-specific tier stat modifiers so different MMOItems types can receive different reforge stats.
2.0.60
- Restored a lightweight default build by keeping optional MySQL and SQLite driver libraries out of the main shaded jar.
- Added a separate database-bundled build task for servers that need MySQL or SQLite drivers packaged into the plugin jar.
2.0.59
- Reduced the shaded plugin jar size by excluding low-frequency SQLite native libraries.
- Kept bundled database support for common server platforms while avoiding unnecessary multi-platform native payloads.
2.0.58
- Added a bilingual changelog to track every version update.
- Added an agent skill to keep English and Chinese release notes updated with each version bump.
2.0.57
- Fixed a critical bug where affix reforge could remove all item enchantments.
- Aligned affix reforge with the MMOItems reforge event pipeline used by quality reforge.
- Improved preservation of vanilla, MMOItems, and supported external enchantment data during affix reforge.
2.0.56
- Fixed affix reforge limit checks so money, materials, and lucky points are not consumed after the item reaches its reforge limit.
- Improved SQLite, H2, and MySQL storage runtime compatibility by bundling required database libraries.
- Improved embedded database safety by avoiding shared JDBC connections across asynchronous tasks.
- Added WSL2-friendly Java 17 and Gradle wrapper configuration for local builds.