Releases: secondfry/shortcircuit
Short Circuit v1.2.0
Added
Zarzakh system exclusion - Zarzakh is now automatically excluded from routes where it would be an intermediate waypoint due to emanation locks that prevent transit. Players can still route TO or FROM Zarzakh, but it won't be used as a transit system (closes #30).
Changed
Updated EVE Online OAuth endpoint from v1 to v2 (login.eveonline.com/v2/oauth/authorize) to comply with CCP's authentication system changes (thank you, @keyroii, for #39).
Updated static game data (SDE) to reflect the Drifter crisis (2025) where five NPC factions took control of former Drifter wormhole systems:
- J164710 (V928) → Sanctified Vidette (Amarr)
- J174618 (R259) → Azdaja Redoubt (Triglavian)
- J055520 (S877) → Sentinel MZ (EDENCOM)
- J110145 (B735) → Liberated Barbican (Minmatar)
- J200727 (C414) → Conflux Eyrie (Caldari)
Security status updated for specific high-traffic trade hubs:
- Hek: 0.5496682671 → 0.8
- Parchanier: 0.6352463815 → 0.9
- Bereye: 0.6918864952 → 0.9
- Villore: 0.5065094239 → 0.9
- Arnon: 0.5930926592 → 0.8
Fixed
Removed
Region 13000001 ('No Name') and its 50 associated placeholder systems have been removed from the static database.
Notes
Built via GitHub Action for full transparency – https://github.com/secondfry/shortcircuit/actions/runs/21492296743
Short Circuit v1.1.0
Added
You can now avoid entire regions (previosly you only could avoid systems; closes #19).
Solar system renames - you may now change src/database/renames.csv in case you need different system names than EVE client provides.
Prepolulated solar system renames with well known drifter wormholes (i.e. Barbican).
Changed
Now uses Fuzzwork SDE dump. Thank you, @fuzzysteve (Steve Ronuken).
UI has been rethinked to consume less vertical space (closes #2).
Fixed
Removed
Notes
Built via GitHub Action for full transparency – https://github.com/secondfry/shortcircuit/actions/runs/7942354437
Short Circuit v1.0.0
Added
6 WH static types C729, J377, F216, R081, U372, X450 (thank you @Jambe for #18).
Zarzarh and its gates (thank you @Jambe for #18).
FW gates (thank you @Jambe for #18).
macos CI builds.
Changed
Now uses Python 3.10 (as it is latest one with PySide2 builds).
Fixed
Tripwire integer IDs convesion to strings (thank you @ksyntax for #13).
EVE Scout integration migrated to v2 EVE Scout API.
Removed
Windows 7 support. EVE Online itself is dropping Windows 7 & 8 support.
Notes
Built via GitHub Action for full transparency – https://github.com/secondfry/shortcircuit/actions/runs/7110658504
Short Circuit v1.0.0-rc.3
Added
6 WH static types C729, J377, F216, R081, U372, X450 (thank you @Jambe for #18).
Zarzarh and its gates (thank you @Jambe for #18).
FW gates (thank you @Jambe for #18).
macos CI builds.
Changed
Now uses Python 3.10 (as it is latest one with PySide2 builds).
Fixed
Tripwire integer IDs convesion to strings (thank you @ksyntax for #13).
EVE Scout integration migrated to v2 EVE Scout API.
Removed
Windows 7 support. EVE Online itself is dropping Windows 7 & 8 support.
Notes
v1.0.0-rc.1 had a bug with ESI integration which was fixed.
v1.0.0-rc.2 did not work on macos due to differences in open call path resolution.
Built via GitHub Action for full transparency – https://github.com/secondfry/shortcircuit/actions/runs/7074533786
Short Circuit v0.5.2-rc.1
Fixed
Windows 7 – using Python 3.8 to build binaries both locally and in GitHub CI.
Notes
I've attached four builds here in order of preferability:
shortcircuit-v0.5.2-rc.1-windows-x64-CI-upx.zip – GitHub CI build with Python 3.8 x64 packed by UPX (executable packer; build taken from https://github.com/secondfry/shortcircuit/actions/runs/1441757548).
shortcircuit-v0.5.2-rc.1-windows-x64-CI.zip – GitHub CI build with Python 3.8 x64 (build taken from https://github.com/secondfry/shortcircuit/actions/runs/1441681915).
shortcircuit-v0.5.2-rc.1-windows-x64-upx.zip – local build with Python 3.8 x64 packed by UPX (executable packer).
shortcircuit-v0.5.2-rc.1-windows-x64.zip – local build with Python 3.8 x64.
Would love to hear that CI UPX build works perfectly so it would be then used in next releases. This would let develop Short Circuit in any environment and then get Windows build from GitHub CI.
Short Circuit v0.5.1
Added
Four new gates from Stargate Trailblazers (thank you @Jambe for #7). Closes #8.
Changed
Minor refactoring.
Fixed
Windows 7 – Added missing api-ms-win-core-path-l1-1-0.dll to build\libs.
CVE-2021-33503 by updating urllib3 to latest available version.
Notes
This closes #4 via a88a38c.
Built via GitHub Action for full transparency – https://github.com/secondfry/shortcircuit/actions/runs/1338827553.
Short Circuit v0.5.1-rc.1
Added
Four new gates from Stargate Trailblazers (thank you @Jambe).
Changed
Minor refactoring.
Fixed
CVE-2021-33503 by updating urllib3 to latest available version.
Short Circuit v0.5.1-pre.1
Short Circuit v0.5.0
Added
Route UI – Pochven region systems are now marked by triangle instead of "NS".
Changed
Route logic – introduced Pochven region.
Route logic – system which are already connected (i.e. by gates) now ignore all additional connections (i.e. wormholes) between them.
Notes
This closes #3 via 3d7f9ca, 0f07551 and 87f848c.
In case of questions, feature requests or just sudden urge of joining one more Discord server, use https://discord.gg/TYYJ5qY.
Short Circuit v0.4.1
Changed
Route UI - route steps are now resized to fit content.
Route UI - route steps with wormhole jumps have newline before wormhole signature and type.
Fixed
Closes #1 - now short route format is enclosed in backticks.