Releases: ppfeufer/aa-srp
Releases · ppfeufer/aa-srp
1.17.1
1.17.0
1.16.4
[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
1.16.2
1.16.1
[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
- [FEATURE] Comment form on request accept by @ppfeufer in #74
- [FIX] MySQL8 migration error by @ppfeufer in #76
- Next Release - v1.16.1 by @ppfeufer in #77
Full Changelog: v1.16.0...v1.16.1
1.16.0 [YANKED]
[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 fromscript
tags - Deprecated
type
attribute fromstyle
tags - Tests for non-stable version of Alliance Auth
Git History
Full Changelog: v1.15.2...v1.16.0
1.15.2
[1.15.2] - 2022-07-21
Added
-
Tooltip to make it a bit more obvious that SRP payout values can be changed (#72)
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
1.15.0
[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 templatex-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