Skip to content

Releases: ppfeufer/aa-srp

2.7.3

09 Apr 03:57
ca80d3b
Compare
Choose a tag to compare

[2.7.3] - 2025-04-09

Fixed

  • Ensure string is properly translated

What's Changed

  • [FIX] Ensure string is properly translated by @ppfeufer in #297
  • Translations update from Weblate (ppfeufer) by @ppfeufer in #298

Full Changelog: v2.7.2...v2.7.3

2.7.2

09 Apr 03:28
65afe9a
Compare
Choose a tag to compare

[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

Full Changelog: v2.7.1...v2.7.2

2.7.1

07 Apr 07:40
a66f632
Compare
Choose a tag to compare

[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

30 Mar 23:47
e63c330
Compare
Choose a tag to compare

[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

Full Changelog: v2.6.1...v2.7.0

2.6.1

08 Mar 16:06
5713952
Compare
Choose a tag to compare

[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

Full Changelog: v2.6.0...v2.6.1

2.6.0

02 Feb 13:31
6d8de84
Compare
Choose a tag to compare

[2.6.0] - 2025-02-02

Changed

  • Use django-sri for sri hashes
  • Minimum requirements
    • Alliance Auth >= 4.6.0

What's Changed

Full Changelog: v2.5.5...v2.6.0

2.5.5

13 Jan 14:10
e5b3bed
Compare
Choose a tag to compare

[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

Full Changelog: v2.5.4...v2.5.5

2.5.4

14 Dec 18:03
544e04b
Compare
Choose a tag to compare

[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

05 Dec 13:47
1474876
Compare
Choose a tag to compare

[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

05 Dec 13:35
8010380
Compare
Choose a tag to compare

[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

Full Changelog: v2.5.1...v2.5.2