File: CHANGELOG.md

package info (click to toggle)
xr-hardware 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: python: 244; makefile: 40
file content (127 lines) | stat: -rw-r--r-- 5,663 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# Changelog for xr-hardware

<!--
SPDX-License-Identifier: CC0-1.0
SPDX-FileCopyrightText: 2020-2024, Collabora, Ltd. and the xr-hardware contributors
-->

## xr-hardware 1.1.1 (2024-03-11)

- Additions
  - Add Sony PSVR2 and Sense controller rules
    ([!24](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/24))
  - Add Acer AH100 (WinMR) headset.
    ([!26](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/26))
  - Added entries for Dell Visor.
    ([!29](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/29),
    [#9](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/issues/9))
  - Adds Xreal Light, Xreal Air, Xreal Air 2, and Xreal Air 2 Pro, and renames
    Nreal to Xreal due to the rebrand.
    ([!31](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/31),
    [!25](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/25))
  - Add rule for original WinMR Samsung Odyssey (XE700X3AI)
    ([!32](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/32))

## xr-hardware 1.1.0 (2022-09-19)

- Additions
  - Add HP Reverb G2 WMR controller rules
    ([!18](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/18))
  - Add Lenovo Explorer WMR headset rules
    ([!19](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/19))
  - Add Medion Erazer X1000 WMR headset rules
    ([!20](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/20))
  - Add Nolo CV1 Pro tracker rules
    ([!21](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/21),
    [#8](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/issues/8))
  - Add HP VR1000 WinMR headset.
    ([!22](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/22))
- Improvements
  - Support specifying a product string to additionally filter on.
    ([!21](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/21))
  - Take flake8 out of the "test" target so stricter flake8 doesn't break package
    tests.
    ([!23](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/23))

## xr-hardware 1.0.0 (2021-10-25)

Version bumped because there was no real reason to be pre-1.0 anymore,
this package is widely used now.

- Additions
  - Add USB PID for Oculus Rift CV1 sensors, needed for positional tracking
    support.
    ([!14](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/14))
  - Add USB PID for Oculus Rift DK2 sensor, needed for positional tracking support.
    ([!15](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/15))
- Improvements
  - Migrate script from attrs to dataclasses (which is built-in to Python 3.7 and
    newer)
    ([!16](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/16))
  - Generate copyright header into generated files, and other minor changes to meet
    REUSE 3.0 compliance: see <https://reuse.software>.
    ([!17](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/17))

## xr-hardware 0.4.0 (2021-02-10)

- Additions
  - HP Reverb G1 & G2
    ([!12](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/12))
- Improvements
  - Add validators to `vid`, `pid`, and `usb_serial_name` fields directly in the
    class, for better error detection.
    ([!13](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/13),
    [#4](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/issues/4))

## xr-hardware 0.3.0 (2020-12-02)

Note that the default branch has been renamed to "main" in the repository.

- Additions
  - Oculus Rift S
    ([!5](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/5),
    [#3](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/issues/3))
  - Windows MR controller support
    ([!6](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/6),
    [#1](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/issues/1))
  - Vis3r NxtVR budget VR headset
    ([!7](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/7))
  - Pimax 4k headset
    ([!10](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/10),
    [#5](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/issues/5))
- Improvements
  - Valve Index: ID for Watchman device
    ([!8](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/8))
  - Now using [Proclamation](https://gitlab.com/proclamation/proclamation) to
    maintain a project changelog.
    ([!9](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/9))
  - NOLO CV1: Additional ID
    ([!10](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/10),
    [#5](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/issues/5))
  - Additional IDs for HTC Vive Pro
    ([!11](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/merge_requests/11),
    [#6](https://gitlab.freedesktop.org/monado/utilities/xr-hardware/issues/6))

## xr-hardware 0.2.1 (2020-01-22)

- Fixes
  - Vive support

## xr-hardware 0.2 (2020-01-22)

- Additions
  - Support for Bluetooth devices
  - 3Glasses devices
  - PS Move controllers
- Improvements
  - Refactor generated files
  - Re-organize code and improve testing/quality

## xr-hardware 0.1.1 (2020-01-21)

- Fixes
  - Fix a typo related to HTC Vive support.

## xr-hardware 0.1 (2020-01-21)

Initial release.