Skip to content

Commit fb0baf9

Browse files
committed
Merge remote-tracking branch 'origin/main' into ale/3447/images-behavior
2 parents a4d433c + aee2504 commit fb0baf9

File tree

6 files changed

+36
-22
lines changed

6 files changed

+36
-22
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ include *.txt
2323

2424
graft docs
2525
prune work
26+
prune matomo
2627
prune news
2728
prune docs/.build
2829
prune src/Euphorie

docs/changes.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1145
12.1.0 (2025-05-19)
1246
-------------------
1347

news/+409f9d21.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3249.feature.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

news/3537.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import os
66

77

8-
version = "12.1.1.dev0"
8+
version = "12.2.1.dev0"
99

1010
setup(
1111
name="osha.oira",

0 commit comments

Comments
 (0)