Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Releases: TheFruxz/MoltenKT

1.0-PRE-17 | Our new basement!

16 Sep 18:21
8d8afd1
Compare
Choose a tag to compare

What's Changed

  • Chore(deps): Bump ktor-client-core-jvm from 2.1.0 to 2.1.1 by @dependabot in #330
  • Chore(deps): Bump ktor-client-cio from 2.1.0 to 2.1.1 by @dependabot in #333
  • Chore(deps): Bump ktor-client-content-negotiation from 2.1.0 to 2.1.1 by @dependabot in #332
  • Chore(deps): Bump ktor-serialization-kotlinx-json from 2.1.0 to 2.1.1 by @dependabot in #331
  • Chore(deps): Bump slf4j-api from 2.0.0 to 2.0.1 by @dependabot in #337
  • Several code improvements
  • Enhanced Unfold
  • Got rid of the old and confusing language-system
  • More helpful API
  • Moved color API from Paper to Unfold
  • Several UI improvements

Full Changelog: 1.0-PRE-16...1.0-PRE-17

1.0-PRE-16 | Enhancement Update

26 Aug 18:43
340d741
Compare
Choose a tag to compare

What's Changed

  • Chore(deps): Bump slf4j-api from 2.0.0-beta1 to 2.0.0 by @dependabot in #324
  • Several improvements, enhancements and bug fixes

Full Changelog: 1.0-PRE-15.1...1.0-PRE-16

1.0-PRE-15.1 | Sneaky Tweaks

20 Aug 12:23
7d30cb8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0-PRE-15.0.1...1.0-PRE-15.1

1.0-PRE-15.0.1 | Prototype Bytecode

19 Aug 08:22
ed39479
Compare
Choose a tag to compare

Rolled back to release code

1.0-PRE-15 | Enhancements & 1.19.2

18 Aug 08:57
59d9965
Compare
Choose a tag to compare

What's Changed

  • Chore(deps): Bump paper-api from 1.19-R0.1-SNAPSHOT to 1.19.1-R0.1-SNAPSHOT by @dependabot in #296
  • Chore(deps): Bump exposed-core from 0.38.2 to 0.39.2 by @dependabot in #301
  • Chore(deps): Bump exposed-dao from 0.38.2 to 0.39.2 by @dependabot in #300
  • Chore(deps): Bump exposed-jdbc from 0.38.2 to 0.39.2 by @dependabot in #302
  • Chore(deps): Bump slf4j-api from 2.0.0-alpha7 to 2.0.0-beta1 by @dependabot in #304
  • Reintroduce the idea of async generated canvas inventories by @TheFruxz in #305
  • Chore(deps): Bump ktor-serialization-kotlinx-json from 2.0.3 to 2.1.0 by @dependabot in #308
  • Chore(deps): Bump ktor-client-content-negotiation from 2.0.3 to 2.1.0 by @dependabot in #309
  • Chore(deps): Bump ktor-client-core-jvm from 2.0.3 to 2.1.0 by @dependabot in #307
  • Chore(deps): Bump ktor-client-cio from 2.0.3 to 2.1.0 by @dependabot in #306
  • Upgrade to keys in identifiables by @TheFruxz in #312
  • feature: upgrade unfold to new context based structure by @TheFruxz in #315
  • Add modern cooldown api by @TheFruxz in #316
  • #319 PlaceholderAPI Support for chat formating by @CoasterFreakDE in #320
  • Several API improvements
  • several under-the-hood improvements
  • update to Minecraft version 1.19.2
  • upgrade from identities to keyed identities
  • complete rewrote the component building unfold system

New Contributors

I like to welcome @CoasterFreakDE to the MoltenKT Project!

Breaking Changes!

Due to the switch from identifiables to keyed-identifiables most of the projects will break! Remove every override of identities and identifiables in your project, that uses identifiable-head classes (like App, Component, etc.) and then look, which override is really required! The only required identifiable overrides are the only one that should be overriden

Full Changelog: 1.0-PRE-14...1.0-PRE-15

1.0-PRE-14 | The tweak update

19 Jul 22:59
b11a23f
Compare
Choose a tag to compare

What's Changed

  • General code cleanup
  • Removed remaining debug code
  • Improved location extension functions & documentation
  • Add more enhanced container extension functions & properties (easy block inventory access)
  • Improved validOnlinePlayers team extension property
  • Removed deprecated cooldown system
  • Add universal shape size getter (with axis parameter)
  • Add toFallingBlock block extension function, to let blocks fall
  • Add ignite block extension function, to let TNT ignite
  • Add ActionBarLayers to easily display multiple information at once
  • Fixed missing interaction blockable to Canvas
  • Introduce potion effect builder function
  • App companion value type parameter now more precise
  • Add timeouts to skull getter, to better handle Mojang service outage
  • Add more JSON serializers, to be more flexible in using KotlinX JSON
  • Add ChunkLocations, to easily handle the use of chunk locations (perfect for chunk-claiming)
  • Several chat enhancements and design fixes
  • Add structure-related CompletionAssets for use in structured interchanges
  • Add structure place results in extension function, to easily keep track of placed structures
  • Gradle update to 7.5
  • Chore(deps): Bump ktor-client-cio from 2.0.2 to 2.0.3 by @dependabot in #288
  • Chore(deps): Bump ktor-client-core-jvm from 2.0.2 to 2.0.3 by @dependabot in #287
  • Chore(deps): Bump ktor-client-content-negotiation from 2.0.2 to 2.0.3 by @dependabot in #286
  • Chore(deps): Bump ktor-serialization-kotlinx-json from 2.0.2 to 2.0.3 by @dependabot in #285
  • add native support to json by @TheFruxz in #289
  • Chore(deps): Bump jvm from 1.7.0 to 1.7.10 by @dependabot in #292
  • Chore(deps): Bump plugin.serialization from 1.7.0 to 1.7.10 by @dependabot in #291
  • Chore(deps): Bump kotlinx-coroutines-core from 1.6.3 to 1.6.4 by @dependabot in #295
  • Chore(deps): Bump org.jetbrains.dokka from 1.7.0 to 1.7.10 by @dependabot in #294

Full Changelog: 1.0-PRE-13.4...1.0-PRE-14

1.0-PRE-13.4

27 Jun 16:57
0ae630b
Compare
Choose a tag to compare
  • add sorting to DependentCubicalShape
  • fix structure issues with the shape-basis
  • fix marking tool info-action block destroy
  • introduce better access to percentage
  • enhanced doAsync capabilities
    Full Changelog: 1.0-PRE-13.3...1.0-PRE-13.4

1.0-PRE-13.3

26 Jun 20:11
f7e4b36
Compare
Choose a tag to compare

1.0-PRE-13.2

25 Jun 23:38
86fb5b1
Compare
Choose a tag to compare

What's Changed

  • Chore(deps): Bump org.jetbrains.dokka from 1.6.21 to 1.7.0 by @dependabot in #283
  • Chore(deps): Bump kotlinx-coroutines-core from 1.6.2 to 1.6.3 by @dependabot in #282
  • API improvements
  • New sync/async approach

Full Changelog: 1.0-PRE-13.1...1.0-PRE-13.2

1.0-PRE-13.1

20 Jun 14:31
9109030
Compare
Choose a tag to compare

What's Changed

  • Chore(deps): Bump org.jetbrains.dokka from 1.6.21 to 1.7.0 by @dependabot in #281
  • several bug fixes and tweaks

Full Changelog: 1.0-PRE-13...1.0-PRE-13.1