Skip to content

v0.4.7

Compare
Choose a tag to compare
@lokka30 lokka30 released this 07 Jan 00:02
· 5 commits to master since this release

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!