Releases: kangarko/Foundation
6.8.9
Full Changelog: 6.8.8...6.8.9
6.8.8
Full Changelog: 6.8.7...6.8.8
6.8.7
Full Changelog: 6.8.6...6.8.7
6.8.6
What's Changed
- Fix error with a toast message on newer minecraft versions. by @StarozytnySky in #298
- See commit history for a full log of changes.
New Contributors
- @StarozytnySky made their first contribution in #298
Full Changelog: 6.8.5...6.8.6
6.8.5
6.8.4
6.8.3
A few bugfixes, please see commit history
Full Changelog: 6.8.2...6.8.3
6.8.2
6.8.1
6.8.0
Starting from this release we no longer use data.db to store legacy metadata. It was confusing as users thought it is a SQL database file. We now use legacy-metadata.yml and the file is only made on MC <1.14 when it is called through CompMetadata.
There is no automatic migration due to the sensitive nature of catch-all data.db so plugin authors need to develop one manually (if needed).
Otherwise there are major performance improvements thanks to the legacy metadata file being only saved on server stop/reload instead of every time a metadata is set and one minor GUI security patch.