Skip to content

v0.2.0-alpha - First Release After a Long Time

Pre-release
Pre-release

Choose a tag to compare

@Zoriot Zoriot released this 05 Mar 23:00
· 91 commits to main since this release
0a2d7d8

This release includes major progress since the previous release (~400 commits). The last release before this was on May 10, 2022.

Current State

  1. Navigation is stable and works well. Proxy/multi-server support improvements are planned.
  2. Basic BlueMap integration is now available.
  3. Block Palette is working.
  4. Generators mostly work, but may still have bugs (feedback is welcome).
  5. KML features are working.
  6. Supported versions: 1.18.4+ Actively tested on 1.21.4 and 1.21.11.
  7. Some internal rework is planned due to project age.

Upgrade Notes

  1. Java was upgraded to 21.
  2. Dependencies were updated.
  3. Reload command now reloads configurations.
  4. Modules can now be disabled via config.
  5. Global Navigator now functions outside of Build the Earth Global Network (Proxy)

Known Issues

  1. Some generator issues may still occur.
  2. Proxy/multi-server improvements are not fully complete yet.

What’s Changed (PRs)

  • Create LICENSE by @MineFact in #1
  • [Feature] Added Field Generator by @kyanvde in #20
  • FIX lat long order by @GrJo in #24
  • Merge fork for kml/geopath commands back to universal-experience branch by @GrJo in #25
  • Fixed tpll not working by @kyanvde in #27
  • Fix gen bugs by @Zoriot in #39
  • Upgrade Java version to 21, and update dependecies by @DonatiFilippo in #45
  • Add miscellaneous module by @MineFact in #53
  • Integrate Block Palette GUI (BPG) (v2) by @Jasupa in #50
  • Improve Navigator (Feature Complete for First Release) by @Zoriot in #49
  • Update reload command to reload configurations by @Zoriot in #55
  • Fix connection leak by @Zoriot in #57
  • Implement disabled modules config by @Zoriot in #56
  • fix: changed the directory to where palettes.yml is saved to BuildTeamTools/modules/miscellaneous/blockpalettegui by @Jasupa in #72
  • ci(CA): Add qodana static analysis by @qodana-cloud[bot] in #76
  • fix: if you type /bp now, the latest applied filters are still there (menu doesn't reset anymore) by @Jasupa in #73
  • Improve the plugin for 0.2.0-alpha Release by @Zoriot in #68

New Contributors

Full Changelog: v0.1.3-alpha...v0.2.0-alpha