-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathbluetooth.metainfo.xml.in
More file actions
118 lines (105 loc) · 4.27 KB
/
bluetooth.metainfo.xml.in
File metadata and controls
118 lines (105 loc) · 4.27 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
<id>io.elementary.settings.bluetooth</id>
<extends>io.elementary.settings</extends>
<translation type="gettext">io.elementary.settings.bluetooth</translation>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<icon type="stock">bluetooth</icon>
<name>Bluetooth Settings</name>
<summary>Configure Bluetooth Settings</summary>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-bluetooth/8.0.1/data/screenshot.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<url type="bugtracker">https://github.com/elementary/switchboard-plug-bluetooth/issues</url>
<url type="donation">https://elementary.io/get-involved#funding</url>
<url type="help">https://github.com/elementary/switchboard-plug-bluetooth/discussions</url>
<url type="homepage">https://elementary.io/</url>
<url type="translate">https://l10n.elementary.io/engage/switchboard/</url>
<developer id="org.elementaryos">
<name>elementary, Inc.</name>
</developer>
<project_group>elementary</project_group>
<update_contact>contact_at_elementary.io</update_contact>
<releases>
<release version="8.0.2" date="2025-06-18" urgency="medium">
<description>
<p>Minor updates</p>
<ul>
<li>Updated translations</li>
</ul>
</description>
<issues>
<issue url="https://github.com/elementary/switchboard-plug-bluetooth/issues/188">Devices are duplicated when there are multiple Bluetooth adapters</issue>
<issue url="https://github.com/elementary/switchboard-plug-bluetooth/issues/192">Incorrect "DISPLAY_PASSKEY" prompt used for bluetooth keyboard pairing</issue>
<issue url="https://github.com/elementary/switchboard-plug-bluetooth/issues/200">The buttons of the Bluetooth password confirmation window do not work</issue>
</issues>
</release>
<release version="8.0.1" date="2024-10-21" urgency="medium">
<description>
<p>Minor updates</p>
<ul>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="8.0.0" date="2024-07-24" urgency="medium">
<description>
<p>Minor updates</p>
<ul>
<li>Fix missing link to audio settings for some headphones</li>
<li>Updated translations</li>
</ul>
</description>
<issues>
<issue url="https://github.com/elementary/switchboard-plug-bluetooth/issues/157">Bluetooth stopped working after quitting system settings</issue>
<issue url="https://github.com/elementary/switchboard-plug-bluetooth/issues/214">No padding left and right of settings icon</issue>
</issues>
</release>
<release version="2.3.6" date="2021-08-06" urgency="medium">
<description>
<p>Minor updates</p>
<ul>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="2.3.5" date="2021-03-09" urgency="critical">
<description>
<p>Security update</p>
<ul>
<li>Fix a vulnerability that would allow a device to be paired without explicit user authorization (CVE-2021-21367)</li>
</ul>
</description>
</release>
<release version="2.3.4" date="2020-12-23" urgency="medium">
<description>
<p>Minor updates</p>
<ul>
<li>Fallback to device type when name is not available</li>
<li>Show "Discovering" indicator in an overlay bar</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="2.3.3" date="2020-10-08" urgency="medium">
<description>
<p>Fixes</p>
<ul>
<li>Fix crash on devices without Bluetooth</li>
</ul>
<p>Minor updates</p>
<ul>
<li>Move "forget device" button to each device row</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="2.3.2" date="2020-05-28" urgency="medium" />
<release version="2.3.1" date="2020-02-25" urgency="medium" />
<release version="2.3.0" date="2019-10-31" urgency="medium" />
</releases>
</component>