From 346fa72eb54d79a7f29827b9219b5760d797b9e7 Mon Sep 17 00:00:00 2001 From: odorajbotoj Date: Sat, 19 Oct 2024 00:54:38 +0800 Subject: [PATCH] ready to release v2.2.2 --- CHANGELOG.md | 7 +++++++ tooth.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c9820..4ea81e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.2.2] - 2024-10-19 + +### Fixed + ++ Fixed bad memory access (0xC0000005) when simplayer data saving or loading + ## [2.2.1] - 2024-10-16 ### Fixed @@ -61,6 +67,7 @@ We skipped `v2.1.0` and `v2.1.1`. They have some serious bugs. + Move CoralFans SimulatedPlayer System from [CoralFans](https://github.com/CoralFans-Dev/CoralFans) to here + Added Script Arg +[2.2.2]: https://github.com/CoralFans-Dev/CFSP/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/CoralFans-Dev/CFSP/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/CoralFans-Dev/CFSP/compare/v2.1.2...v2.2.0 [2.1.2]: https://github.com/CoralFans-Dev/CFSP/compare/v2.0.0...v2.1.2 diff --git a/tooth.json b/tooth.json index 4a30465..1dcc0dd 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/CoralFans-Dev/CFSP", - "version": "2.2.1", + "version": "2.2.2", "info": { "name": "CFSP", "description": "CoralFans SimulatedPlayer",