Releases: ppfeufer/aa-srp
Releases · ppfeufer/aa-srp
2.7.3
2.7.2
[2.7.2] - 2025-04-09
Added
- Copy to clipboard icon for SRP code in the SRP requests overview
Fixed
- Don't try to translate Discord messages, it's not working
Changed
- Request accepted/denied notification format unified
- Larger images in info modals
- Top navigation templates modularized
- Ajax calls logic refactored
- Managers refactored
Removed
- Nav icons from desktop nav, as they should only be visible on mobile devices
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #282
- [npm] Bump the npm-dependencies group across 1 directory with 3 updates by @dependabot in #283
- [CHANGE] Ajax calls logic refactored by @ppfeufer in #284
- [ADD] Missing translation by @ppfeufer in #286
- [FIX] Don't try to translate Discord messages by @ppfeufer in #287
- [REMOVE Nav icons from desktop nav by @ppfeufer in https://github.com//pull/288
- [CHANGE] Top navigation templates modularized by @ppfeufer in #289
- [CHANGE] Larger images in info modals by @ppfeufer in #290
- [FIX] Button title not displayed properly by @ppfeufer in #291
- [CHANGE] Managers refactored by @ppfeufer in #292
- [CHANGE] Request accepted/denied notification format unified by @ppfeufer in #293
- [ADD] Copy to clipboard icon for SRP code in the SRP requests overview by @ppfeufer in #294
- [MISC] Update images by @ppfeufer in #295
- [FIX] Button padding in top nav by @ppfeufer in #296
- Translations update from Weblate (ppfeufer) by @ppfeufer in #285
Full Changelog: v2.7.1...v2.7.2
2.7.1
[2.7.1] - 2025-04-07
Changed
- General code improvements
- Top navigations improved
- JavaScript rendering reduced, let Python do the heavy lifting
- Copy to Clipboard icon moved to Django template
What's Changed
- [CHANGE] Copy to Clipboard icon moved to Django template by @ppfeufer in #275
- [FIX] Missing currency re-added by @ppfeufer in #277
- [CHANGE] JavaScript rendering reduced, let Python do the heavy lifting by @ppfeufer in #278
- [CHANGE] Top navigations improved by @ppfeufer in #281
- [CHANGE] General code improvements by @ppfeufer in #279
- Translations update from Weblate (ppfeufer) by @ppfeufer in #276
Full Changelog: v2.7.0...v2.7.1
2.7.0
[2.7.0] - 2025-03-31
Added
- Copy to clipboard buttons for request code and SRP payout (#266)
Changed
- Datatables render callbacks unified
- Use framework CSS classes (Bootstrap and AA Framework) instead of custom CSS
Removed
- Unused code
What's Changed
- [CHANGE] Use framework CSS classes by @ppfeufer in #268
- [REMOVE] Unused code by @ppfeufer in #269
- [MISC] Updated parameter for
uglifyjs
by @ppfeufer in #270 - [FIX] Missing
display
class by @ppfeufer in #271 - [ADD] Copy to clipboard buttons for request code and SRP payout (#266) by @ppfeufer in #272
- [CHANGE] Datatables render callbacks unified by @ppfeufer in #273
- [ADD] Python function for copy-to-clipboard icon by @ppfeufer in #274
- Translations update from Weblate (ppfeufer) by @ppfeufer in #264
Full Changelog: v2.6.1...v2.7.0
2.6.1
[2.6.1] - 2025-03-08
Changed
- Improve JavaScript number formatting
- Templatetag code improved
- Rewrite user agent
- Improve Datatables localization
- Translations updated
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #255
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #258
- [npm] Bump the npm-dependencies group with 3 updates by @dependabot in #257
- [CHANGE] Improve Datatables localization by @ppfeufer in #259
- [CHANGE] Rewrite user agent by @ppfeufer in #260
- [CHANGE] Use an Enum for color mapping by @ppfeufer in #261
- [CHANGE] Templatetag code improved by @ppfeufer in #262
- [CHANGE] Improve JavaScript number formatting by @ppfeufer in #263
- Translations update from Weblate (ppfeufer) by @ppfeufer in #256
Full Changelog: v2.6.0...v2.6.1
2.6.0
[2.6.0] - 2025-02-02
Changed
- Use
django-sri
for sri hashes - Minimum requirements
- Alliance Auth >= 4.6.0
What's Changed
- [CHANGE] Update test settings by @ppfeufer in #252
- [npm] Bump the npm-dependencies group with 3 updates by @dependabot in #253
- [CHANGE] Use
django-sri
for sri hashes by @ppfeufer in #254 - Translations update from Weblate (ppfeufer) by @ppfeufer in #251
Full Changelog: v2.5.5...v2.6.0
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