Releases: NewbieOrange/clicksort
Releases · NewbieOrange/clicksort
ClickSort v1.6.2
ClickSort v1.6.2 (4 July 2024)
- Chore: upgrade Spigot API to 1.20.6.
- Fix: sorting mule's inventory may cause item loss.
- Feat: refactor InventorySortEvent to trigger on sort (instead of before sort) and allow forcing specific items in their slot.
Thanks to @minoneer for many contributions.
See Changelog for a full change log.
ClickSort v1.6.1
ClickSort v1.6.1 (13 Aug 2022)
- Chore: upgrade Spigot API to 1.19.2.
- Chore: remove uses of deprecated APIs.
See Changelog for a full change log.
ClickSort v1.6.0
ClickSort v1.6.0 (5 Mar 2022)
- Add: sqlite storage for user configurations.
- Add: autopurge to reduce database size.
- Fix: other various fixes and enhancements.
See Changelog for a full change log.
ClickSort v1.5.2
ClickSort v1.5.2 (19 Dec 2021)
- Fix: swap-key sorting cause offhand item be unequipped.
- Fix: rare NullPointerException on diabling.
- Fix: visual issue of offhand item disappearing due to a client-side bug.
See Changelog for a full change log.
ClickSort v1.5.1
ClickSort v1.5.1 (15 Dec 2021)
- Add: offically supports Minecraft 1.18.1, minimal required version is now 1.16, thus minimal Java version is 16.
- Add: swap-key (by default is F) click method. Press swap with cursor on empty slot to sort inventory.
- Remove: middle-click sorting in Minecraft 1.18+, since mojang decided to remove this feature.
- Enhancement: remove uses of deprecated methods and minor bug fixes.
See Changelog for a full change log.
ClickSort v1.5.0
ClickSort v1.5.0 (30 Nov 2021)
- Add: allow third-party plugins to cancel sorting by using InventorySortEvent.
See Changelog for a full change log.
ClickSort v1.4.6
ClickSort v1.4.6 (26 Oct 2021)
- Add: ignore plugin inventory on sorting (need to set
ignore_plugin_inventory
totrue
).
See Changelog for a full change log.
ClickSort v1.4.5
ClickSort v1.4.5 (10 Oct 2021)
- Fixed: item duplication in rare situation.
See Changelog for a full change log.
ClickSort v1.4.4
ClickSort v1.4.4 (21 Aug 2021)
- New: built against spigot 1.17.1 API, should be compatible from 1.13 to 1.17.1.
- Fixed: now item name sort mode will respect renamed items (as "MATERIAL_NAME (ITEM_NAME)").
- Fixed: bStats API has been updated to the latest version.
See Changelog for a full change log.