~elementary-apps/noise/trunk

« back to all changes in this revision

Viewing changes to data/org.pantheon.noise.appdata.xml.in

  • Committer: RabbitBot
  • Author(s): Diego Islas Ocampo
  • Date: 2017-04-20 22:44:46 UTC
  • mfrom: (2049.1.3 releases-info)
  • Revision ID: rabbitbot-20170420224446-piy5aibithmnznp4
Add the release information to the AppData.xml to provide appcenter support

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<!-- Copyright 2015 elementary, LLC <contact@elementary.io> -->
3
 
<component type="desktop">
4
 
  <id>org.pantheon.noise.desktop</id>
5
 
  <metadata_license>CC0-1.0</metadata_license>
6
 
  <project_group>elementary</project_group>
7
 
  <project_license>GPL-3.0+</project_license>
8
 
  <_name>Music</_name>
9
 
  <_summary>The official elementary music player</_summary>
10
 
  <description>
11
 
    <_p>
12
 
      Music is a fast and beautiful audio player with a focus on
13
 
      music and libraries. It handles external devices, CDs, and
14
 
      album art.
15
 
    </_p>
16
 
  </description>
17
 
  <releases>
18
 
    <release timestamp="1480592595" version="0.4.0.2"/>
19
 
    <release timestamp="1427915704" version="0.3.1"/>
20
 
    <release timestamp="1401003480" version="0.3.0"/>
21
 
    <release timestamp="1376719060" version="0.2.4"/>
22
 
    <release timestamp="1374379743" version="0.2.3"/>
23
 
    <release timestamp="1372369509" version="0.2.2"/>
24
 
    <release timestamp="1370825702" version="0.2.1"/>
25
 
    <release timestamp="1355236601" version="0.2.0"/>
26
 
    <release timestamp="1320168563" version="0.1.0"/>
27
 
  </releases>
28
 
  <provides>
29
 
    <binary>noise</binary>
30
 
    <library>libnoise-core.so.0</library>
31
 
  </provides>
32
 
  <developer_name>elementary LLC.</developer_name>
33
 
  <url type="homepage">http://elementary.io/</url>
34
 
  <url type="bugtracker">https://bugs.launchpad.net/noise</url>
35
 
  <url type="donation">https://elementary.io/get-involved#funding</url>
36
 
  <url type="help">https://elementaryos.stackexchange.com/questions/tagged/noise</url>
37
 
  <update_contact>contact_at_elementary.io</update_contact>
 
3
<component type="desktop-application">
 
4
    <id>org.pantheon.noise.desktop</id>
 
5
    <metadata_license>CC0-1.0</metadata_license>
 
6
    <project_group>elementary</project_group>
 
7
    <project_license>GPL-3.0+</project_license>
 
8
    <_name>Music</_name>
 
9
    <_summary>The official elementary music player</_summary>
 
10
    <description>
 
11
        <_p>
 
12
        Music is a fast and beautiful audio player with a focus on
 
13
        music and libraries. It handles external devices, CDs, and
 
14
        album art.
 
15
        </_p>
 
16
    </description>
 
17
    <releases>
 
18
        <release version="0.4.0.2" date="2016-12-01" urgency="medium">
 
19
            ⁠<description>
 
20
                <_p>Minor bug fixes.</_p>
 
21
            ⁠</description>
 
22
        </release>
 
23
        <release version="0.4.0.1" date="2016-09-20" urgency="medium">
 
24
            ⁠<description>
 
25
                <_p>Add rounded bottom window corner.</_p>
 
26
                <ul>
 
27
                    <_li>Minor bug fixes</_li>
 
28
                    <_li>New translations</_li>
 
29
                </ul>
 
30
            ⁠</description>
 
31
        </release>
 
32
        <release version="0.4.0" date="2016-08-10" urgency="medium">
 
33
            ⁠<description>
 
34
                <_p>Release for Loki.</_p>
 
35
                <ul>
 
36
                    <_li>Add support for Opus Ogg</_li>
 
37
                    <_li>Fix Ctrl+Q support for non-Latin keyboard layouts</_li>
 
38
                    <_li>Reorganize media edition layout</_li>
 
39
                    <_li>Port grid to support HiDPI displays</_li>
 
40
                    <_li>Update icons to latest elementary icon release</_li>
 
41
                    <_li>Respect privacy mode</_li>
 
42
                    <_li>Minor bug fixes</_li>
 
43
                    <_li>New translations</_li>
 
44
                </ul>
 
45
            ⁠</description>
 
46
        </release>
 
47
    </releases>
 
48
    <provides>
 
49
        <binary>noise</binary>
 
50
        <library>libnoise-core.so.0</library>
 
51
    </provides>
 
52
    <developer_name>elementary LLC.</developer_name>
 
53
    <url type="homepage">http://elementary.io/</url>
 
54
    <url type="bugtracker">https://bugs.launchpad.net/noise</url>
 
55
    <url type="donation">https://elementary.io/get-involved#funding</url>
 
56
    <url type="help">https://elementaryos.stackexchange.com/questions/tagged/noise</url>
 
57
    <update_contact>contact_at_elementary.io</update_contact>
38
58
</component>