From 371d5dfdb94ab100c9afd582d8f9edad5d915664 Mon Sep 17 00:00:00 2001 From: inuNorii <19881900+inuNorii@users.noreply.github.com> Date: Fri, 4 Nov 2022 01:35:08 +0100 Subject: [PATCH] Release v3.2.0 --- CHANGELOG.md | 5 ++++- DS3_The-Grand-Archives.CT | 7 +++---- README.md | 4 ++-- VERSION | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a1341..7952154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog ## [Unreleased] + +## [3.2.0] - 2022-11-04 ### Added - "printProgress" config option for future use - by [Dasaav](https://github.com/Dasaav-dsv): @@ -336,7 +338,8 @@ ### Removed - Unnecesssary extra chrasms removed -[unreleased]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.1.2...dev +[unreleased]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.2.0...dev +[3.2.0]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.1.2...v3.2.0 [3.1.2]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.1.1...v3.1.2 [3.1.1]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.1.0...v3.1.1 [3.1.0]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.0.0...v3.1.0 diff --git a/DS3_The-Grand-Archives.CT b/DS3_The-Grand-Archives.CT index 84080e1..a81b7b2 100644 --- a/DS3_The-Grand-Archives.CT +++ b/DS3_The-Grand-Archives.CT @@ -8,20 +8,19 @@ 249 - "Open - Table v3.1.2 WIP - Game v1.15.1" + "Open - Table v3.2.0 - Game v1.15.1" Auto Assembler Script {$lua} if syntaxcheck then return end - [ENABLE] --Attach to game OpenProcess("DarkSoulsIII.exe") ---local table_ver = 3.012 +--local table_ver = 3.020 local game_ver = "1.15.1" local ce_ver = 7.2 -local version_url = "https://raw.githubusercontent.com/inunorii/Dark-Souls-III-CT-TGA/main/VERSION" +local version_url = "https://raw.githubusercontent.com/The-Grand-Archives/Dark-Souls-III-CT-TGA/main/VERSION" local pL = getProcessList() for _,name in pairs(pL) do diff --git a/README.md b/README.md index 177ccae..526989e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Unfairest's document about softbans: [Some Madman's Guide to DS3 CE](https://docs.google.com/document/d/1AaQiu5axxinl633IUZuWhggrQOHog-3WxMWnuus8-LU) ## Latest Release -Table: [v3.1.2](https://github.com/The-Grand-Archives/Dark-Souls-III-CT-TGA/releases/latest) | [Changelog](/CHANGELOG.md) +Table: [v3.2.0](https://github.com/The-Grand-Archives/Dark-Souls-III-CT-TGA/releases/latest) | [Changelog](/CHANGELOG.md) Cheat Engine: [7.2 or newer](https://github.com/cheat-engine/cheat-engine/releases) Game: App ver. 1.15.1 | Regulation ver. 1.35 @@ -56,7 +56,7 @@ Grish | Mass ItemGib [sfix](https://github.com/garyttierney) | Table contribution Z.Z | Table contribution heliodesic | Table contribution -[Dasaav](https://github.com/Dasaav-dsv) | Function fixes +[Dasaav](https://github.com/Dasaav-dsv) | Functionality reworks and additions Reverse Souls | Reason ------------- | --------------------- diff --git a/VERSION b/VERSION index 39f911e..9157bff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.012 \ No newline at end of file +3.020 \ No newline at end of file