Skip to content

Releases: OneLiteFeatherNET/Falco

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 23:25
3869c15

0.3.0 (2026-07-31)

Features

  • anvil: say why a chunk was not returned (d7e6b35)
  • demo: add falco-demo, a loader comparison on your own world (87282d5)
  • demo: add two servers you can actually join (bea45e6)
  • instance: add falco-instance, an own Instance and Chunk (cee5f94)
  • instance: implement the generator path and close the load race (e45d695)
  • light: add a chunk that keeps its own light up to date (9d00a78)

Bug Fixes

  • build: make an incomplete javadoc comment fail the build (63334a6)
  • demo: both loaders skip a partial chunk, not just Falco (861b881)
  • light: stop calculateWithNeighbours darkening the chunks it borrows (e736b93)

Performance Improvements

  • light: update a changed chunk instead of rebuilding it (1063a54)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 17:23
34badf0

0.2.1 (2026-07-31)

Bug Fixes

  • test: stop the concurrency stress tests from hanging the pipeline (fbb4121)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 16:23
7ef2b56

0.2.0 (2026-07-31)

Features

  • an Anvil chunk loader and a light engine for Minestom (fc0aef5)
  • publish to the public Reposilite endpoints (7e10a1e)