> \[!NOTE\]
>
> 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:
bash
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 your 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 JavaScript
From the discontinued AA Discord Ping Formatter (to keep the history alive)