File tree 4 files changed +34
-6
lines changed
4 files changed +34
-6
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,33 @@ Section Order:
35
35
### Security
36
36
-->
37
37
38
+ ## \[ 2.0.0\] - 2024-03-16
39
+
40
+ > \[ !NOTE\]
41
+ >
42
+ > ** This version needs at least Alliance Auth v4.0.0b1!**
43
+ >
44
+ > Please make sure to update your Alliance Auth instance ** before**
45
+ > you install this version, otherwise, an update to Alliance Auth will
46
+ > be pulled in unsupervised.
47
+
48
+ ### Added
49
+
50
+ - Compatibility to Alliance Auth v4
51
+ - Bootstrap 5
52
+ - Django 4.2
53
+
54
+ ### Changed
55
+
56
+ - JS modernized
57
+ - CSS modernizes
58
+ - Templates changed to Bootstrap 5
59
+ - Translations improved
60
+
61
+ ### Removed
62
+
63
+ - Compatibility to Alliance Auth v3
64
+
38
65
## \[ 2.0.0-beta.1\] - 2024-02-18
39
66
40
67
> \[ !NOTE\]
@@ -57,16 +84,17 @@ Section Order:
57
84
- CSS modernizes
58
85
- Templates changed to Bootstrap 5
59
86
- Translations improved
60
- - French
61
- - Chinese
62
- - Spanish
63
87
64
88
### Removed
65
89
66
90
- Compatibility to Alliance Auth v3
67
91
68
92
## \[ 1.2.0\] - 2023-10-04
69
93
94
+ > \[ !NOTE\]
95
+ >
96
+ > ** This is the last version compatible with Alliance Auth v3.**
97
+
70
98
### Added
71
99
72
100
- Support for lazy loading images, which should speed up the page load on larger scans
Original file line number Diff line number Diff line change 5
5
# Django
6
6
from django .utils .translation import gettext_lazy as _
7
7
8
- __version__ = "2.0.0-beta.1 "
8
+ __version__ = "2.0.0"
9
9
__title__ = _ ("Intel Parser" )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def setUpClass(cls) -> None:
37
37
cls .html_menu = f"""
38
38
<li class="d-flex flex-wrap m-2 p-2 pt-0 pb-0 mt-0 mb-0 me-0 pe-0">
39
39
<i class="nav-link fa-solid fa-clipboard-list fa-fw align-self-center me-3 active"></i>
40
- <a class="nav-link flex-fill align-self-center me-auto" href="{ reverse ('aa_intel_tool:intel_tool_index' )} ">
40
+ <a class="nav-link flex-fill align-self-center me-auto active " href="{ reverse ('aa_intel_tool:intel_tool_index' )} ">
41
41
Intel Parser
42
42
</a>
43
43
</li>
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dynamic = [
38
38
" version" ,
39
39
]
40
40
dependencies = [
41
- " allianceauth>=4 .0.0b1 " ,
41
+ " allianceauth<5 .0.0,>=4 " ,
42
42
" allianceauth-app-utils>=1.19.1" ,
43
43
" django-eveuniverse>=1.3" ,
44
44
]
You can’t perform that action at this time.
0 commit comments