Skip to content

Releases: jayotterbein/FFXIV-Zoom-Hack

v2.3 - Dawntrail

07 Jul 16:10
Compare
Choose a tag to compare

Updates all nuget references and new signature from @asmoranomar for Dawntrail

v2.1

27 May 20:48
Compare
Choose a tag to compare

Adds minimize to tray with a simple double click to open

Ultimate Update merge

17 May 00:47
Compare
Choose a tag to compare
  • Merges PR #104
  • Updates icon provided in issue #108

Remove DX9 support, better download error messaging

26 Apr 22:34
Compare
Choose a tag to compare
  • 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

20 Jan 14:44
Compare
Choose a tag to compare
  • Checks for parsing errors during offset update

Fix to restricted Windows Environments

08 Dec 19:01
Compare
Choose a tag to compare
  • 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/specific OpenProcess call

Fix to culture differences

17 May 18:48
Compare
Choose a tag to compare
Merge pull request #14 from jayotterbein/invariant-culture

Invariant culture