From 804fba2ff29006e686a035a3edcbd4458b7251ae Mon Sep 17 00:00:00 2001 From: blowfish Date: Sat, 17 Nov 2018 14:51:39 -0800 Subject: [PATCH] Prep for v2.5.0 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e456e087..6096e652 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,13 @@ This plugin is distributed under [LGPL v3.0](http://www.gnu.org/licenses/lgpl-3. ## Changelog +### v2.5.0 + +* Allow moving stack nodes + * Within a `SUBTYPE`, `NODE` nodes take a `name` (node ID) and a `position` (x, y, z position of the node) +* Fix log message for duplicated subtype names +* Fix texture switching behaving weirdly when copying a part in the editor + ### v2.4.5 * Fix issues with resource switching and stock delta-v simulation code