aboutsummaryrefslogtreecommitdiff
path: root/data/systems.tranquil.Map.metainfo.xml.in.in
blob: 1d341c6691a425ba04b36b133a479fd7f2e01be1 (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>Map</name>
  <summary>Visualize your business landscape</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>
      Map is a wardley map editor for linux that uses a simple language to easily create and edit maps that visualize an evolving environment. Draw components, link dependencies, create groups, write notes, or add inertia and evolution markers, and see your map change in an instant.
    </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>Main window with editor and rendered wardley map</caption>
    </screenshot>
    <screenshot>
      <image>https://map.tranquil.systems/img/screenshots/preferences-flathub.png</image>
      <caption>Lineup of preference panes available in Map</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>