Skip to content

Releases: ppfeufer/allianceauth-afat

2.2.7

02 Aug 16:33
1d8ed81
Compare
Choose a tag to compare

[2.2.7] - 2021-08-02

Fixed

  • Only show characters with FATs in statistics overview
  • Sort by month in statistics overview
  • Expected parentheses around arrow function argument

2.2.6

15 Jul 20:11
b109dee
Compare
Choose a tag to compare

[2.2.6] - 2021-07-15

Fixed

  • Prevent double submit of forms, to stop multiple manual FAT links from being
    created if someone double-clicks (or more) on the "Create Link" button

2.2.5

12 Jul 10:34
094ce6d
Compare
Choose a tag to compare

[2.2.5] - 2021-07-12

Fixed

  • Next and current month buttons in corp stats

2.2.4

12 Jul 06:29
e65a58e
Compare
Choose a tag to compare

[2.2.4] - 2021-07-12

Fixed

  • Error 500 due to non existent EveCorporationInfo objects

2.2.3

08 Jul 08:37
3ad375a
Compare
Choose a tag to compare

[2.2.3] - 2021-07-08

Added

  • Checked for compatibility with Python 3.9 and Django 3.2

2.2.2

20 Jun 12:44
49e99b2
Compare
Choose a tag to compare

[2.2.2] - 2021-06-20

Changed

  • Admin views are now searchable
  • Manual log removed from admin view. This should be migrated by now to the new combined log. If you haven't done so yet, see update instructions for v2.0.0 please

2.2.1

17 Jun 11:20
103ba88
Compare
Choose a tag to compare

[2.2.1] - 2021-06-17

Changed

  • JS modernized
  • FAT link hash creation, to ensure the hash is definitely unique (Not that it wasn't before, but now it is enforced via its DB table field)

2.2.0

11 May 11:45
73999ea
Compare
Choose a tag to compare

[2.2.0] - 2021-05-11

Fixed

  • Using Django application registry instead of directly accessing INSTALLED_APPS
  • Using Django messages API (#86)

Added

Changed

  • Time period (year and month select) templates refactored
  • FAT link hashes in log are now linked to their respective FAT link details, as
    long as the FAT link is not deleted yet (Thanks to @ErikKalkoken to let me know
    how to do so without firing potentially hundreds of queries against the database)
  • Reduced load time for all pages incl. admin site (Thanks @ErikKalkoken)

2.1.1

30 Apr 10:12
2e9cffa
Compare
Choose a tag to compare

[2.1.1] - 2021-04-30

Added

  • Button to close your own ESI fleet to more view. It is now available on the
    Dashboard, in the FAT link list and in the FAT link details view as well. You can
    only close your own ESI fleets.

Changed

  • Manual FAT function limited. It is only available when the FAT link has been
    created within the last 24 hours and has not been re-opened.
  • Message templates refactored to make them more maintainable

⚠️ Important ⚠️

If you haven't updated to the v2 version yet, do so first and do not go straight to
this version. Read the update instructions for v2.0.0 please
please.

2.1.0

22 Apr 21:23
1544211
Compare
Choose a tag to compare

[2.1.0] - 2021-04-22

Changed

  • Ability to manually add pilots to FAT link has been disabled for ESI tracked FAT
    links. The reason for this is pretty simple. Since an ESI tracked FAT link is
    continuously tracking the fleet via ESI, all pilot who have been in said fleet are
    added automatically. If someone hasn't been added, said someone wasn't in the fleet.

⚠️ Important ⚠️

If you haven't updated to the v2 version yet, do so first and do not go straight to
this version. Read the update instructions for v2.0.0 please
please.