Skip to content

Commit

Permalink
Fix memory leaks and heap sizes
Browse files Browse the repository at this point in the history
Update sm-json
Fix changelog errors
  • Loading branch information
nickdnk committed Mar 20, 2023
1 parent a1d9b07 commit 76c6cbe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@ Whenever you update your Get5 plugin, remember to **always** update the `transla
Please see the [installation instructions](https://splewis.github.io/get5/latest/installation/#installation) for
details.

# 0.13.1

#### 2023-03-20

## New Features / Changes 🎉

1. Fixes some critical memory leaks and heap size issues.

# 0.13.0

#### 2022-02-18
#### 2023-02-18

### Breaking Changes 🛠

Expand Down Expand Up @@ -95,7 +103,7 @@ details.
# 0.12.1
#### 2022-01-16
#### 2023-01-16
## What's Changed
Expand Down Expand Up @@ -142,10 +150,10 @@ to [the documentation](https://splewis.github.io/get5/latest/translations/) for
separately from [`get5_time_to_start`](https://splewis.github.io/get5/latest/configuration/#get5_time_to_start). If
you don't set this variable, players will have infinite time to ready for veto.
4. `maplist` is now required in match configurations. There is now no "default map list" in Get5.
6. The `filename` property of the `demo_finished` and `demo_upload_ended` events now includes the folder, i.e. the full
5. The `filename` property of the `demo_finished` and `demo_upload_ended` events now includes the folder, i.e. the full
path to the file, if [`get5_demo_path`](https://splewis.github.io/get5/latest/configuration/#get5_demo_path) is set.
7. `Get5_OnPreLoadMatchConfig()` no longer fires when loading a backup file.
8. If you use `fromfile`, make sure to always have JSON files end with `.json`, or Get5 will assume they are KeyValues,
6. `Get5_OnPreLoadMatchConfig()` no longer fires when loading a backup file.
7. If you use `fromfile`, make sure to always have JSON files end with `.json`, or Get5 will assume they are KeyValues,
regardless of the format of the match config.
### New Features 🎉
Expand Down
2 changes: 1 addition & 1 deletion scripting/get5/version.sp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#tryinclude "manual_version.sp"
#if !defined PLUGIN_VERSION
#define PLUGIN_VERSION "0.13.0-dev"
#define PLUGIN_VERSION "0.13.1-dev"
#endif

// This MUST be the latest version in x.y.z semver format followed by -dev.
Expand Down

0 comments on commit 76c6cbe

Please sign in to comment.