Releases: ppfeufer/aa-fleetpings
Releases · ppfeufer/aa-fleetpings
2.5.3
[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
[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
[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
[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
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
[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