Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Section Order:
### Removed
-->

## [3.0.1] - 28.05.2026

### Fixed

- Import Error for Exception

## [3.0.0] - 2026-05-09

> [!IMPORTANT]
Expand Down Expand Up @@ -544,4 +550,5 @@ As of August 2025 zKB redis has changed their request limitations [see here](htt
[2.0.5]: https://github.com/Geuthur/aa-killstats/compare/v2.0.4...v2.0.5 "2.0.5"
[2.0.6]: https://github.com/Geuthur/aa-killstats/compare/v2.0.5...v2.0.6 "2.0.6"
[3.0.0]: https://github.com/Geuthur/aa-killstats/compare/v2.0.6...v3.0.0 "3.0.0"
[in development]: https://github.com/Geuthur/aa-killstats/compare/v3.0.0...HEAD "In Development"
[3.0.1]: https://github.com/Geuthur/aa-killstats/compare/v3.0.0...v3.0.1 "3.0.1"
[in development]: https://github.com/Geuthur/aa-killstats/compare/v3.0.1...HEAD "In Development"
2 changes: 1 addition & 1 deletion killstats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Initialize the app"""

__version__ = "3.0.0"
__version__ = "3.0.1"
__title__ = "Killstats"

__package_name__ = "aa-killstats"
Expand Down
10 changes: 5 additions & 5 deletions killstats/locale/django.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: AA Killstats \n"
"Report-Msgid-Bugs-To: https://github.com/Geuthur/aa-killstats/issues\n"
"POT-Creation-Date: 2026-05-09 11:06+0200\n"
"POT-Creation-Date: 2026-05-28 16:59+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -167,24 +167,24 @@ msgstr ""
msgid "No data found..."
msgstr ""

#: killstats/views.py:151
#: killstats/views.py:150
#, python-brace-format
msgid "{alliance_name} successfully added/updated to Killstats"
msgstr ""

#: killstats/views.py:155
#: killstats/views.py:154
#, python-brace-format
msgid "Failed to fetch Alliance data for {alliance_name}"
msgstr ""

#: killstats/views.py:211
#: killstats/views.py:215
#, python-brace-format
msgid ""
"Killmail {killmail_id} already exists. Please check the killmail ID and try "
"again."
msgstr ""

#: killstats/views.py:226
#: killstats/views.py:230
#, python-brace-format
msgid "Killmail {killmail_id} has been added to Killstats."
msgstr ""
Loading