Skip to content

Releases: ppfeufer/aa-sov-timer

3.5.0

22 Jan 23:34
9aa3427

Choose a tag to compare

[3.5.0] - 2026-01-23

Important

This version is utilising features that are only available in Alliance Auth >= 4.12.0.
Please make sure to update your Alliance Auth instance before installing this version,
otherwise, an update to Alliance Auth will be pulled in unsupervised.

Changed

  • Switched to DataTables 2 provided by Alliance Auth, instead of bundling it ourselves
  • Minimum requirements:
    • Alliance Auth >= 4.12.0

What's Changed

Full Changelog: v3.4.0...v3.5.0

3.4.0

16 Jan 23:02
10e4992

Choose a tag to compare

[3.4.0] - 2026-01-16

Fixed

  • Ordering by start time in the campaign table

Changed

  • DataTable processing refactored/improved
  • Enabled global search in the campaign table
  • Allow clicking on table headers to change the sorting order

What's Changed

  • [CHANGE] Allow click on table headers to change the sorting order by @ppfeufer in #294
  • [FIX] Ordering by start time in the campaign table by @ppfeufer in #295
  • [CHANGE] Enabled global search in the campaign table by @ppfeufer in #296
  • [CHANGE] DataTable processing refactored/improved by @ppfeufer in #297
  • [RELEASE] v3.4.0 by @ppfeufer in #298
  • Translations update from Weblate (ppfeufer) by @ppfeufer in #293

Full Changelog: v3.3.2...v3.4.0

3.3.2

05 Jan 21:58
2adb67a

Choose a tag to compare

[3.3.2] - 2026-01-05

Changed

  • Translations updated

What's Changed

Full Changelog: v3.3.1...v3.3.2

3.3.1

18 Dec 11:58
d58abce

Choose a tag to compare

[3.3.1] - 2025-12-18

Fixed

  • Improve error handling during downtime
    • Account for HTTPError
    • Account for RequestError

What's Changed

Full Changelog: v3.3.0...v3.3.1

3.3.0

02 Dec 07:43
6c94f4a

Choose a tag to compare

[3.3.0] - 2025-12-02

Changed

  • Ajax call refactored
  • Translations updated

Removed

  • allianceauth-app-utils as dependency

What's Changed

Full Changelog: v3.2.1...v3.3.0

3.2.1

17 Nov 01:25
438f36a

Choose a tag to compare

[3.2.1] - 2025-11-17

Changed

  • Task code cleaned up and simplified
  • Chaining update tasks to ensure they always run in the correct order

Removed

  • Task cache, since django-esi now handles ETag caching internally

What's Changed

Full Changelog: v3.2.0...v3.2.1

3.2.0

15 Nov 23:31
98f4c07

Choose a tag to compare

[3.2.0] - 2025-11-16

Fixed

  • Don't use deprecated DataTable options

Changed

  • DataTables updated to v2.3.5
  • Campaigns are now filterable by their state (upcoming, active, all)
  • Clearer log messages on ESI exceptions
  • Translations updated

What's Changed

Full Changelog: v3.1.0...v3.2.0

3.1.0

14 Nov 22:48
aa6ba6d

Choose a tag to compare

[3.1.0] - 2025-11-14

Added

  • ESI handler to handle ESI calls and deduplicate code
  • Allow for public access if enabled in settings

Changed

  • Improved JS performance when recalculating remaining time for campaigns
  • Improvement to the campaign table

What's Changed

  • [CHANGE] Improvement to the campaign table by @ppfeufer in #258
  • [ADD] ESI handler to handle ESI calls and deduplicate code by @ppfeufer in #259
  • [CHANGE] Improved JS performance when recalculating remaining time by @ppfeufer in #260
  • [CHANGE] Allow for public access if enabled in settings by @ppfeufer in #261
  • [RELEASE] v3.1.0 by @ppfeufer in #263
  • Translations update from Weblate (ppfeufer) by @ppfeufer in #264

Full Changelog: v3.0.0...v3.1.0

3.0.0

12 Nov 02:26
524f5f0

Choose a tag to compare

[3.0.0] - 2025-11-12

Added

  • Bootstrap tooltips for the progress icons
  • Loading spinner to DataTable while loading data via AJAX

Changed

  • Switched to OpenAPI3 specification for ESI endpoints
    • Dependency to django-esi set to >=8,<9
    • Set compatibility date to 2025-11-06 (November 6th, 2025)
  • Info panel styling improved
  • Switched to DataTables 2
  • Improved logging for the sovereignty structures task
  • JavaScript optimized
  • Set maximum Python version to 3.13
  • Translations updated

What's Changed

Full Changelog: v2.6.2...v3.0.0

3.0.0-beta.3

11 Nov 07:44
7d402fb

Choose a tag to compare

3.0.0-beta.3 Pre-release
Pre-release

[3.0.0-beta.3] - 2025-11-11

Caution

This is a BETA version, not intended for production use!
Please test it in a safe environment first and report any issues you find.

This version is pulling in an BETA version of django-esi as well,
so please be aware that this might break at any time.

Added

  • Bootstrap tooltips for the progress icons

Changed

  • Info panel styling improved
  • Switched to DataTables 2
  • Updated ESI compatibility date to 2025-11-06 (November 6, 2025)
  • Translations updated

What's Changed

Full Changelog: v3.0.0-beta.2...v3.0.0-beta.3