mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
Prepare v1.11 release
This commit is contained in:
parent
56380f149b
commit
eae005dc36
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
It's about time I started a changelog! This will serve from now on as the main changelog for WorldEditAdditions.
|
It's about time I started a changelog! This will serve from now on as the main changelog for WorldEditAdditions.
|
||||||
|
|
||||||
|
|
||||||
## v1.11 (unreleased)
|
## v1.11: The big data update (25th January 2021)
|
||||||
- Add `//scale` (currently **experimental**)
|
- Add `//scale` (currently **experimental**)
|
||||||
- Scale operations that scale up and down at the same time are split into 2 separate operations automatically (scaling up is always performed first)
|
- Scale operations that scale up and down at the same time are split into 2 separate operations automatically (scaling up is always performed first)
|
||||||
- `//count`: Make numbers human-readable
|
- `//count`: Make numbers human-readable
|
||||||
|
@ -19,7 +19,7 @@ It's about time I started a changelog! This will serve from now on as the main c
|
||||||
- Add new [cloud wand](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#cloud-wand)
|
- Add new [cloud wand](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#cloud-wand)
|
||||||
|
|
||||||
|
|
||||||
## v1.10 (16th January 2021)
|
## v1.10: The tidyup update (16th January 2021)
|
||||||
- `//maze`: Fix some parts of generated mazes staying solid
|
- `//maze`: Fix some parts of generated mazes staying solid
|
||||||
- `//maze`, `//maze3d`: Allow non-number seeds (existing seeds aren't affected - they will still produce identical output)
|
- `//maze`, `//maze3d`: Allow non-number seeds (existing seeds aren't affected - they will still produce identical output)
|
||||||
- `//many`: Improve format of progress messages, add ETA
|
- `//many`: Improve format of progress messages, add ETA
|
||||||
|
|
Loading…
Reference in a new issue