Skip to content

Commit

Permalink
1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 committed Feb 18, 2023
1 parent 7050852 commit ee832fb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.1.2 - February 18, 2023

- add support for GTA The Trilogy - The Definitive Edition (Steam) - v1.0.17.39540
- update default `tsconfig.json` to solve issues with importing JSON files. Delete your `tsconfig.json` if you want to recreate it with the new options.

### 1.1.1 - February 14, 2023

- add support for GTA IV 1.2.0.59
Expand Down
6 changes: 3 additions & 3 deletions docs/en/the-definitive-edition-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Here you can find answers to the frequently asked questions about support for Th

### What versions are supported?

- GTA III: The Definitive Edition **1.0.0.14718** (Title Update 1.03), **1.0.0.15284** (Title Update 1.04), **1.0.8.11827** (Title Update 1.04.5), **1.0.17.38838** (Steam release)
- GTA Vice City: The Definitive Edition **1.0.0.14718** (Title Update 1.03), **1.0.0.15399** (Title Update 1.04), **1.0.8.11827** (Title Update 1.04.5), **1.0.17.38838** (Steam release)
- San Andreas: The Definitive Edition **1.0.0.14296**, **1.0.0.14388**, **1.0.0.14718** (Title Update 1.03), **1.0.0.15483** (Title Update 1.04), **1.0.8.11827** (Title Update 1.04.5), **1.0.17.38838** (Steam release)
- GTA III: The Definitive Edition **1.0.0.14718** (Title Update 1.03), **1.0.0.15284** (Title Update 1.04), **1.0.8.11827** (Title Update 1.04.5), **1.0.17.38838** (Steam release), **1.0.17.39540**
- GTA Vice City: The Definitive Edition **1.0.0.14718** (Title Update 1.03), **1.0.0.15399** (Title Update 1.04), **1.0.8.11827** (Title Update 1.04.5), **1.0.17.38838** (Steam release), **1.0.17.39540**
- San Andreas: The Definitive Edition **1.0.0.14296**, **1.0.0.14388**, **1.0.0.14718** (Title Update 1.03), **1.0.0.15483** (Title Update 1.04), **1.0.8.11827** (Title Update 1.04.5), **1.0.17.38838** (Steam release), **1.0.17.39540**

### Is there any difference from support of the classic games?

Expand Down
2 changes: 1 addition & 1 deletion installer/cleo_redux.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define AppName "CLEO Redux"
#define AppVersion "1.1.1"
#define AppVersion "1.1.2"
#define AppPublisher "Seemann"
#define AppURL "https://re.cleo.li"
#define SourceDir "..\"
Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h1 class="font-weight-bold d-flex justify-content-center">
data-translate="download"
>Download</a
>
<small class="pt-1 text-muted">v1.1.1 | February 14, 2023</small>
<small class="pt-1 text-muted">v1.1.2 | February 18, 2023</small>
</div>
</div>
</div>
Expand Down

0 comments on commit ee832fb

Please sign in to comment.