From 7ad54a4db28317722f69280b9152de20998b5af9 Mon Sep 17 00:00:00 2001 From: Seemann Date: Thu, 15 Dec 2022 10:50:01 -0500 Subject: [PATCH] 1.0.5 release --- CHANGELOG.md | 6 ++-- docs/en/definitions.md | 14 ++++----- docs/en/introduction.md | 4 +-- installer/cleo_redux.iss | 2 +- website/index.html | 66 +++++++++++----------------------------- 5 files changed, 30 insertions(+), 62 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78bdf11..75cdcc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 1.0.5 +### 1.0.5 - December 15, 2022 - add [TypeScript support](https://re.cleo.li/docs/en/typescript.html) - add support for commands using global SCM variables (e.g. counters or timers). @@ -9,8 +9,8 @@ **SDK AND PLUGINS** - IdeLoader 1.2: fixed a parser bug that prevented `.ide` files with a `2dfx` section to be loaded -- Frontend 1.1: reduce timeout during a check for updates to 10 seconds -- ImGuiRedux: two new commands `IMGUI_SET_IMAGE_BG_COLOR` and `IMGUI_SET_IMAGE_TINT_COLOR` +- Frontend 1.1: reduced a timeout during a check for updates to 10 seconds +- ImGuiRedux: [more commands](https://library.sannybuilder.com/#/unknown_x86/classes/ImGui) **BREAKING CHANGES** diff --git a/docs/en/definitions.md b/docs/en/definitions.md index 61df2d7..f268ff5 100644 --- a/docs/en/definitions.md +++ b/docs/en/definitions.md @@ -6,15 +6,15 @@ At start CLEO validates that a definition file is present and correct and if not | Game | File | Minimum Required Version | | ----------------------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------ | -| GTA III, re3 | [gta3.json](https://github.com/sannybuilder/library/blob/master/gta3/gta3.json) | `0.246` | -| GTA VC, reVC | [vc.json](https://github.com/sannybuilder/library/blob/master/vc/vc.json) | `0.252` | -| GTA San Andreas (Classic) 1.0 | [sa.json](https://github.com/sannybuilder/library/blob/master/sa/sa.json) | `0.291` | -| GTA IV | [gta_iv.json](https://github.com/sannybuilder/library/blob/master/gta_iv/gta_iv.json) | `0.46` | +| GTA III, re3 | [gta3.json](https://github.com/sannybuilder/library/blob/master/gta3/gta3.json) | `0.251` | +| GTA VC, reVC | [vc.json](https://github.com/sannybuilder/library/blob/master/vc/vc.json) | `0.257` | +| GTA San Andreas (Classic) 1.0 | [sa.json](https://github.com/sannybuilder/library/blob/master/sa/sa.json) | `0.294` | | GTA III: The Definitive Edition | [gta3_unreal.json](https://github.com/sannybuilder/library/blob/master/gta3_unreal/gta3_unreal.json) | `0.222` | | Vice City: The Definitive Edition | [vc_unreal.json](https://github.com/sannybuilder/library/blob/master/vc_unreal/vc_unreal.json) | `0.228` | | San Andreas: The Definitive Edition | [sa_unreal.json](https://github.com/sannybuilder/library/blob/master/sa_unreal/sa_unreal.json) | `0.250` | -| Bully: Scholarship Edition | [bully.json](https://github.com/sannybuilder/library/blob/master/bully/bully.json) | `0.32` | -| Unknown (32-bit) | [unknown_x86.json](https://github.com/sannybuilder/library/blob/master/unknown_x86/unknown_x86.json) | `0.217` | -| Unknown (64-bit) | [unknown_x64.json](https://github.com/sannybuilder/library/blob/master/unknown_x64/unknown_x64.json) | `0.221` | +| GTA IV | [gta_iv.json](https://github.com/sannybuilder/library/blob/master/gta_iv/gta_iv.json) | `0.46` | +| Unknown (32-bit) | [unknown_x86.json](https://github.com/sannybuilder/library/blob/master/unknown_x86/unknown_x86.json) | `0.222` | +| Unknown (64-bit) | [unknown_x64.json](https://github.com/sannybuilder/library/blob/master/unknown_x64/unknown_x64.json) | `0.225` | +| Bully: Scholarship Edition | [bully.json](https://github.com/sannybuilder/library/blob/master/bully/bully.json) | `0.35` | Starting from v1.0.0 CLEO Redux uses compound definitions (a combination of the primary JSON file for the current game and a JSON file for the Unknown host). It lets SDK commands to work in JS scripts regardless of them being defined or not in the primary JSON file. You should notice that during updates CLEO downloads both `.json` and `unknown.json` as well as the accompanying `enums.js` files. It should not affect any existing scripts. diff --git a/docs/en/introduction.md b/docs/en/introduction.md index 6e5561e..6cacc97 100644 --- a/docs/en/introduction.md +++ b/docs/en/introduction.md @@ -1,8 +1,8 @@ # Introduction -CLEO Redux is an [embeddable](./embedding.md) and [extensible](./using-sdk.md) runtime capable of running user-made scripts in games and desktop applications. It supports [JavaScript](./javascript.md) and TypeScript languages. Inspired by [CLEO Library](https://cleo.li/) and [partially compatible](./relation-to-cleo-library.md) with its scripts and plugins CLEO Redux, however, aims to provide a better experience for developers and users and support games beyond just GTA 3D series. +CLEO Redux is an [embeddable](./embedding.md) and [extensible](./using-sdk.md) runtime capable of running user-made scripts in games and desktop applications. It supports [JavaScript](./javascript.md) and [TypeScript](./typescript.md) languages. Inspired by [CLEO Library](https://cleo.li/) and [partially compatible](./relation-to-cleo-library.md) with its scripts and plugins, CLEO Redux, however, aims to provide better experience for developers and users and support games beyond just GTA 3D series. -Follow the [first steps tutorial](./first-steps.md) to learn how to write and run your first script. Also check our [YouTube playlist](https://www.youtube.com/playlist?list=PLNxQuEFtVkeizoLEQiok7qzr1f0mcwfFb) for video guides. +Follow the [first steps tutorial](./first-steps.md) to learn how to write and run your first script. Also check our [YouTube playlist](https://www.youtube.com/playlist?list=PLNxQuEFtVkeizoLEQiok7qzr1f0mcwfFb) for video guides. Or jump straight away to [example scripts](https://github.com/cleolibrary/CLEO-Redux/tree/master/examples). ## Supported Releases diff --git a/installer/cleo_redux.iss b/installer/cleo_redux.iss index 94aa0d2..839bea6 100644 --- a/installer/cleo_redux.iss +++ b/installer/cleo_redux.iss @@ -1,5 +1,5 @@ #define AppName "CLEO Redux" -#define AppVersion "1.0.5-dev.20221212" +#define AppVersion "1.0.5" #define AppPublisher "Seemann" #define AppURL "https://re.cleo.li" #define SourceDir "..\" diff --git a/website/index.html b/website/index.html index 8b48a60..67d9dff 100644 --- a/website/index.html +++ b/website/index.html @@ -4,10 +4,7 @@ - + CLEO Redux @@ -15,10 +12,7 @@ - +
@@ -52,18 +46,9 @@ d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z" /> YouTube + >YouTube + > Patreon -
+

@@ -120,26 +103,17 @@


- CLEO Redux is an experimental JavaScript runtime for GTA 3D era - games and, with limited functionality, - other games or applications. + CLEO Redux is a plugin for executing JavaScript or TypeScript code in GTA 3D era games and + other games or applications.

- Its flexible, extensible and secure environment provides rich - capabilities and allows easily add and remove countless - mini-scripts. + CLEO Redux provides rich scripting capabilities thanks to its flexible, extensible and secure environment.

@@ -149,7 +123,7 @@

data-translate="download" >Download - v1.0.4 | November 22, 2022 + v1.0.5 | December 15, 2022

@@ -161,14 +135,11 @@

CLEO Redux © Seemann. - Available under the - end-user license agreementAvailable under the end-user license agreement.

- Grand Theft Auto III, Grand Theft Auto: Vice City, Grand Theft Auto: - San Andreas © Rockstar Games, Inc. + Grand Theft Auto III, Grand Theft Auto: Vice City, Grand Theft Auto: San Andreas © Rockstar Games, Inc.

@@ -182,21 +153,18 @@

if (v.length < 2) { return acc; } - acc[decodeURIComponent(v[0].trim())] = decodeURIComponent( - v[1].trim() - ); + acc[decodeURIComponent(v[0].trim())] = decodeURIComponent(v[1].trim()); return acc; }, {}); } var translate = { lead1: - "CLEO Redux – это экспериментальная среда исполнения JavaScript в играх серии Grand Theft Auto и, с некоторыми ограничениями, других играх и приложениях.", + "CLEO Redux – это плагин для исполнения JavaScript или TypeScript кода в играх серии Grand Theft Auto, а также других играх и приложениях.", lead2: - "Она открывает широкие возможности для скриптинга, благодаря сочетанию гибкости, расширяемости и безопасности.", - "get-started": - "Узнать больше", + "CLEO Redux открывает широкие возможности для скриптинга, благодаря сочетанию гибкости, расширяемости и безопасности.", + "get-started": "Узнать больше", download: "Скачать", - license: "Пользовательское соглашение" + license: "Пользовательское соглашение", }; var cookie = parseCookie(document.cookie);