Skip to content

Releases: NewbieOrange/clicksort

ClickSort v1.6.2

04 Jul 12:56
Compare
Choose a tag to compare

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

13 Aug 12:05
Compare
Choose a tag to compare

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

06 Mar 05:58
Compare
Choose a tag to compare

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

19 Dec 02:35
Compare
Choose a tag to compare

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

15 Dec 16:13
Compare
Choose a tag to compare

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

30 Nov 15:02
Compare
Choose a tag to compare

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

26 Oct 13:45
Compare
Choose a tag to compare

ClickSort v1.4.6 (26 Oct 2021)

  • Add: ignore plugin inventory on sorting (need to set ignore_plugin_inventory to true).

See Changelog for a full change log.

ClickSort v1.4.5

10 Oct 00:52
Compare
Choose a tag to compare

ClickSort v1.4.5 (10 Oct 2021)

  • Fixed: item duplication in rare situation.

See Changelog for a full change log.

ClickSort v1.4.4

21 Aug 04:28
1cec8a0
Compare
Choose a tag to compare

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.

v1.4.3

15 Jan 12:56
Compare
Choose a tag to compare
  • [#2][#3] Remove usage of durability for post-1.13 compatibility (thanks to @minoneer for the pull requests).