Releases: ppfeufer/aa-srp
Releases · ppfeufer/aa-srp
2.5.5
[2.5.5] - 2025-01-13
Fixed
- Escaping translation strings to fix potential issues with French and Italian translations
Changed
- Set user agent according to MDN guidelines
What's Changed
- [CHANGE] Set user agent according to MDN guidelines by @ppfeufer in #245
- Translations update from Weblate (ppfeufer) by @ppfeufer in #246
- [npm] Bump the npm-dependencies group with 3 updates by @dependabot in #247
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #248
- Translations update from Weblate (ppfeufer) by @ppfeufer in #249
- [FIX] Translation string escape by @ppfeufer in #250
Full Changelog: v2.5.4...v2.5.5
2.5.4
[2.5.4] - 2024-12-14
Added
- Python 3.13 to the test matrix
Changed
- Translations updated
What's Changed
- Translations update from Weblate (ppfeufer) by @ppfeufer in #242
- Translations update from Weblate (ppfeufer) by @ppfeufer in #243
- Translations update from Weblate (ppfeufer) by @ppfeufer in #244
Full Changelog: v2.5.3...v2.5.4
2.5.3
[2.5.3] - 2024-12-05
Changed
- Discord Proxy settings are now also applied to DM messages, missed that one in the last release …
Full Changelog: v2.5.2...v2.5.3
2.5.2
[2.5.2] - 2024-12-05
Added
- Proper JS settings override
- Optional settings for Discord Proxy. Comes in handy when used in a Docker environment. (#240)
Changed
- Localized numeric values
- Some inline JS improvements
What's Changed
- [CHANGE] Localized numeric values by @ppfeufer in #230
- [CHANGE] Some inline JS improvements by @ppfeufer in #231
- [CHANGE] Use
singleton_instance_id
for singleton tests by @ppfeufer in #232 - [ADD] Some more tests by @ppfeufer in #233
- [MISC] Update repo configs by @ppfeufer in #234
- [ADD] Proper JS settings override by @ppfeufer in #235
- Translations update from Weblate (ppfeufer) by @ppfeufer in #236
- [npm] Bump the npm-dependencies group with 2 updates by @dependabot in #238
- [github-actions] Bump codecov/codecov-action from 4 to 5 by @dependabot in #237
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #239
- [ADD] Optional settings for Discord Proxy (#240) by @ppfeufer in #241
Full Changelog: v2.5.1...v2.5.2
2.5.1
[2.5.1] - 2024-11-11
Changed
- Switch forms to
ModelForm
where possible - Translations improved
What's Changed
- Translations update from Weblate (ppfeufer) by @ppfeufer in #223
- [npm] Bump the npm-dependencies group across 1 directory with 2 updates by @dependabot in #224
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #225
- [npm] Bump the npm-dependencies group with 3 updates by @dependabot in #226
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #227
- Translations update from Weblate (ppfeufer) by @ppfeufer in #228
- [CHANGE] Improve forms code by @ppfeufer in #229
Full Changelog: v2.5.0...v2.5.1
2.5.0
[2.5.0] - 2024-09-19
Changed
- Switch to
django-solo
to provide the singleton for the settings model, instead of the custom implementation
What's Changed
Full Changelog: v2.4.0...v2.5.0
2.4.0
[2.4.0] - 2024-09-16
Added
- EVE-KILL to the list of valid killboards for posting kill mails in SRP requests
Changed
- Dependencies updated
allianceauth
>=4.3.1
- French translation improved
- German translation improved
- Korean translation improved
- Russian translation improved
- Lingua codes updated to match Alliance Auth v4.3.1
What's Changed
- [ADD] EVE-KILL to the list of valid killboards for SRP requests by @ppfeufer in #214
- Translations update from Weblate (ppfeufer) by @ppfeufer in #215
- [CHANGE] Images for Weblate updated by @ppfeufer in #216
- [CHANGE] Update readme images by @ppfeufer in #217
- Translations update from Weblate (ppfeufer) by @ppfeufer in #218
- [npm] Bump the npm-dependencies group with 2 updates by @dependabot in #219
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #220
Full Changelog: v2.3.1...v2.4.0
2.3.1
[2.3.1] - 2024-08-11
Added
- Prepared Czech translation for when Alliance Auth supports it
Fixed
- Request form being sent multiple times when clicked multiple times
Changed
- French translation updated
- German translation updated
- Japanese translation updated
What's Changed
- [npm] Bump the npm-dependencies group with 2 updates by @dependabot in #209
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #210
- [FIX] Request form being sent multiple time when clicked multiple times by @ppfeufer in #212
- Translations update from Weblate (ppfeufer) by @ppfeufer in #211
- Translations update from Weblate (ppfeufer) by @ppfeufer in #213
Full Changelog: v2.3.0...v2.3.1
2.3.0
[2.3.0] - 2024-07-30
Added
- Bootstrap tooltips
Changed
- "View all/active" button now is only shown when in the SRP links view
- Chinese translation updated
- French translation updated
- Japanese translation updated
- Korean translation updated
What's Changed
- [CHANGE] Show "View all/active" button only in SRP links view by @ppfeufer in #198
- [CHANGE] Modularize Makefile by @ppfeufer in #199
- Translations update from Weblate (ppfeufer) by @ppfeufer in #200
- Translations update from Weblate (ppfeufer) by @ppfeufer in #201
- [npm] Bump the npm-dependencies group with 2 updates by @dependabot in #202
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #203
- Images for Weblate by @ppfeufer in #204
- [ADD] Bootstrap tooltips by @ppfeufer in #205
- Translations update from Weblate (ppfeufer) by @ppfeufer in #206
- [CHANGE] Update GH workflow and test suite by @ppfeufer in #208
- Translations update from Weblate (ppfeufer) by @ppfeufer in #207
Full Changelog: v2.2.0...v2.3.0
2.2.0
[2.2.0] - 2024-06-18
Fixed
- SRP payout not editable in translated views
Removed
- Support for Python 3.8 and Python 3.9
What's Changed
- [REMOVE] Support for Python 3.8 and Python 3.9 by @ppfeufer in #196
- [FIX] SRP payout not editable in translated views by @ppfeufer in #197
Full Changelog: v2.1.1...v2.2.0