aboutsummaryrefslogtreecommitdiff
path: root/data/systems.tranquil.Map.metainfo.xml.in.in
blob: 75ff997258c2dc5afdb5bd981580a6a91cd0a466 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
  <id>@app-id@</id>

  <name>application.name</name>
  <summary>application.summary</summary>

  <metadata_license>CC-BY-SA-4.0</metadata_license>
  <project_license>AGPL-3.0-or-later</project_license>

  <recommends>
    <control>pointing</control>
    <control>keyboard</control>
    <control>touch</control>
  </recommends>
  <requires>
    <display_length compare="ge">350</display_length>
  </requires>

  <description>
    <p>
      application.description
    </p>
  </description>

  <launchable type="desktop-id">@app-id@.desktop</launchable>

  <screenshots>
    <screenshot type="default">
      <image>https://map.tranquil.systems/img/screenshots/key-flathub.png</image>
      <caption>application.screenshot.key.caption</caption>
    </screenshot>
    <screenshot>
      <image>https://map.tranquil.systems/img/screenshots/preferences-flathub.png</image>
      <caption>application.screenshot.preferences.caption</caption>
    </screenshot>
  </screenshots>

  <content_rating type="oars-1.1" />

  <url type="homepage">https://map.tranquil.systems/map-for-linux</url>
  <url type="vcs-browser">https://git.sr.ht/~rbdr/map-linux</url>
  <url type="bugtracker">https://todo.sr.ht/~rbdr/wmap</url>

  <releases>
    <release version="1.0.4" date="2026-03-30">
      <description>
        <p>Editing preferences now works better on small screens.</p>
        <ul>
          <li>Templates preferences window uses a collapsible sidebar to work better in small screen sizes.</li>
          <li>The layout of all other preference windows should display properly in screen sizes up to 360px</li>
        </ul>
      </description>
    </release>
    <release version="1.0.3" date="2026-03-27">
      <description>
        <p>Improved layout for small screens, and about window.</p>
        <ul>
          <li>Automatically switches to vertical layout when using smaller window sizes (eg. for phones)</li>
          <li>Adds an about window that includes a link to report issues, and a reference of the language.</li>
        </ul>
      </description>
    </release>
    <release version="1.0.2" date="2026-01-19" />
  </releases>

  <developer id="systems.tranquil">
    <name>Rubén Beltrán del Río</name>
  </developer>

  <branding>
    <color type="primary" scheme_preference="light">#FFCEC7</color>
    <color type="primary" scheme_preference="dark">#592e2e</color>
  </branding>

  <update_contact>inquiries@work.bdr.sh</update_contact>
  <translation type="gettext">@gettext-domain@</translation>
</component>