mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
Sync changelog with MT forum post
This commit is contained in:
parent
967d2d0f54
commit
b7eab3a6e5
1 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
It's about time I started a changelog! This will serve from now on as the master changelog for WorldEditAdditions.
|
It's about time I started a changelog! This will serve from now on as the master changelog for WorldEditAdditions.
|
||||||
|
|
||||||
|
|
||||||
## v1.8
|
## v1.8: The Quality of Life Update (17th July 2020)
|
||||||
- Update `//multi` to display human readable times (e.g. `2.11mins` instead of `126600ms`)
|
- Update `//multi` to display human readable times (e.g. `2.11mins` instead of `126600ms`)
|
||||||
- Far wand: Notify player when setting pos1 and pos2
|
- Far wand: Notify player when setting pos1 and pos2
|
||||||
- Make timings more accurate (use `minetest.get_us_time()` instead of `os.clock()`)
|
- Make timings more accurate (use `minetest.get_us_time()` instead of `os.clock()`)
|
||||||
|
@ -10,6 +10,12 @@ It's about time I started a changelog! This will serve from now on as the master
|
||||||
- Attempt to fix a crash on startup due to a dependency issue (#21)
|
- Attempt to fix a crash on startup due to a dependency issue (#21)
|
||||||
|
|
||||||
|
|
||||||
|
## v1.7: The Terrain Update! (21st June 2020)
|
||||||
|
- Added `//layers` (like WorldEdit for Minecraft's `//naturalize`)
|
||||||
|
- Added `//convolve` (advanced terrain smoothing inspired by image editors)
|
||||||
|
- Added far wand (like the regular WorldEdit wand, but with a configurable range that can extend to 100s of blocks)
|
||||||
|
[/list]
|
||||||
|
|
||||||
|
|
||||||
## Release text template
|
## Release text template
|
||||||
The text below is used as a template when making releases.
|
The text below is used as a template when making releases.
|
||||||
|
|
Loading…
Reference in a new issue