Skip to content

v1.0.9b1

Pre-release
Pre-release

Choose a tag to compare

@SteveTh3Piirate SteveTh3Piirate released this 14 Mar 14:19
· 55 commits to master since this release

v1.0.9b1 - Ready for Corptools 3.0
Fix CapTrack region ID handling for Corptools 3 / eve_sde

Corptools 3.x (eve_sde-backed) uses the Region model PK (id) instead of region_id.
CapTrack was still referencing region.region_id, causing /captrack/ to 500 with:
AttributeError: 'Region' object has no attribute 'region_id'.

Update CapTrack to resolve region identifiers compatibly across old + new schemas
(region_id → id/pk fallback) so the dashboard loads correctly.

Fix CapTrack capital asset filtering for Corptools 3.0.0b6 (eve_sde)

Corptools 3.0.0b6 changed the type/group schema used by CharacterAsset queries.
Update CapTrack to resolve group IDs across old + new field paths so /captrack/ no
longer errors (FieldError) when filtering capitals in blacklisted regions.

  • Add compatibility fallbacks for group lookup (group_id vs id/FK)
  • Make group ID extraction resilient to schema differences

Full Changelog: 1.0.8...v1.0.9b1