Skip to content

Releases: kangarko/Foundation

6.8.9

09 Jul 16:20
Compare
Choose a tag to compare

Full Changelog: 6.8.8...6.8.9

6.8.8

05 Jul 09:08
Compare
Choose a tag to compare

Full Changelog: 6.8.7...6.8.8

6.8.7

04 Jul 18:51
Compare
Choose a tag to compare

Full Changelog: 6.8.6...6.8.7

6.8.6

03 Jul 11:20
Compare
Choose a tag to compare

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

Full Changelog: 6.8.5...6.8.6

6.8.5

25 Jun 16:21
Compare
Choose a tag to compare

Solved further incompatible class errors as well as one region creator issue

6.8.4

25 Jun 10:27
Compare
Choose a tag to compare

Solved Spigot's class incompatible change error for legacy MC versions in InventoryView by using reflection

6.8.3

19 Jun 10:37
Compare
Choose a tag to compare

A few bugfixes, please see commit history

Full Changelog: 6.8.2...6.8.3

6.8.2

18 Jun 15:07
Compare
Choose a tag to compare

Minecraft 1.21 support and some bugfixes.

6.8.1

09 Jun 10:45
Compare
Choose a tag to compare

Downgrade maven javadoc plugin due to jitpack using super old maven compiler

6.8.0

07 Jun 11:39
Compare
Choose a tag to compare

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.