Skip to content

Commit 5c57389

Browse files
committed
1.3.1 release
1 parent dc55356 commit 5c57389

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
### 1.3.1
2+
3+
- [SA] fix an issue with values returned from commands in missions not stored properly
4+
- [SA] fix a script crash when using `SET_OBJECT_ROTATION` with the Events plugin installed
5+
- [SA] fix an issue with `GET_CHAR_HIGHEST_PRIORITY_EVENT` always returning `0`
6+
- force FPU precision in script threads (JS) to match the precision set on the game's main thread which may otherwise produce different results when code runs in SCM and JS.
7+
18
### 1.3.0 - November 24, 2024
29

310
- add support for the latest GTA: The Trilogy patch on Steam and Rockstar Games Launcher
4-
- fix a script crash when Bully's `CameraSetXYZ` command is used
11+
- fix a script crash when Bully's `CameraSetXYZ` command is used
512
- fix an issue with commands returning multiple values (e.g. `World.GetAnyCharNoSaveRecursive`) crashing the script if nothing was found
613
- add missing `Memory.Read` and `Memory.Write` definitions for an unknown host. Also added `Memory.ReadI64`, `Memory.ReadU64`, `Memory.WriteI64`, `Memory.WriteU64` for 64-bit unknown host
714
- add `allowJs` option in `tsconfig.json` to allow importing JS files in TS scripts. Delete your `tsconfig.json` if you want to recreate it with the new option

LICENSE-RU.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
Если у вас есть какие-либо вопросы относительно настоящего Лицензионного соглашения, пожалуйста, свяжитесь с нами по адресу [email protected]
1717

1818
-------------------------------------------------------------------------------
19-
Copyright (c) 2021-2024, Seemann
19+
Copyright (c) 2021-2025, Seemann
2020
Все права защищены.
2121
https://re.cleo.li

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ By installing and/or using CLEO Redux you are automatically agreeing to and show
1616
If you have any questions regarding this License Agreement, please contact [email protected]
1717

1818
-------------------------------------------------------------------------------
19-
Copyright (c) 2021-2024, Seemann
19+
Copyright (c) 2021-2025, Seemann
2020
All rights reserved.
2121
https://re.cleo.li

installer/cleo_redux.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define AppName "CLEO Redux"
2-
#define AppVersion "1.3.0"
2+
#define AppVersion "1.3.1"
33
#define AppPublisher "Seemann"
44
#define AppURL "https://re.cleo.li"
55
#define SourceDir "..\"
@@ -26,7 +26,7 @@ VersionInfoVersion={#AppVersion}
2626
;AppVerName={#MyAppName} {#MyAppVersion}
2727
AppPublisher={#AppPublisher}
2828
AppPublisherURL={#AppURL}
29-
AppCopyright=Copyright (c) 2021-2024, {#AppPublisher}
29+
AppCopyright=Copyright (c) 2021-2025, {#AppPublisher}
3030
DefaultDirName=New folder
3131
LicenseFile={#SourceDir}\LICENSE.txt
3232
; Uncomment the following line to run in non administrative install mode (install for current user only.)

0 commit comments

Comments
 (0)