Skip to content

Commit c722a22

Browse files
committed
Fix appdata and release 0.1.4
1 parent d6372e6 commit c722a22

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

data/com.github.danrabbit.harvey.appdata.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,24 @@
44
<id>com.github.danrabbit.harvey.desktop</id>
55
<metadata_license>CC0-1.0</metadata_license>
66
<project_license>GPL-3.0+</project_license>
7-
<name>Nimbus</name>
7+
<name>Harvey</name>
88
<summary>The hero that Gotham needs right now</summary>
99
<description>
1010
<p>Calculate and visualize color contrast. Harvey checks a given set of colors for WCAG contrast compliance.</p>
11+
<ul>
12+
<li>Pick colors from your display</li>
13+
<li>Quit with the handy shortcut Ctrl + Q</li>
14+
<li>Join the contrast rebellion</li>
15+
</ul>
1116
</description>
1217
<provides>
1318
<binary>com.github.danrabbit.harvey</binary>
1419
</provides>
20+
<screenshots>
21+
<screenshot type="default">
22+
<image>https://raw.githubusercontent.com/danrabbit/harvey/master/data/screenshot.png</image>
23+
</screenshot>
24+
</screenshots>
1525
<developer_name>Daniel Foré</developer_name>
1626
<url type="homepage">http://danielfore.com</url>
1727
<url type="bugtracker">https://github.com/danrabbit/harvey/issues</url>

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
com.github.danrabbit.harvey (0.1.4) xenial; urgency=medium
2+
3+
* Add a screenshot
4+
* Fix the app's name in Appdata
5+
* more description
6+
7+
-- Daniel Fore <[email protected]> Sun, 28 May 2017 12:54:39 -0700
8+
19
com.github.danrabbit.harvey (0.1.3) xenial; urgency=medium
210

311
* Fix premature positioning

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('com.github.danrabbit.harvey', ['vala', 'c'],
2-
version: '0.1.3'
2+
version: '0.1.4'
33
)
44

55
gnome = import('gnome')

0 commit comments

Comments
 (0)