From b636a58503689c8568b0496085a5ea5bcc55cafa Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Fri, 16 Jan 2026 23:54:04 +0100 Subject: [PATCH] [RELEASE] v3.4.0 ## [3.4.0] - 2026-01-16 ### Fixed - Ordering by start time in the campaign table ### Changed - DataTable processing refactored/improved - Enabled global search in the campaign table - Allow clicking on table headers to change the sorting order --- CHANGELOG.md | 5 ++++- README.md | 8 ++++---- sovtimer/__init__.py | 2 +- sovtimer/locale/django.pot | 4 ++-- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d09b6d7..024f9ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,8 @@ Section Order: +## [3.4.0] - 2026-01-16 + ### Fixed - Ordering by start time in the campaign table @@ -933,5 +935,6 @@ And restart your supervisor. [3.3.0]: https://github.com/ppfeufer/aa-sov-timer/compare/v3.2.1...v3.3.0 "v3.3.0" [3.3.1]: https://github.com/ppfeufer/aa-sov-timer/compare/v3.3.0...v3.3.1 "v3.3.1" [3.3.2]: https://github.com/ppfeufer/aa-sov-timer/compare/v3.3.1...v3.3.2 "v3.3.2" +[3.4.0]: https://github.com/ppfeufer/aa-sov-timer/compare/v3.3.2...v3.4.0 "v3.4.0" [alliance auth 3.0.0 release notes]: https://gitlab.com/allianceauth/allianceauth/-/tags/v3.0.0 "Alliance Auth 3.0.0 release notes" -[in development]: https://github.com/ppfeufer/aa-sov-timer/compare/v3.3.2...HEAD "In Development" +[in development]: https://github.com/ppfeufer/aa-sov-timer/compare/v3.4.0...HEAD "In Development" diff --git a/README.md b/README.md index 11facfc4..6b5395fa 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth install Then install the latest version: ```shell -pip install aa-sov-timer==3.3.2 +pip install aa-sov-timer==3.4.0 ``` #### Step 2: Update Your AA Settings @@ -129,7 +129,7 @@ Once you have completed all previous steps, restart your AA supervisor service t Add the app to your `conf/requirements.txt`: ```text -aa-sov-timer==3.3.2 +aa-sov-timer==3.4.0 ``` #### Step 2: Update Your AA Settings @@ -202,7 +202,7 @@ Then run the following commands from your AA project directory (the one that contains `manage.py`). ```shell -pip install aa-sov-timer==3.3.2 +pip install aa-sov-timer==3.4.0 python manage.py collectstatic python manage.py migrate @@ -215,7 +215,7 @@ Finally, restart your AA supervisor service. To update your existing installation of AA Sovereignty Timer, all you need to do is to update the respective line in your `conf/requirements.txt` file to the latest version. ```text -aa-sov-timer==3.3.2 +aa-sov-timer==3.4.0 ``` Now rebuild your containers and restart them: diff --git a/sovtimer/__init__.py b/sovtimer/__init__.py index 641b0edf..c0e674a6 100644 --- a/sovtimer/__init__.py +++ b/sovtimer/__init__.py @@ -5,7 +5,7 @@ # Django from django.utils.translation import gettext_lazy as _ -__version__ = "3.3.2" +__version__ = "3.4.0" __title__ = "Sovereignty Timer" __title_translated__ = _("Sovereignty Timer") diff --git a/sovtimer/locale/django.pot b/sovtimer/locale/django.pot index 9dab4f5f..c2c758cd 100644 --- a/sovtimer/locale/django.pot +++ b/sovtimer/locale/django.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: AA Sov Timer 3.3.2\n" +"Project-Id-Version: AA Sov Timer 3.4.0\n" "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n" -"POT-Creation-Date: 2026-01-16 22:11+0100\n" +"POT-Creation-Date: 2026-01-16 23:52+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"