- Form for "Manual FAT" is temporarily deactivated since CCP just announced that the `/search` ESI endpoint will be removed tomorrow (probably during downtime) for good, which was used for this feature. Alternatives that would make this feature work as it was until now are currently unavailable. Say "Thank You CCP" ...
2.9.1
Added
- Data migration from ImicusFAT: Workaround for ImicusFAT bug [!43](https://gitlab.com/evictus.iou/allianceauth-imicusfat/-/issues/43) added. It is not a work of art but should mitigate the issue. Thanks to pvyParts for the idea.
2.9.0
Changed
- Use bundled JS provided by AA - Minimum Requirement - Alliance Auth >= 2.14.0
Removed
- Unused JavaScript
2.8.6
Fixed
- Apparently, I did it wrong and `get_or_create` was throwing errors. Should be fixed now
2.8.5
Fixed
- Another attempt to fix the Duplicate Key Error that still happens from time to time. This is - to my analysis - because ESI is not fast enough to handle all the calls between the task runs. So we let Django handle it now, hopefully.
2.8.4
Fixed
- Duplicate Key error by moving check if character exists to `process_character` function instead of `process_fats` function