Skip to content

Commit

Permalink
add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jul 20, 2023
1 parent 4be975e commit 3133f84
Showing 1 changed file with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions data/sound.metainfo.xml.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
<id>io.elementary.switchboard.sound</id>
<extends>io.elementary.switchboard</extends>
<translation type="gettext">sound-plug</translation>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>

<icon type="stock">preferences-desktop-sound</icon>
<name>Sound Settings</name>
<summary>Change sound and microphone volume</summary>

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-sound/master/data/screenshot.png</image>
</screenshot>
</screenshots>

<url type="bugtracker">https://github.com/elementary/switchboard-plug-sound/issues</url>
<url type="donation">https://elementary.io/get-involved#funding</url>
<url type="help">https://github.com/elementary/switchboard-plug-sound/discussions</url>
<url type="homepage">https://elementary.io/</url>
<url type="translate">https://l10n.elementary.io/engage/switchboard/</url>

<developer_name>elementary, Inc.</developer_name>
<project_group>elementary</project_group>
<update_contact>contact_at_elementary.io</update_contact>

<releases>
<release version="2.3.2" date="2022-10-26" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>Use device form factor when available to assign more accurate icons</li>
<li>Updated translations</li>
</ul>
</description>
<issues>
<issue url="https://github.com/elementary/switchboard-plug-sound/pull/225">Fix switch animation when muting</issue>
</issues>
</release>

<release version="2.3.1" date="2022-04-06" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>Provide a fallback device icon in case none is available</li>
<li>More helpful placeholder text when no input devices are found</li>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="2.3.0" date="2021-11-23" urgency="medium">
<description>
<p>New features:</p>
<ul>
<li>Show device icons</li>
<li>Switch to enable the screen reader</li>
</ul>
<p>Minor updates:</p>
<ul>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="2.2.7" date="2021-07-14" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="2.2.6" date="2020-12-23" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>Smoother transition when navigating away from this view</li>
<li>Updated translations</li>
</ul>
</description>
</release>

<release version="2.2.5" date="2020-09-02" />
<release version="2.2.4" date="2020-05-28" />
<release version="2.2.3" date="2020-04-03" />
<release version="2.2.2" date="2019-11-15" />
</releases>
</component>

0 comments on commit 3133f84

Please sign in to comment.