Releases: jayotterbein/FFXIV-Zoom-Hack
Releases · jayotterbein/FFXIV-Zoom-Hack
v2.3 - Dawntrail
Updates all nuget references and new signature from @asmoranomar for Dawntrail
v2.1
Adds minimize to tray with a simple double click to open
Ultimate Update merge
Remove DX9 support, better download error messaging
- Removes DX9 support - the game no longer supports DX9 so this has been a long time coming.
- Another attempt at fixing parsing errors. Details below.
- Set connection to github to use TLS 1.2
I cannot reproduce the parsing errors, so I believe this may come from using XDocument.Load(url)
without downloading the file first. Now the xml file is downloaded to the temporary directory (deleted after parsing, or failing to parse). If nothing else this should provide more detail if the file failed to download.
Parsing error check
- Checks for parsing errors during offset update
Fix to restricted Windows Environments
- Now uses a manifest to enforce elevated process
- Forces entering debug mode to allow getting module information in more restrictive Windows environments
- No longer uses
Process
to obtain base address, now uses the same process handle from a more restrictive/specificOpenProcess
call
Fix to culture differences
Merge pull request #14 from jayotterbein/invariant-culture Invariant culture