Skip to content

Commit

Permalink
chore: changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EttyKitty committed Nov 7, 2024
1 parent 4298041 commit b9c7da3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions datafiles/main/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "V0.9.5VE",
"build_date": "BS2024-11-07-0332BE"
"version": "V0.9.6VE",
"build_date": "BS2024-11-07-1138BE"
}

0 comments on commit b9c7da3

Please sign in to comment.