Skip to content

Commit

Permalink
Fix appdata and release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed May 28, 2017
1 parent d6372e6 commit c722a22
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
12 changes: 11 additions & 1 deletion data/com.github.danrabbit.harvey.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,24 @@
<id>com.github.danrabbit.harvey.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Nimbus</name>
<name>Harvey</name>
<summary>The hero that Gotham needs right now</summary>
<description>
<p>Calculate and visualize color contrast. Harvey checks a given set of colors for WCAG contrast compliance.</p>
<ul>
<li>Pick colors from your display</li>
<li>Quit with the handy shortcut Ctrl + Q</li>
<li>Join the contrast rebellion</li>
</ul>
</description>
<provides>
<binary>com.github.danrabbit.harvey</binary>
</provides>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/danrabbit/harvey/master/data/screenshot.png</image>
</screenshot>
</screenshots>
<developer_name>Daniel Foré</developer_name>
<url type="homepage">http://danielfore.com</url>
<url type="bugtracker">https://github.com/danrabbit/harvey/issues</url>
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
com.github.danrabbit.harvey (0.1.4) xenial; urgency=medium

* Add a screenshot
* Fix the app's name in Appdata
* more description

-- Daniel Fore <[email protected]> Sun, 28 May 2017 12:54:39 -0700

com.github.danrabbit.harvey (0.1.3) xenial; urgency=medium

* Fix premature positioning
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('com.github.danrabbit.harvey', ['vala', 'c'],
version: '0.1.3'
version: '0.1.4'
)

gnome = import('gnome')
Expand Down

0 comments on commit c722a22

Please sign in to comment.