Skip to content

Commit

Permalink
Release v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inuNorii committed Jun 27, 2024
1 parent 96d139a commit a913567
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]

## [v1.11.0] - 2024-06-27
### Added
- Print active SpEffects
- Npc Menus -> Remembrance Duplication
Expand All @@ -23,7 +25,6 @@
### Fixed
- Fix Unlock All Gestures scripts
- Stastics->SaveLoad2
- Gesture scripts, again
- Invasion Regions, does NOT include DLC regions yet
- Kill All Mobs, does NOT include DLC enemies yet
- Statistics->Last Grace
Expand Down Expand Up @@ -537,7 +538,8 @@
- Custom FPS Limit


[unreleased]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.10.1...dev
[unreleased]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.11.0...dev
[v1.11.0]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.10.1...v1.11.0
[v1.10.1]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.10.0...v1.10.1
[v1.10.0]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.9.0...v1.10.0
[v1.9.0]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.8.0...v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions ER_TGA.CT
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<CheatEntries>
<CheatEntry>
<ID>1337192508</ID>
<Description>"Open - The Grand Archives v1.10.1 - Elden Ring v1.12"</Description>
<Description>"Open - The Grand Archives v1.11.0 - Elden Ring v1.12"</Description>
<Options moHideChildren="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>{$lua}
Expand All @@ -28,7 +28,7 @@ end

game_title = "ELDEN RING"
game_ver = "2.02.0" -- this is officially ELDEN RING app ver v1.12
table_ver = 1.101
table_ver = 1.110
ce_ver = 7.4
local version_url = "https://raw.githubusercontent.com/The-Grand-Archives/Elden-Ring-CT-TGA/master/VERSION"

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.101
1.110

0 comments on commit a913567

Please sign in to comment.