4.6.0 DEV2
Pre-release
Pre-release
4.6.0 DEV2
This version might not be stable on network servers because some configuration changes have not been finished for networks.
Changes from DEV1
- Fixed a startup issue when using 1.13.2 and SQLite
- Fixed a bug where the config updater left old settings in the config.
Changes
New
- Configuration enhancements:
- Made things more readable in the config:
- Setting validation (Is the setting correct format)
- Configuration patch system that allows moving old settings to new locations, making it easier to make the config more readable. Back up old config in case of issues.
- It is recommended to move the
Plugins
section to the bottom of the config for better readability
- Database optimizations:
- Reduced the amount of joins for tables by flattening user_id into uuid for tables. This should reduce CPU load with larger queries. Back up database in case patching goes wrong.
- Resulting database not backwards compatible (eg. 4.5.2).
Bugfixes
- Miclebrick Fixed an error with Java 11
- Prevented NPE when
DataGathering.Geolocations
is false - RegisterCommand error no longer logged
- RegisterCommand success message fixed
- Import command success message added