Releases: xpdustry/nohorny
Releases · xpdustry/nohorny
v3.0.0-beta.1 release
Features
- Removed
NoHornyAPI#setCache
in favor of a custom H2 cache. - Added
FallbackAnalalyzer
. - Many improvements of NoHorny internals.
Fixes
- Solved performances issues by offloading tracking in a background thread.
v2.2.0 release
Features
- nohorny is no longer hard dependent on distributor.
Bugfixes
- Fix
ImageAnalyzer.Result.EMPTY
not being really static.
Chores
- Bumped dependencies, including kotlin to
v1.9.23
, make sure to update kotlin-runtime accordingly.
v2.1.0 release
Changes
- Misc improvements in the internals.
- Bumped kotlin version.
Bugfixes
- Add un-relocated lib (snakeyaml).
- Fix bug where blocks on same axis spaced by 1 are in same cluster.
Chores
- Added tests and test upload.
v2.0.0 release
The final 2.0.0
release. The horny jail is finally open to the public!
Changes
- Replaced java awt Point with immutable version.
- Misc improvements in the internals.
Bugfixes
- Added tracking for destructed blocks and blocks changed by the server.
- nohorny autoban now set flagged blocks to air instead of destructing them (to avoid lagging players).
v2.0.0-rc.3 release candidate
Features
- Added https://moderatecontent.com in the available analyzers (@osp54).
v2.0.0-rc.2 release candidate
Bugfixes
- Fixed
NoHornyTracker
not resetting when a new map is loaded. - Fixed forgotten
image
field inImageAnalyzerEvent
.
v2.0.0-rc.1 release candidate
Initial release candidate of the next major release.
v1.1.2 release
- Made the plugin compatible with V6.
v1.1.1 release
- Some bugfixes... I guess...
v1.1.0 release
What a nice day for new Features
- Added easy configuration.
- Removed
HornyLogicBuildType.NUDITY
. - Random optimizations.