Skip to content

Commit b9c7da3

Browse files
committed
chore: changelog and version bump
1 parent 4298041 commit b9c7da3

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ All notable changes to this project will be documented in this file.
2121
- everything that a normal player doesn't need to know.
2222
----------------------------------
2323

24+
## [0.9.6]
25+
26+
### Fixed:
27+
Crashes:
28+
- When assigning marines to forge, loading saves and probably some other weird cases (`gml_Script_scr_ui_advisors (line 864)`).
29+
- On creation screen role equip (`gml_Object_obj_creation_popup_Draw_0 (line 132)`).
30+
31+
### Under The Hood:
32+
- 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.
33+
- Reduced redundancy a bit in error report functions.
34+
2435
## [0.9.5]
2536

2637
### Changed:

datafiles/main/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "V0.9.5VE",
3-
"build_date": "BS2024-11-07-0332BE"
2+
"version": "V0.9.6VE",
3+
"build_date": "BS2024-11-07-1138BE"
44
}

0 commit comments

Comments
 (0)