2020-06-25 22:45:27 +00:00
|
|
|
# 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
|
2020-06-25 22:45:27 +00:00
|
|
|
- Update `//multi` to display human readable times (e.g. `2.11mins` instead of `126600ms`)
|
2020-06-26 17:42:41 +00:00
|
|
|
- Far wand: Notify player when setting pos1 and pos2
|
2020-06-26 20:23:03 +00:00
|
|
|
- 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
|
2020-07-17 16:15:11 +00:00
|
|
|
- Attempt to fix a crash on startup due to a dependency issue (#21)
|
2020-07-17 16:13:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Release text template
|
|
|
|
The text below is used as a template when making releases.
|
|
|
|
|
|
|
|
--------
|
|
|
|
|
|
|
|
INTRO
|
|
|
|
|
|
|
|
See below for instructions on how to update.
|
|
|
|
|
|
|
|
CHANGELOG HERE
|
|
|
|
|
|
|
|
|
|
|
|
## Updating
|
|
|
|
Updating depends on how you installed WorldEditAdditions.
|
|
|
|
|
|
|
|
- UI in Minetest: There should be an update button for you to click in the mod menu
|
|
|
|
- ContentDB: Download the latest update from [here](https://content.minetest.net/packages/Starbeamrainbowlabs/worldeditadditions/)
|
|
|
|
- Git: `cd` to the WorldEditAdditions directory and run `git pull`
|
|
|
|
|
|
|
|
After installing the update, don't forget to restart your client and / or server.
|
|
|
|
|
|
|
|
|
|
|
|
--------
|