Skip to content

Releases: Ayfri/Kore

1.24.0-1.21.4

12 Jan 11:46
Compare
Choose a tag to compare

Small release containing one bug fix!
But I also updated Kore to 2.1.0, this changes the process of creating projects because you have to ignore one warning, sadly that's the best way I found for the current state of Kore.
We're waiting on the context parameters feature to release to remove these flags, but currently the KEEP is still in construction.

You'll now have to add this flag to freeCompilerArgs list :
"-Xsuppress-warning=CONTEXT_RECEIVERS_DEPRECATED"
Example

kotlin {
	compilerOptions {
		freeCompilerArgs = listOf("-Xcontext-receivers", "-Xsuppress-warning=CONTEXT_RECEIVERS_DEPRECATED")
	}
}

Note that I've also updated Kore-Template.

Changelog

  • chore(build): Update compiler arguments for context receivers. 192f9c1
  • chore(dependencies): Update jetbrains-compose to version 1.7.3, update kobweb to version 0.20.0, and upgrade kotlin.version to 2.1.0. 18f75fb a33baf6
  • fix(scoreboard): Update asString method to use camelCase, add tests for some scoreboard criterion. #135 c6ed581
  • feat(string-utils): Add camelCase function to convert strings to camel case. f033e3b

Full changelog: https://github.com/Ayfri/Kore/compare/v1.23.0-1.21.4..v1.24.0-1.21.4

1.23.0-24w46a

06 Jan 19:47
Compare
Choose a tag to compare

Changelog

  • No changes were required.

Full changelog: https://github.com/Ayfri/Kore/compare/v1.23.0-24w45a..v1.23.0-24w46a

1.23.0-24w45a

06 Jan 19:34
Compare
Choose a tag to compare

Changelog

  • feat(code): Update project to Minecraft version 24w45a. #126 #115 78c7932

Full changelog: https://github.com/Ayfri/Kore/compare/v1.22.0-24w44a..v1.23.0-24w45a

1.23.0-1.21.4-rc3

06 Jan 20:36
Compare
Choose a tag to compare

Changelog

  • No changes were required.

Full changelog: https://github.com/Ayfri/Kore/compare/1.23.0-1.21.4-rc3..HEAD

1.23.0-1.21.4-rc2

06 Jan 20:29
Compare
Choose a tag to compare

Changelog

  • No changes were required.

Full changelog: https://github.com/Ayfri/Kore/compare/1.23.0-1.21.4-rc2..HEAD

1.23.0-1.21.4-rc1

06 Jan 20:23
Compare
Choose a tag to compare

Changelog

  • No changes were required.

Full changelog: https://github.com/Ayfri/Kore/compare/1.23.0-1.21.4-rc1..HEAD

1.23.0-1.21.4-pre3

06 Jan 20:17
Compare
Choose a tag to compare

Changelog

  • No changes were required.

Full changelog: https://github.com/Ayfri/Kore/compare/1.23.0-1.21.4-pre3..HEAD

1.23.0-1.21.4-pre2

06 Jan 20:06
Compare
Choose a tag to compare

Changelog

  • No changes were required.

Full changelog: https://github.com/Ayfri/Kore/compare/1.23.0-1.21.4-pre2..HEAD

1.23.0-1.21.4-pre1

06 Jan 19:55
Compare
Choose a tag to compare

Changelog

  • No changes were required.

Full changelog: https://github.com/Ayfri/Kore/compare/1.23.0-1.21.4-pre1..HEAD

1.23.0-1.21.4

06 Jan 20:48
Compare
Choose a tag to compare

Changelog

  • No changes were required.

Full changelog: https://github.com/Ayfri/Kore/compare/1.23.0-1.21.4..HEAD