Skip to content

Short Circuit v1.3.0

Latest

Choose a tag to compare

@secondfry secondfry released this 22 Apr 20:26

Added

Pluggable mapper architecture and Mappers management UI — mappers (Tripwire, Eve Scout) are now configurable from a dedicated table in Settings. Multiple instances of the same mapper type are supported. Closes #42.

GATE type wormhole support for Tripwire — connections of type GATE reported by Tripwire are now accepted and added to the solar map.

Changed

Connection source tracking and wormhole deduplication by signature ID — the same wormhole reported by multiple mappers is now collapsed into a single connection rather than added twice.

ESI login migrated from implicit OAuth flow to PKCE authorization code flow — CCP removed the implicit flow, breaking EVE SSO login entirely. The app now uses the correct native-app flow (RFC 7636), which also provides refresh tokens so sessions survive without manual re-login. The /verify endpoint (removed March 2026) is replaced with offline JWT claim parsing.

Refreshed locked dependencies.

Fixed

EVE connection "ESI error" on login caused by CCP removing the implicit OAuth flow and the esi.evetech.net/verify endpoint. Closes #45.

Removed

Outdated AUR install instructions from README.

Notes

Built via GitHub Action for full transparency – https://github.com/secondfry/shortcircuit/actions/runs/24800613348