Skip to content

Releases: ppfeufer/aa-fleetpings

2.0.0

15 Sep 18:09
32ddf28
Compare
Choose a tag to compare

[2.0.0] - 2020-09-15

This is the official re-brand of AA Discord Ping Formatter, since the original name didn't fit anymore with
the new features, like automatic pings and now the new Slack implementation.

If you were testing one of the alpha versions of AA Discord Ping Formatter, make sure to migrate
discordpingformatter zero and deactivate the old app in your local.py before activating this one.
They will not run side by side.

This is how you do it:

python manage.py migrate discordpingformatter zero

Now remove the 'discordpingformatter', line and add 'fleetpings', instead.

Once done, run collectstatic and migrations again. You now have to re-do your settings in the admin
backend, since we just nuked them from the old app.

Added

  • Support for pings to Slack. If you're using Slack, simply add AA_FLEETPINGS_USE_SLACK = True to your local.py

Changed

  • !! breaking change !! Settings are no longer in your local.py. You find them now in your admin backend. Which means. after installing this version, you have to re-do you setting in the admin backend of Auth. But trust me, it's worth the effort.
  • Minimum AA version set to 2.7.4 since we use a feature that was introduced in this version. So make sure to update your Alliance Auth before testing this app.

Fixed

  • Several logic errors in the JavaScript

2.0.0a5

14 Sep 17:35
0893684
Compare
Choose a tag to compare
2.0.0a5 Pre-release
Pre-release

[2.0.0a5] - 2020-09-14

Changed / New

This is the official re-brand of AA Discord Ping Formatter, since the original name didn't fit anymore with
the new features, like automatic pings and now the new Slack implementation.

If you were testing the other alpha version of AA Discord Ping Formatter, make sure to migrate
discordpingformatter zero and deactivate the old app in your local.py before activating this one.
They will not run side by side.

This is how you do it:

python manage.py migrate discordpingformatter zero

Now remove the 'discordpingformatter', line and add 'fleetpings', instead.

Once done, run collectstatic and migrations again. You now have to re-do your settings in the admin
backend, since we just nuked them from the old app.

To test this version

!! Make absolutely sure to update your Alliance Auth before testing this version. You need to have at least Alliance Auth v2.7.4 !!

Update

pip install aa-fleetpings==2.0.0a5

python manage.py collectstatic
python manage.py migrate

Do not remove this modules settings from your local.py yet. This version doesn't use them, but in case you have to roll back you will be happy to still have them.

Rollback

Since there is no previous version you can roll back to, you have to remove it.

python manage.py migrate fleetpings zero

and remove it from your local.py