- Fixed that geyser users got charged twice for the same item because for some reason geyser calls click events twice, which caused a race condition.
- Reverted the runtime dependency loading from the last version for now as it had some issues.
- Moved to a library downloading system that enables us to download our library (AxAPI) at runtime. This significantly reduces the size of the jar. (the first boot might be a bit slower)
- Improved the speed of the [refresh] gui action
- Fixed that taking back items with a full inventory didn't drop it on the ground since the latest version.
- Added an "enable-currency-selector" setting which can be used to forcefully disable the currency selector
- Further optimized some stuff (item removal & history gui)
- Fixed a suspected memory leak related to the gui system
