File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,16 @@ Section Order:
4444
4545<!-- Your changes go here -->
4646
47+ ## [ 4.1.1] - 2026-07-06
48+
49+ ### Added
50+
51+ - Support for Python 3.14
52+
53+ ### Changed
54+
55+ - Translations updated
56+
4757## [ 4.1.0] - 2026-06-24
4858
4959### Fixed
@@ -830,6 +840,7 @@ Hopefully the last one before official release…
830840[ 3.1.0 ] : https://github.com/ppfeufer/aa-intel-tool/compare/v3.0.2...v3.1.0 " v3.1.0 "
831841[ 4.0.0 ] : https://github.com/ppfeufer/aa-intel-tool/compare/v3.1.0...v4.0.0 " v4.0.0 "
832842[ 4.1.0 ] : https://github.com/ppfeufer/aa-intel-tool/compare/v4.0.0...v4.1.0 " v4.1.0 "
833- [ in development ] : https://github.com/ppfeufer/aa-intel-tool/compare/v4.1.0...HEAD " In Development "
843+ [ 4.1.1 ] : https://github.com/ppfeufer/aa-intel-tool/compare/v4.1.0...v4.1.1 " v4.1.1 "
844+ [ in development ] : https://github.com/ppfeufer/aa-intel-tool/compare/v4.1.1...HEAD " In Development "
834845[ keep a changelog ] : http://keepachangelog.com/ " Keep a Changelog "
835846[ semantic versioning ] : http://semver.org/ " Semantic Versioning "
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth
8686installation Then install the latest release directly from PyPi.
8787
8888``` shell
89- pip install aa-intel-tool==4.1.0
89+ pip install aa-intel-tool==4.1.1
9090```
9191
9292### Step 2: Configure Alliance Auth<a name =" step-2-configure-alliance-auth " ></a >
Original file line number Diff line number Diff line change 55# Django
66from django .utils .translation import gettext_lazy as _
77
8- __version__ = "4.1.0 "
8+ __version__ = "4.1.1 "
99__title__ = "Intel Parser"
1010__title_translated__ = _ ("Intel Parser" )
1111__verbose_name__ = "Intel Parser for Alliance Auth"
Original file line number Diff line number Diff line change 66#, fuzzy
77msgid ""
88msgstr ""
9- "Project-Id-Version : AA Intel Tool 3 .1.0 \n "
9+ "Project-Id-Version : AA Intel Tool 4 .1.1 \n "
1010"Report-Msgid-Bugs-To : https://github.com/ppfeufer/aa-intel-tool/issues\n "
11- "POT-Creation-Date : 2026-06-02 13:56 +0200\n "
11+ "POT-Creation-Date : 2026-07-06 22:54 +0200\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1414"Language-Team : LANGUAGE <LL@li.org>\n "
You can’t perform that action at this time.
0 commit comments