Skip to content

Commit

Permalink
[CHANGE] Version bumped to v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Feb 18, 2024
1 parent 76880e8 commit 1c9c973
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,33 +35,34 @@ Section Order:
### Security
-->

## \[2.0.0-beta.1\] - 2024-02-18

> \[!NOTE\]
>
> **This version needs at least Alliance Auth v4.0.0!**
> **This version needs at least Alliance Auth v4.0.0b1!**
>
> Please make sure to update your Alliance Auth instance before
> you install this version, otherwise an update to Alliance Auth will
> 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)
- Compatibility to Alliance Auth v4
- Bootstrap 5
- Django 4.2
- Native lazy loading support for images

### Changed

- Minimum requirements
- allianceauth>=4.0.0
- allianceauth-app-utils>=1.25
- django-eveuniverse>=1.5.4
- Updated translations
- Updated test suite
- JS modernized
- CSS modernizes
- Templates changed to Bootstrap 5
- Translations improved
- General code cleanup and modernization

### Removed

- Compatibility with AAv3
- Compatibility to Alliance Auth v3

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

Expand Down
2 changes: 1 addition & 1 deletion aasrp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# Django
from django.utils.translation import gettext_lazy as _

__version__ = "1.21.0"
__version__ = "2.0.0-beta.1"
__title__ = _("Ship Replacement")

0 comments on commit 1c9c973

Please sign in to comment.