- Use Django's native message system instead of forcing our own - Translations improved - Task code cleaned up - Error tracking for ESI fleets moved to the DB instead of being cached by Redis, as Redis was too unreliable and there was a good chance the task stopped working properly.
1.2.0
Changed
- Moved the build process to PEP 621 / pyproject.toml
1.1.0
Added
- Russian translation
1.0.0
Added
- German translation
1.0.0beta.1
Changed
- Migrations reset
0.1.0alpha.20
Fixed
- UTF-8 characters in log message
Removed
- Auto retry for ESI and OS errors in tasks, since django-esi already retries all relevant errors