Minetest-WorldEditAdditions/CHANGELOG.md

11 lines
494 B
Markdown
Raw Normal View History

# WorldEditAdditions Changelog
It's about time I started a changelog! This will serve from now on as the master changelog for WorldEditAdditions.
2020-07-17 16:07:10 +00:00
## v1.8
- Update `//multi` to display human readable times (e.g. `2.11mins` instead of `126600ms`)
- Far wand: Notify player when setting pos1 and pos2
- Make timings more accurate (use `minetest.get_us_time()` instead of `os.clock()`)
2020-07-17 16:06:53 +00:00
- Add _experimental_ `//subdivide` command
- Attempt to fix a crash on startup due to a dependency issue