From 0cacad8a24f40f34e6e29d927943cf22aa97ea32 Mon Sep 17 00:00:00 2001 From: Seemann Date: Mon, 8 Nov 2021 20:29:18 -0500 Subject: [PATCH] 0.7.3 release --- CHANGELOG.md | 11 ++++++++++- website/index.html | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d763503..5b1ec4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### 0.7.3 - Nov 8, 2021 + +- ensure custom scripts have unique [in-game names](https://library.sannybuilder.com/#/vc/default/03A4) when the first 7 characters of their file names are the same (e.g. scripts in files `spawner_a.cs`, `spawner_b.cs`, `spawner_c.cs` would now have names `spawner`, `spawn01`, `spawn02` respectively) +- fix: internal address error could make a JS script execute a wrong instruction + +#### BREAKING CHANGE + +- minimum required version of `sa.json` is `0.167` + ### 0.7.2 - Nov 4, 2021 - add `ONMISSION` variable that can be used to manipulate the global player's on a mission status @@ -9,7 +18,7 @@ if (!ONMISSION) { } ``` -#### BREAKING CHANGE +#### BREAKING CHANGES - using `new` operator on a static object (for which Sanny Builder Library does not define a constructor, e.g. `Audio` or `Hud`) now throws an error: diff --git a/website/index.html b/website/index.html index d69adad..3517044 100644 --- a/website/index.html +++ b/website/index.html @@ -97,7 +97,7 @@

href="https://github.com/cleolibrary/CLEO-Redux/releases/latest" >Download - v0.7.2 | Nov 04, 2021 + v0.7.3 | Nov 08, 2021