Releases: secondfry/shortcircuit
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.
Short Circuit v0.4.0
Added
You now may supply proxy to use within the app (located inside Tripwire settings dialog).
Short jump list is now automatically copied to clipboard upon click.
Changed
Update notifications changed from every-god-damn-time to every week per new version (resetting if newer version lands faster than week later).
Changed default font to Segoe UI and made it a little bit larger (from 8 pt to 9 pt).
Nearly every field which have mouse interaction now display cursor pointer while being hovered (exception is short jump list).
Switched from Python 2.7 to Python 3.7, yay.