-
Notifications
You must be signed in to change notification settings - Fork 1
/
ca.vlacroix.Tally.metainfo.xml
98 lines (87 loc) · 2.75 KB
/
ca.vlacroix.Tally.metainfo.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>ca.vlacroix.Tally</id>
<name>Tally</name>
<summary>Count anything</summary>
<url type="bugtracker">https://github.com/vtrlx/tally/issues</url>
<url type="contact">https://www.vlacroix.ca/about</url>
<url type="homepage">https://www.vlacroix.ca/apps/tally/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="0.4" date="2024-11-26">
<description>
<p>Individual counters can now be shown in separate windows with enlarged text and buttons.</p>
</description>
</release>
<release version="0.3" date="2024-11-18">
<description>
<p>
Various tweaks have been made to improve the user experience:
</p>
<ul>
<li>Can now name a counter and assign it a colour before adding it to the list.</li>
<li>Long counter names are no longer cut off.</li>
<li>The option to rename a counter has been moved to its overflow menu.</li>
<li>Buttons for reordering counters have been given a different layout to make it less likely to misclick them.</li>
<li>Counters are now scrolled into view after being reordered.</li>
<li>In mass delete mode, there is now a larger gap between a counter's name and its value.</li>
</ul>
</description>
</release>
<release version="0.2" date="2024-11-04">
<description>
<p>Adds brand colour to store page.</p>
</description>
</release>
<release version="0.1" date="2024-10-01">
<description>
<p>Initial release.</p>
</description>
</release>
</releases>
<branding>
<color type="primary" scheme_preference="light">#ffbe6f</color>
<color type="primary" scheme_preference="dark">#a51d2d</color>
</branding>
<categories>
<category>Utility</category>
</categories>
<keywords>
<keyword>GNOME</keyword>
<keyword>Gtk</keyword>
<keyword>Counter</keyword>
</keywords>
<developer id="ca.vlacroix">
<name>Victoria Lacroix</name>
</developer>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<recommends>
<display_length compare="ge">600</display_length>
</recommends>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</supports>
<description>
<p>
Keep and organize a list of tally counters.
</p>
</description>
<launchable type="desktop-id">ca.vlacroix.Tally.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://www.vlacroix.ca/images/tally-1.png</image>
</screenshot>
<screenshot>
<image>https://www.vlacroix.ca/images/tally-4.png</image>
</screenshot>
<screenshot>
<image>https://www.vlacroix.ca/images/tally-2.png</image>
</screenshot>
<screenshot>
<image>https://www.vlacroix.ca/images/tally-3.png</image>
</screenshot>
</screenshots>
</component>