From 1c9c97327b8b4bebab4150942d95b116b960d225 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sun, 18 Feb 2024 16:31:31 +0100 Subject: [PATCH] [CHANGE] Version bumped to v2.0.0-beta.1 --- CHANGELOG.md | 25 +++++++++++++------------ aasrp/__init__.py | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb3c55ef..23c09a4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/aasrp/__init__.py b/aasrp/__init__.py index ad36c013..96907988 100644 --- a/aasrp/__init__.py +++ b/aasrp/__init__.py @@ -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")