Skip to content

Releases: ppfeufer/aa-fleetpings

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

2.3.0-alpha.2

12 Oct 08:51
76aa929
Compare
Choose a tag to compare
2.3.0-alpha.2 Pre-release
Pre-release

Important!

This is an ALPHA version for testing only!

To test this version, you need Alliance Auth v2.8.0a2, since this version uses the bundled clipboard.js that has been included in AA 2.8.0a2.

Do not use any of these alpha version in your live environment, since they can break stuff.

Added

  • 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

Removed

  • Unused JavaScript libraries

How to install this test version

pip install aa-fleetpings=2.3.0a2

python manage.py collectstatic
python manage.py migrate

Restart your supervisor

Roll back in case something goes south

pip install aa-fleetpings=2.2.2

python manage.py collectstatic
python manage.py migrate fleetpings 0006_fleetdoctrine_restricted_to_group

Restart your supervisor

2.3.0a1

03 Oct 19:58
37f61d1
Compare
Choose a tag to compare
2.3.0a1 Pre-release
Pre-release

Important!

This is an ALPHA version for testing only!

To test this version, you need Alliance Auth v2.8.0a2, since this version uses the bundled clipboard.js that has been included in AA 2.8.0a2.

Do not use any of these alpha version in your live environment, since they can break stuff.

Fixed

  • mySQL text fields can't have default values

Added

  • Filter to the admin backend
  • More checks for Discord. Now checking if the Discord Service s actually activated and setup properly

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 from templates

How to install this test version

pip install aa-fleetpings=2.3.0a1

python manage.py collectstatic
python manage.py migrate

Restart your supervisor

Roll back in case something goes south

pip install aa-fleetpings=2.2.2

python manage.py collectstatic
python manage.py migrate fleetpings 0006_fleetdoctrine_restricted_to_group

Restart your supervisor

v2.2.2

23 Sep 15:15
b76ece7
Compare
Choose a tag to compare

[2.2.2] - 2020-09-23

Added

  • Django 3 stuff in setup.py, Should probably be in there as well ...

How to update

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

Restart supervisor

2.2.1

23 Sep 14:50
3e962be
Compare
Choose a tag to compare

[2.2.1] - 2020-09-23

Checked

  • Compatibility with the upcoming changes in Alliance Auth v2.8.0 (Django 3)

Changed

  • Fleet type embed color is now a color picker in admin backend

How to update

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

Restart supervisor

2.2.0

17 Sep 16:55
e1b19b2
Compare
Choose a tag to compare

[2.2.0] - 2020-09-17

Added

How to update

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

Restart supervisor

2.1.0

16 Sep 19:04
1945fa0
Compare
Choose a tag to compare

[2.1.0] - 2020-09-16

Added

  • Restrictions to fleet types
  • Restrictions to doctrines

How to update

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

Restart supervisor