Skip to content

Releases: kangarko/Foundation

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.

6.7.15

04 Jun 16:25
Compare
Choose a tag to compare

Added Menu#registerButton to dynamically register menu buttons without them needing to be a field in your menu constructor

6.7.14

18 May 16:59
Compare
Choose a tag to compare

See commit history for a full log of changes.

6.7.13

17 May 09:38
Compare
Choose a tag to compare

Substantial improvements to button matching in menus and animation capabilities. See commit history for detailed use.

6.7.12

12 May 12:43
Compare
Choose a tag to compare

Fix jitpack, second attempt