-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio.github.libredeb.hashit.appdata.xml.in
More file actions
84 lines (73 loc) · 2.93 KB
/
io.github.libredeb.hashit.appdata.xml.in
File metadata and controls
84 lines (73 loc) · 2.93 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 Juan Pablo Lozano <libredeb@gmail.com> -->
<component type="desktop-application">
<branding>
<color type="primary">#36642c</color>
</branding>
<id>io.github.libredeb.hashit</id>
<launchable type="desktop-id">io.github.libredeb.hashit.desktop</launchable>
<translation type="gettext">io.github.libredeb.hashit</translation>
<metadata_license>CC-BY-4.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Hash-it</name>
<summary>The most intuitive and simple hash checker tool</summary>
<description>
<p>Hash-it is a fast and beautiful hash check tool to validate a file integrity, to be sure of its consistency.</p>
<p>Writen in Vala and GTK+ 4.0 with the purpose to get the hash of file and compare it with other provided hash.</p>
<p>Features included:</p>
<ul>
<li>Generate most popular hashes of files</li>
<li>Drag and Drop</li>
<li>Compare current file hash with online provided hashes</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/libredeb/hash-it/main/data/screenshot.png</image>
<caption>Hash-it in action</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<requires>
<display_length compare="ge">600</display_length>
</requires>
<supports>
<control>keyboard</control>
<control>pointing</control>
</supports>
<provides>
<binary>io.github.libredeb.hashit</binary>
</provides>
<url type="bugtracker">https://github.com/libredeb/hash-it/issues</url>
<url type="help">https://github.com/libredeb/hash-it/discussions</url>
<url type="homepage">https://github.com/libredeb/hash-it</url>
<developer id="io.github.libredeb">
<name>Juan Pablo Lozano</name>
</developer>
<project_group>hash-it</project_group>
<update_contact>libredeb@gmail.com</update_contact>
<custom>
<value key="x-appcenter-color-primary">#36642c</value>
<value key="x-appcenter-color-primary-text">rgb(255, 255, 255)</value>
<value key="x-appcenter-suggested-price">1</value>
</custom>
<releases>
<release version="0.1.4" date="2025-06-30" urgency="medium">
<description>
<p>Fixed a bug that prevented displaying the spanish translation from the installation via flatpak.</p>
</description>
</release>
<release version="0.1.3" date="2025-06-28" urgency="medium">
<description>
<p>Graphics files have been improved so they are sandboxed within the same binary as gresources.</p>
<p>The app name and trademark have been updated.</p>
<p>Another minor details have been updated for publishing the app on AppCenter.</p>
</description>
</release>
<release version="0.1.2" date="2025-05-30" urgency="medium">
<description>
<p>First release.</p>
</description>
</release>
</releases>
</component>