From b9c7da326a16e8507ed5c5bae184896d136a4a3b Mon Sep 17 00:00:00 2001 From: EttyKitty <20323032+EttyKitty@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:38:45 +0300 Subject: [PATCH] chore: changelog and version bump --- CHANGELOG.md | 11 +++++++++++ datafiles/main/version.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b7f007ac..92fa04c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,17 @@ All notable changes to this project will be documented in this file. - everything that a normal player doesn't need to know. ---------------------------------- +## [0.9.6] + +### Fixed: +Crashes: + - When assigning marines to forge, loading saves and probably some other weird cases (`gml_Script_scr_ui_advisors (line 864)`). + - On creation screen role equip (`gml_Object_obj_creation_popup_Draw_0 (line 132)`). + +### Under The Hood: +- Made the garbage collector run every minute. Doesn't seem to inflict performance loss and fixes the array corruption. Let's see if there are any caveats. +- Reduced redundancy a bit in error report functions. + ## [0.9.5] ### Changed: diff --git a/datafiles/main/version.json b/datafiles/main/version.json index 9cfe3a6a3..b35199ca1 100644 --- a/datafiles/main/version.json +++ b/datafiles/main/version.json @@ -1,4 +1,4 @@ { - "version": "V0.9.5VE", - "build_date": "BS2024-11-07-0332BE" + "version": "V0.9.6VE", + "build_date": "BS2024-11-07-1138BE" }