Skip to content

Release v5

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 19:38
· 4 commits to master since this release
cc4d68e

Warning

↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
Use version v6 instead of this v5, this one has an issue with auto-updates that I didn't notice, sorry!
↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑

Auto-generated release version for build cc4d68effdbaf4bf453720efc8f0a08254b7db4c

  • proper hotfix for Origin hanging on startup with "Connecting to Origin..." (discussion: #63)
    • will not ask you to log in to Origin every time anymore like v4, yay!

Copying remaining changelog from previous version for visibility:

  • fixes update check for valid Origin updates
    • apparently EA has released an update to Origin at 2024-11-25, version 10.5.129, downloadable manually at: https://origin-a.akamaihd.net/Origin-Client-Download/origin/live/OriginUpdate_10_5_129_55742.zip
    • my patch for hiding broken updates accidentally hid good updates too, this version fixes that
    • EA has used a wrong link to the update URL, this version patches it manually to the correct one
    • this means that after updating the patch, you may be prompted for update if you didn't disable them manually, it's fine to let it update, but then remember you have to re-install the patch once again afterwards
    • I don't know what was changed in the update, but at least it seems nothing was broken
  • small improvement: don't copy original version.dll to temp directory (#49, contributed by @whindsaks)