From 76339239113c415e0e89aa902839d1fb2cace6ac Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 1 Mar 2021 21:17:18 +0000 Subject: [PATCH] Update readme & changelog --- CHANGELOG.md | 5 ++++- README.md | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b458293..cced82b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ It's about time I started a changelog! This will serve from now on as the main changelog for WorldEditAdditions. +## v1.12 (unreleased) + - Add `//srect` (_select rectangle_) - thanks, @VorTechnix! + ## v1.11: The big data update (25th January 2021) - 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) @@ -17,7 +20,7 @@ It's about time I started a changelog! This will serve from now on as the main c - `//many` can now be used with commands with no arguments. - `//conv`, `//erode`, `//fillcaves`: Treat liquids as air - Add new [cloud wand](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#cloud-wand) - - `//conv`, `//erode`: minor refactoring to improve code clarity + - `//conv`, `//erode`: Minor refactoring to improve code clarity ## v1.10: The tidyup update (16th January 2021) diff --git a/README.md b/README.md index 5a267b5..105dcb7 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ The detailed explanations have moved! Check them out [here](https://github.com/s - [`//replacemix [] [] [ []] [ []] ....`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#replacemix-target_node-chance-replace_node_a-chance_a-replace_node_b-chance_b-replace_node_n-chance_n-) - [`//floodfill [ []]`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#floodfill-replace_node-radius-floodfill) - [`//scale | [ [ ]]`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#scale-axis-scale_factor--factor_x-factor_y-factor_z-anchor_x-anchor_y-anchor_z) **experimental** + - [`//srect [ []] `](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#srect-axis1-axis2-length) ### Terrain - [`//overlay [] [] [ []] ...`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#overlay-node_name_a-chance_a-node_name_b-chance_b-node_name_n-chance_n-)