Skip to content

Releases: ppfeufer/allianceauth-afat

3.5.1

01 Dec 11:24
9026f97
Compare
Choose a tag to compare

[3.5.1] - 2024-12-01

Fixed

  • Month order in alliance stats view (#377)

Changed

  • Chinese translation updated

What's Changed

Full Changelog: v3.5.0...v3.5.1

3.5.0

28 Nov 05:19
87ae097
Compare
Choose a tag to compare

[3.5.0] - 2024-11-28

Fixed

  • Broken corporation performance graph in alliance statistics view

Changed

  • Autocomplete JS updated
  • Corporation statistics pages improved

What's Changed

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

3.4.0

09 Nov 21:32
c6c517d
Compare
Choose a tag to compare

[3.4.0] - 2024-11-09

Important

After updating to this version, make sure to run the following
command to migrate the old fleet types to the new system:

python manage.py afat_migrate_fleet_types

Added

  • Optional doctrine field to FAT link creation forms
  • Integrity hashes to CSS and JavaScript

Fixed

  • ESI fleet closing condition. When the FC left the fleet and is now in another
    fleet, the previous fleet was not detected as no longer tracked, and as such, not
    closed until the FC is either in no fleet at all or offline.

Changed

  • Settings from local.py moved to DB
  • Fleet type dropdown to auto-suggest field

Removed

  • AFAT_APP_NAME setting to ensure the app name can be properly localized

What's Changed

Full Changelog: v3.3.0...v3.4.0

3.3.0

06 Nov 01:39
5048bbb
Compare
Choose a tag to compare

[3.3.0] - 2024-11-06

Added

  • Monthly total FATs to statistics overview

Changed

  • Use Chart.js bundled with Alliance Auth
  • Dependencies updated
    • allianceauth>=4.4.0

What's Changed

Full Changelog: v3.2.0...v3.3.0

3.2.0

16 Sep 11:01
560406a
Compare
Choose a tag to compare

[3.2.0] - 2024-09-16

Changed

  • Dependencies updated
    • allianceauth>=4.3.1
  • French translation improved
  • Japanese translation improved
  • Lingua codes updated to match Alliance Auth v4.3.1

What's Changed

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

3.1.0

30 Jul 09:04
4f3fc9b
Compare
Choose a tag to compare

[3.1.0] - 2024-07-30

Changed

  • URL generation modularized
  • French translation updated
  • Japanese translation updated

Removed

  • Support for Python 3.8 and Python 3.9

What's Changed

Full Changelog: v3.0.2...v3.1.0

3.0.2

06 Jun 20:51
9f80741
Compare
Choose a tag to compare

[3.0.2] - 2024-06-06

Fixed

  • Lack of authorization check when requesting recent FatLinks in Dashboard Ajax call.
    This could lead to unauthorized access to FatLinks of other users. (#337)

Changed

  • Chinese translation updated
  • Russian translation updated

What's Changed

Full Changelog: v3.0.1...v3.0.2

3.0.1

16 May 16:10
6ccdd48
Compare
Choose a tag to compare

[3.0.1] - 2024-05-16

Change

  • Translations updated

Git History

Full Changelog: v3.0.0...v3.0.1

3.0.0

16 Mar 10:33
cbafebc
Compare
Choose a tag to compare

[3.0.0] - 2024-03-16

Note

This version needs at least Alliance Auth v4.0.0!

Please make sure to update your Alliance Auth instance before
you install this version, otherwise, an update to Alliance Auth will
be pulled in unsupervised.

Added

  • Compatibility to Alliance Auth v4
    • Bootstrap 5
    • Django 4.2
  • Show the main character first on the dashboard page

Fixed

  • Some issues with the translations in the Python code
  • Issues with translations in the Django admin backend
  • Stats graph appearance
  • A bug where the previous or next month number wasn't calculated correctly in the statistics detail view
  • A bug where the next month button in the statistics detail view was not displayed correctly
  • A potential performance issue with an ajax call in the dashboard view (thx to @pvyParts)

Changed

  • JS modernized
  • CSS modernized
  • Templates changed to Bootstrap 5

Removed

  • Support for Alliance Auth 3

Git History

New Contributors

Full Changelog: v2.13.0...v3.0.0

3.0.0-beta.3

05 Mar 15:24
277b9b5
Compare
Choose a tag to compare
3.0.0-beta.3 Pre-release
Pre-release

[3.0.0-beta.3] - 2024-03-05

Note

This version needs at least Alliance Auth v4.0.0b2!

Please make sure to update your Alliance Auth instance before
you install this version, otherwise, an update to Alliance Auth will
be pulled in unsupervised.

Fixed

  • A potential performance issue with an ajax call in the dashboard view (thx to @pvyParts)

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