Skip to content

Commit

Permalink
[MISC] Dependencies and changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Jan 18, 2024
1 parent d113404 commit 34179df
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 12 deletions.
47 changes: 37 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,38 @@ Section Order:
### Security
-->

> \[!NOTE\]
>
> **This version needs at least Alliance Auth v4.0.0!**
>
> Please make sure to update your Alliance Auth instance before
> you install this version, otherwise an update to Alliance Auth will
> be pulled in unsupervised.
### Added

- Compatibility with AAv4
- Tests for Python 3.12 (Still allowed to fail)

### Changed

- Minimum requirements
- allianceauth>=4.0.0
- allianceauth-app-utils>=1.25
- django-eveuniverse>=1.5.4
- Updated translations
- Updated test suite
- General code cleanup and modernization

### Removed

- Compatibility with AAv3

## \[1.21.0\] - 2023-12-20

### Added

- Setting for loss value source \[#153\]
- Setting for the loss value source \[#153\]

### Fixed

Expand Down Expand Up @@ -141,7 +168,7 @@ If you by any chance installed
you have to reset the migrations **before** updating to this version. This release contains
multiple migrations from the development process that have been combined.

To reset the migration from the Alpha version, simply run:
To reset the migration from the Alpha version, run:

```shell
python manage.py migrate aasrp 0009
Expand Down Expand Up @@ -320,8 +347,8 @@ mySQL8**

### Changed

- RGB notations in CSS files modernised
- Bottom border colour for changeable payout value for SRP requests that'd been
- RGB notations in CSS files modernized
- Bottom border color for changeable payout value for SRP requests that'd been
rejected. Now it's not that prominent anymore and doesn't look like a pending SRP
request
- Modal window handling improved
Expand Down Expand Up @@ -349,7 +376,7 @@ mySQL8**
### Changed

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

<!-- Links and images -->

Expand Down Expand Up @@ -497,7 +524,7 @@ mySQL8**

### Changed

- Try harder with the Discord messages. (`discordproxy` is the prioritised way to
- Try harder with the Discord messages. (`discordproxy` is the prioritized way to
send messages to Discord, but if anything fails with it, always try for
`allianceauth-discordbot` to get the message out)

Expand Down Expand Up @@ -549,7 +576,7 @@ mySQL8**

### Changed

- General code cleanup and modernisation
- General code cleanup and modernization
- Switched to Alliance Auth App Utils for some helper functions

### Removed
Expand Down Expand Up @@ -741,7 +768,7 @@ some manual work, so please update step by step.**

### Fixed

- An issue where too many notifications where created on request accept
- An issue where too many notifications where created on when a request was accepted

### Added

Expand Down Expand Up @@ -771,7 +798,7 @@ v0.1.0-beta.16.**

### Migrate SRP request comments

To migrate the comments from SRP requests to their own model, simply run
To migrate the comments from SRP requests to their own model, run:
(Make sure you ran migrations before running this command.)

```shell
Expand Down Expand Up @@ -887,7 +914,7 @@ manual work to it. First you need to add the EveUniverse module to your
### Step 2: Static Collection and Migration

Now that EveUniverse is installed, you need to run the static collection and
migration. Don't forget to restart your supervisor afterwards.
migration. Remember to restart your supervisor afterward.

```shell
python manage.py collectstatic
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ ______________________________________________________________________

## Installation<a name="installation"></a>

> \[!NOTE\]
>
> **AA SRP needs at least Alliance Auth v4.0.0!**
>
> Please make sure to update your Alliance Auth instance _before_ you install this
> module or update to the latest version, otherwise an update to Alliance Auth will
> be pulled in unsupervised.
**Important**: Please make sure you meet all preconditions before you proceed:

- AA SRP is a plugin for Alliance Auth. If you don't have Alliance Auth running
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ dynamic = [
]
dependencies = [
"allianceauth>=4.0.0a5",
"allianceauth-app-utils>=1.19",
"django-eveuniverse>=1.2",
"allianceauth-app-utils>=1.25",
"django-eveuniverse>=1.5.4",
]
[project.optional-dependencies]
tests-allianceauth-latest = [
Expand Down

0 comments on commit 34179df

Please sign in to comment.