Skip to content

Releases: ppfeufer/aa-fleetpings

2.5.3

05 May 12:17
29d53ae
Compare
Choose a tag to compare

[2.5.3] - 2021-05-05

Fixed

  • Interference with Discord service migrations in case the Discord service is activated after this app is installed.

How to update

pip install -U aa-fleetpings
python manage.py collectstatic
python manage.py migrate

Restart supervisor

2.5.2

19 Jan 17:47
fc4eebe
Compare
Choose a tag to compare

[2.5.2] - 2021-01-19

Added

  • Permission checks for "Create SRP Link" checkbox, so only FC's who have the
    permission to actually add SRP links can use this feature (#46)

Fixed

  • Creating multiple SRP links with the same SRP code.

How to update

pip install -U aa-fleetpings
python manage.py collectstatic
python manage.py migrate

Restart supervisor

2.5.1

17 Jan 18:57
ad7bf87
Compare
Choose a tag to compare

[2.5.1] - 2021-01-17

Changed

  • Set input field for formup time to autocomplete="off" so you don't have to fiddle
    around to use the datetime picker anymore

Fixed

  • An issue where additionally configured ping targets wouldn't show up in the
    dropdown (closes #44)

How to update

pip install -U aa-fleetpings
python manage.py collectstatic
python manage.py migrate

Restart supervisor

2.5.0

12 Jan 08:07
f88455e
Compare
Choose a tag to compare

[2.5.0] - 2021-01-12

Added

  • Checkbox to create SRP link when SRP is active for a fleet and formup time is set
    to "NOW". Supported SRP Modules:
    • allianceauth.srp (that's the built-in module)
    • aasrp
  • Colored box in the admin fleet type overview to represent the embed color

Changed

  • Giving the ajax call a proper name

Removed

  • Django 2 support

How to update

pip install -U aa-fleetpings
python manage.py collectstatic
python manage.py migrate

Restart supervisor

2.4.4

16 Dec 17:19
1a35eb2
Compare
Choose a tag to compare

[2.4.4] - 2020-12-16

Fixed

  • Bootstrap classes in template

How to update

pip install -U aa-fleetpings
python manage.py collectstatic
python manage.py migrate

Restart supervisor

2.4.3

10 Dec 17:53
21fee9d
Compare
Choose a tag to compare

[2.4.3] - 2020-12-10

Fixed

  • An issue with quotes in the doctrines field (#38)

How to update

pip install -U aa-fleetpings
python manage.py collectstatic
python manage.py migrate

Restart supervisor

2.4.2

07 Nov 23:40
dfe7553
Compare
Choose a tag to compare

[2.4.2] - 2020-11-08

Fixed

  • Create optimer is visible even if optimer is not active (#35)

How to update

pip install -U aa-fleetpings
python manage.py collectstatic
python manage.py migrate

Restart supervisor

2.4.1

05 Nov 22:11
b6e75a3
Compare
Choose a tag to compare

[2.4.1] - 2020-11-05

Added

  • "Don't Ping" option to ping targets

How to update

pip install -U aa-fleetpings
python manage.py collectstatic
python manage.py migrate

Restart supervisor

2.4.0

26 Oct 14:28
aa471de
Compare
Choose a tag to compare

[2.4.0] - 2020-10-26

Added

  • Checkbox to automatically create an fleet operations timer for a pre ping

How to update

pip install -U aa-fleetpings
python manage.py collectstatic
python manage.py migrate

Restart supervisor

2.3.0

23 Oct 23:24
e6d4849
Compare
Choose a tag to compare

[2.3.0] - 2020-10-14

Important!

Before updating to this version, make sure you have your Alliance Auth updated to version 2.8.0 (or newer).
This version of AA Fleetpings uses a JavaScript library that is introduced in Alliance Auth 2.8.0,
so have your Auth updated before installing this version.

Fixed

  • mySQL text fields can't have default values
  • Parameters differ from overridden method warning

Added

  • Filter to the admin backend
  • More checks for Discord. Now checking if the Discord Service s actually activated and setup properly
  • Compatibility to AA Timezones (v1.2.1) new link style
  • Backwards compatibility to versions of AA Timezones before 1.2.1, so the old link style is still generated when using an older version

Changed

  • Use clipboard.js bundled with Alliance Auth
  • Minimum required Alliance Auth version set to 2.8.0 due to us using clipboard.js bundled with Alliance Auth
  • Unused lib removed

How to update

pip install -U aa-fleetpings
python manage.py collectstatic
python manage.py migrate

Restart supervisor