File tree Expand file tree Collapse file tree 6 files changed +36
-22
lines changed
Expand file tree Collapse file tree 6 files changed +36
-22
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ include *.txt
2323
2424graft docs
2525prune work
26+ prune matomo
2627prune news
2728prune docs/.build
2829prune src/Euphorie
Original file line number Diff line number Diff line change @@ -8,6 +8,40 @@ Changelog
88
99.. towncrier release notes start
1010
11+ 12.2.0 (2025-05-26)
12+ -------------------
13+
14+ New features:
15+
16+
17+ - OiRA Matomo: Add tracking snippet.
18+
19+ This tracking snippet deactivates automatic link tracking for the report
20+ download buttons and tracks them manually.
21+ It removes the session id segment from the URL so that all downloads can be
22+ grouped together in Matomo and to not reveal DSGVO relevant data.
23+
24+ Also:
25+
26+ - Load dimensions from server.
27+ - Track after location change.
28+ - Implement custom link tracking.
29+ - Remove all session ids from any URLs, including current URL and referrer URL.
30+
31+ Note: This does not add the tracking snippet to the portal automatically, but
32+ only provides the code to add it manually through-the-web.
33+
34+ Ref: scrum-3351
35+ Ref: scrum-3249 (`Issue #3249 <https://github.com/syslabcom/scrum/issues/3249 >`_)
36+
37+
38+ Bug fixes:
39+
40+
41+ - Render existing measures tooltip markdown (`Issue #3537 <https://github.com/syslabcom/scrum/issues/3537 >`_)
42+ - Remove a behavior (osha.oira.content.risk.IRiskAdditionalContent) that could be resolved [ale-rt]
43+
44+
114512.1.0 (2025-05-19)
1246-------------------
1347
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55import os
66
77
8- version = "12.1 .1.dev0"
8+ version = "12.2 .1.dev0"
99
1010setup (
1111 name = "osha.oira" ,
You can’t perform that action at this time.
0 commit comments