Skip to content

Releases: secondfry/shortcircuit

Short Circuit v1.1.0

17 Feb 14:48
Compare
Choose a tag to compare

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

06 Dec 06:01
5270f08
Compare
Choose a tag to compare

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

03 Dec 04:07
Compare
Choose a tag to compare
Pre-release

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

09 Nov 23:01
Compare
Choose a tag to compare
Pre-release

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

13 Oct 19:03
Compare
Choose a tag to compare

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

02 Oct 16:19
Compare
Choose a tag to compare
Pre-release

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

28 Oct 10:53
Compare
Choose a tag to compare
Pre-release

Fixed

Windows 7 – Added missing api-ms-win-core-path-l1-1-0.dll to build\libs.

Notes

This should close #4 via a88a38c.

Short Circuit v0.5.0

17 Oct 14:20
Compare
Choose a tag to compare

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

22 Apr 13:41
Compare
Choose a tag to compare

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

16 Apr 11:19
Compare
Choose a tag to compare

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.