Skip to content

Commit

Permalink
Release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inuNorii committed Aug 20, 2023
1 parent 04bf45f commit 7e2acf5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
## [Unreleased]

## [v1.6.1] - 2023-08-18
### Fixed
- by [tremwil](https://github.com/tremwil):
- CSEventFlagMan / CSFD4VirtualMemoryFlag symbols, which broke Event Flags

## [v1.6.0] - 2023-08-18
### Added
- Functions header
Expand All @@ -12,6 +17,8 @@
- Moved scripts from Scripts > Misc to Scripts > Functions
- Removed Deathsbane Jerky, Deathsbane White Jerky, Drawstring Freezing Grease from ItemGib dropdown
- Required CE files check now includes "luaclient-x86_64.dll"
- by [tremwil](https://github.com/tremwil):
- FD4Singleton finder rewritten

## [v1.5.0] - 2023-07-27
### Added
Expand Down Expand Up @@ -411,7 +418,8 @@
- Custom FPS Limit


[unreleased]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.6.0...dev
[unreleased]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.6.1...dev
[v1.6.0]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.6.0...v1.6.1
[v1.6.0]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.5.0...v1.6.0
[v1.5.0]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.4.0...v1.5.0
[v1.4.0]: https://github.com/inunorii/Elden-Ring-CT-TGA/compare/v1.3.1...v1.4.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.6.0 - Elden Ring v1.10"</Description>
<Description>"Open - The Grand Archives v1.6.1 - Elden Ring v1.10"</Description>
<Options moHideChildren="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>{$lua}
Expand All @@ -18,7 +18,7 @@ OpenProcess("eldenring.exe")

game_title = "ELDEN RING"
game_ver = "2.00" -- this is officially ELDEN RING app ver v1.10
table_ver = 1.06
table_ver = 1.061
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.06
1.061

0 comments on commit 7e2acf5

Please sign in to comment.