Skip to content

Commit

Permalink
0.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 committed Nov 9, 2021
1 parent dc71ddc commit 0cacad8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h1 class="font-weight-bold d-flex justify-content-center">
href="https://github.com/cleolibrary/CLEO-Redux/releases/latest"
>Download</a
>
<small class="pt-1 text-muted">v0.7.2 | Nov 04, 2021</small>
<small class="pt-1 text-muted">v0.7.3 | Nov 08, 2021</small>
</div>
</div>
</div>
Expand Down

0 comments on commit 0cacad8

Please sign in to comment.