Skip to content

Commit

Permalink
[RELEASE] v2.5.3
Browse files Browse the repository at this point in the history
## [2.5.3] - 2025-01-13

### Added

- Integrity hashes for static CSS and JS files

### Fixed

- Escaping translation strings to fix potential issues with French and Italian translations
- Search field positioning in the DataTables
- Sticky behaviour in fleet composition details tables

### Changed

- Set user agent according to MDN guidelines
- Better JS options merge
  • Loading branch information
ppfeufer committed Jan 13, 2025
1 parent 4222e38 commit b2c44fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Section Order:
### Security
-->

## [2.5.3] - 2025-01-13

### Added

- Integrity hashes for static CSS and JS files
Expand Down
2 changes: 1 addition & 1 deletion aa_intel_tool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# Django
from django.utils.translation import gettext_lazy as _

__version__ = "2.5.2"
__version__ = "2.5.3"
__title__ = _("Intel Parser")
4 changes: 2 additions & 2 deletions aa_intel_tool/locale/django.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: AA Intel Tool 2.5.2\n"
"Project-Id-Version: AA Intel Tool 2.5.3\n"
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
"POT-Creation-Date: 2025-01-13 15:13+0100\n"
"POT-Creation-Date: 2025-01-13 15:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down

0 comments on commit b2c44fb

Please sign in to comment.