The open source OpenXR runtime
1{
2 "$schema": "https://proclamation.gitlab.io/proclamation/proclamation.schema.json",
3 "#": "This is a config file for Proclamation, the changelog combiner: https://gitlab.com/proclamation/proclamation",
4 "SPDX-License-Identifier: CC0-1.0": "",
5 "SPDX-FileCopyrightText: 2020-2025 Collabora, Ltd. and the Proclamation contributors": "",
6 "project_name": "Monado",
7 "base_url": "https://gitlab.freedesktop.org/monado/monado",
8 "news_filename": "../CHANGELOG.md",
9 "sections": {
10 "Major changes": {
11 "directory": "big"
12 },
13 "XRT Interface": {
14 "directory": "xrt",
15 "sort_by_prefix": true
16 },
17 "libmonado Interface": {
18 "directory": "libmonado",
19 "sort_by_prefix": true
20 },
21 "State Trackers": {
22 "directory": "state_trackers",
23 "sort_by_prefix": true
24 },
25 "Drivers": {
26 "directory": "drivers",
27 "sort_by_prefix": true
28 },
29 "IPC": {
30 "directory": "ipc",
31 "sort_by_prefix": true
32 },
33 "Compositor": {
34 "directory": "compositor",
35 "sort_by_prefix": true
36 },
37 "Tracking": {
38 "directory": "tracking",
39 "sort_by_prefix": true
40 },
41 "Helper Libraries": {
42 "directory": "auxiliary",
43 "sort_by_prefix": true
44 },
45 "Documentation": {
46 "directory": "doc"
47 },
48 "Misc. Features": {
49 "directory": "misc_features",
50 "sort_by_prefix": true
51 },
52 "Misc. Fixes": {
53 "directory": "misc_fixes",
54 "sort_by_prefix": true
55 }
56 }
57}