events/Documentation/Changelog/4.1.0.rst
Daniel Siepmann 39dfc0b42a
Add grouping of locations. (#64)
It is now possible to group locations.
Each location can have arbitrary children.

That can be used for editorial structuring.
Filtering for a location will always find all dates where the location
or one of the child locations is assigned.

One use case can be to group imported locations and provide a grouped
location for filtering in frontend.

Relates: #11233
2024-07-24 10:44:34 +02:00

36 lines
588 B
ReStructuredText

4.1.0
=====
Breaking
--------
Nothing
Features
--------
Forward ported from 3.9.0:
* Add grouping of locations.
It is now possible to group locations.
Each location can have arbitrary children.
That can be used for editorial structuring.
Filtering for a location will always find all dates where the location or one of the child locations is assigned.
One use case can be to group imported locations and provide a grouped location for filtering in frontend.
Fixes
-----
Nothing
Tasks
-----
* Add image handling support in nix shell.
Deprecation
-----------
Nothing