Skip to content

Releases: ArcanePlugins/Polyconomy

v0.4.7

07 Jan 00:02
Compare
Choose a tag to compare

Additions

  • Add database version table for H2, making it possible to detect when migration is needed after updates to the schema.
  • Misc debug logging additions.

Improvements

  • Polyconomy now supports balances of up to 1 unodecillion when using H2.
    • Increased DECIMAL precision from 18 to 38 and decreased scale from 4 to 3.

Fixes

  • Fixed inversed debug logging check, causing disabled categories to actually be enabled, and vice-versa. Clean logs FTW!

v0.4.6

06 Jan 01:24
Compare
Choose a tag to compare

Fixes

  • This release fixes #8 due to a missing WHERE clause when looking up the display name of a currency under a locale which has not been specified by the currency.

Misc

  • Add more debug logging for STORAGE_H2.

v0.4.5

05 Jan 13:13
Compare
Choose a tag to compare

New

  • ecoworks (Bukkit Plugin) JAR binaries are now shipped with releases.

Improvements

  • checkAndInit test failures from Ecoworks now cause a test failure instead of an observation.
  • /eco currency now uses TextArgument from CommandAPI, permitting more intricate text inputs wherever necessary.

Fixes

  • Fixed /eco currency using incorrect casting to String instead of Double for startingBalance
  • Fixed /eco currency attempting to register subcommands on non-'leaf' subcommands, causing them to be discarded by CommandAPI/Brigadier.

v0.4.4

05 Jan 09:40
Compare
Choose a tag to compare

Initial beta release