Skip to content

Releases: ppfeufer/aa-srp

1.17.1

13 Apr 21:08
7af94c3
Compare
Choose a tag to compare

[1.17.1] - 2023-04-13

Changed

  • German translation updated

Git History

Full Changelog: v1.17.0...v1.17.1

1.17.0

06 Mar 10:45
28199ce
Compare
Choose a tag to compare

[1.17.0] - 2023-03-06

Added

  • Fleet type to SRP links (optional) (#83)
  • SRP details to SRP request form (#84)

Git History

Full Changelog: v1.16.4...v1.17.0

1.16.4

26 Nov 11:15
0bc713e
Compare
Choose a tag to compare

[1.16.4] - 2022-11-26

Fixed

  • Alliance Character view their SRP request detail error (#81)

Added

  • SRP link name to request form

Changed

  • Optimized code to check if SRP link exists when requesting SRP

Git History

Full Changelog: v1.16.3...v1.16.4

1.16.3

23 Sep 14:07
c0af947
Compare
Choose a tag to compare

[1.16.3] - 2022-09-23

Added

  • aasrp_load_eve can run without user interaction with the --no-input or --noinput argument

Changed

  • Made request detail modals a bit larger

Git History

Full Changelog: v1.16.2...v1.16.3

1.16.2

15 Sep 19:59
b3ba50d
Compare
Choose a tag to compare

[1.16.2] - 2022-09-15

Fixed

  • User settings are now fetched for the right user (Or in other words, we hopefully notify the right user now)

Git History

Full Changelog: v1.16.1...v1.16.2

1.16.1

06 Aug 17:37
8488c4f
Compare
Choose a tag to compare

[1.16.1] - 2022-08-06

Update Information

This release includes all changes from 1.16.0 (YANKED) as well as the following:

If you already installed v1.16.0 and successfully ran migrations, please run the following command before updating to this version.

python manage.py migrate aasrp 0006

This will re-set your migrations to the state of v1.15.2, and you can update as you would normally do from here.

If you haven't installed v1.16.0 yet, you can just update as usual.

Fixed

  • Migration error for MySQL8 (django.db.utils.OperationalError: (1292, "Incorrect datetime value: '0000-00-00 00:00:00' for column 'comment_time' at row 1"))
    Thanks to Rhaven (on AA support Discord) for reporting and testing this

Removed

  • Python 3.11 from tests. AA is not tested yet with it, and it's not even stable at the moment.

Git History

Full Changelog: v1.16.0...v1.16.1

1.16.0 [YANKED]

04 Aug 22:12
99eb201
Compare
Choose a tag to compare

[1.16.0] - 2022-08-04

This release has been yanked from Pypi due to a migration error on systems with mySQL8

Added

  • Comment field for accepting SRP requests. This is optional when pending requests
    are accepted, but mandatory when formerly rejected requests are accepted to
    state a reason.
  • Request history to request information window

Changed

  • RGB notations in CSS files modernised
  • Bottom border colour for changeable payout value for SRP requests that have been
    rejected. Now it's not that prominent anymore and doesn't look like a pending SRP
    request
  • Modal window handling improved
  • JS and CSS moved to bundled HTML templates
  • Minimum requirements
    • allianceauth>=2.15.1
    • allianceauth-app-utils>=1.14.0
    • django-eveuniverse>=0.16.3

Removed

  • Unused JavaScript
  • Deprecated type attribute from script tags
  • Deprecated type attribute from style tags
  • Tests for non-stable version of Alliance Auth

Git History

Full Changelog: v1.15.2...v1.16.0

1.15.2

21 Jul 12:54
9336812
Compare
Choose a tag to compare

[1.15.2] - 2022-07-21

Added

  • Tooltip to make it a bit more obvious that SRP payout values can be changed (#72)

    Tooltip: Change SRP Payout Amount

Changed

  • Moved SRP recalculation to its own function
  • Highlight colour for SRP amount changed

Git History

Full Changelog: v1.15.1...v1.15.2

1.15.1

11 Jul 13:28
27fdde6
Compare
Choose a tag to compare

[1.15.1] - 2022-07-11

Fixed

  • JS order in template

1.15.0

11 Jul 08:06
a77f058
Compare
Choose a tag to compare

[1.15.0] - 2022-07-11

Fixed

  • Removed a sneaky ' in a modal template

Changed

  • Switched to the new notification API
  • Using bundled filterDropDown JavaScript
  • Ajax render template moved to a more logical place
  • x-editable lib moved to a bundled template
  • x-editable lib updated to v1.5.3

Removed

  • Unnecessary {% load static %} statements from templates
  • Unnecessary {% load humanize %} statements from templates
  • Unused JavaScripts and CSS

Git History

Full Changelog: v1.14.0...v1.15.0