From 250b1aeaa49dc2d573371ffb33c67d216df3c248 Mon Sep 17 00:00:00 2001 From: Adrian Kunz Date: Mon, 17 Jun 2024 09:18:40 +0200 Subject: [PATCH] release: v1.3.2 --- docs/Changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/Changelog.md b/docs/Changelog.md index 09498ad..77e583e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -114,3 +114,16 @@ ## Bugfixes * Fixed isolated system clusters without outgoing links. [#19](https://github.com/sekassel/stp-24-server-tracker/issues/19) + +# v1.3.2 (2024-06-17) + +## Improvements + +* Pop migration now depends on free jobs instead of free capacity. +* New colonies (`colonized`) start with at least one pop. +* Attempting to upgrade a system in the wrong order now results in a `400 Bad Request` error. + +## Bugfixes + +* Fixed a wrong population delta value in the system resource aggregate. +* Fixed invalid pop growth when a system with capacity 0 is somehow colonized.