From 3ed7973be1285f9b6dea8894f5e5def450665bb6 Mon Sep 17 00:00:00 2001 From: Seemann Date: Mon, 28 Aug 2023 12:05:19 -0400 Subject: [PATCH] 1.2.2 release --- CHANGELOG.md | 4 ++++ docs/en/definitions.md | 2 +- installer/cleo_redux.iss | 2 +- website/index.html | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10bcb9b..76ab44d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.2.2 - August 28, 2023 + +- fix an issue when commands returning multiple values (`Char#storeClosestEntities`, `Game.GetCurrentResolution()`, etc.) returned just one correct value + ### 1.2.1 - August 13, 2023 - fix an issue when importing the same file from different folders would result in duplicate code diff --git a/docs/en/definitions.md b/docs/en/definitions.md index 51aa37e..ad4eabc 100644 --- a/docs/en/definitions.md +++ b/docs/en/definitions.md @@ -8,7 +8,7 @@ At start CLEO validates that a definition file is present and correct and if not | ----------------------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------ | | GTA III, re3 | [gta3.json](https://github.com/sannybuilder/library/blob/master/gta3/gta3.json) | `0.267` | | GTA VC, reVC | [vc.json](https://github.com/sannybuilder/library/blob/master/vc/vc.json) | `0.273` | -| GTA San Andreas (Classic) 1.0 | [sa.json](https://github.com/sannybuilder/library/blob/master/sa/sa.json) | `0.318` | +| GTA San Andreas (Classic) 1.0 | [sa.json](https://github.com/sannybuilder/library/blob/master/sa/sa.json) | `0.319` | | GTA III: The Definitive Edition | [gta3_unreal.json](https://github.com/sannybuilder/library/blob/master/gta3_unreal/gta3_unreal.json) | `0.228` | | Vice City: The Definitive Edition | [vc_unreal.json](https://github.com/sannybuilder/library/blob/master/vc_unreal/vc_unreal.json) | `0.234` | | San Andreas: The Definitive Edition | [sa_unreal.json](https://github.com/sannybuilder/library/blob/master/sa_unreal/sa_unreal.json) | `0.263` | diff --git a/installer/cleo_redux.iss b/installer/cleo_redux.iss index e199afa..66c0f8a 100644 --- a/installer/cleo_redux.iss +++ b/installer/cleo_redux.iss @@ -1,5 +1,5 @@ #define AppName "CLEO Redux" -#define AppVersion "1.2.1" +#define AppVersion "1.2.2" #define AppPublisher "Seemann" #define AppURL "https://re.cleo.li" #define SourceDir "..\" diff --git a/website/index.html b/website/index.html index c85431b..3b47fb8 100644 --- a/website/index.html +++ b/website/index.html @@ -123,7 +123,7 @@

data-translate="download" >Download - v1.2.1 | August 13, 2023 + v1.2.2 | August 28, 2023