diff --git a/README.md b/README.md index 8eeaeba5..4d1014b7 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,4 @@ __Planned:__ * Maybe more services ## Screenshots -![Welcome](data/screenshots/1_welcome.png?raw=true) -![Library](data/screenshots/3_library.png?raw=true) +

diff --git a/data/com.github.tkashkin.gamehub.appdata.xml.in b/data/com.github.tkashkin.gamehub.appdata.xml.in index 5473e7b5..3727cb5b 100644 --- a/data/com.github.tkashkin.gamehub.appdata.xml.in +++ b/data/com.github.tkashkin.gamehub.appdata.xml.in @@ -23,18 +23,28 @@ - https://raw.githubusercontent.com/tkashkin/GameHub/master/data/screenshots/1_welcome.png + https://raw.githubusercontent.com/tkashkin/GameHub/master/data/screenshots/1.png - https://raw.githubusercontent.com/tkashkin/GameHub/master/data/screenshots/3_library.png + https://raw.githubusercontent.com/tkashkin/GameHub/master/data/screenshots/2.png + + + https://raw.githubusercontent.com/tkashkin/GameHub/master/data/screenshots/3.png + + + https://raw.githubusercontent.com/tkashkin/GameHub/master/data/screenshots/2_dark.png + + + https://raw.githubusercontent.com/tkashkin/GameHub/master/data/screenshots/3_dark.png - - 1 - - + + +

Bug fixes

+
+

Settings dialog

diff --git a/data/screenshots/1.png b/data/screenshots/1.png new file mode 100644 index 00000000..533ea8c3 Binary files /dev/null and b/data/screenshots/1.png differ diff --git a/data/screenshots/1_welcome.png b/data/screenshots/1_welcome.png deleted file mode 100644 index fae73aa0..00000000 Binary files a/data/screenshots/1_welcome.png and /dev/null differ diff --git a/data/screenshots/2.png.REMOVED.git-id b/data/screenshots/2.png.REMOVED.git-id new file mode 100644 index 00000000..0edd8509 --- /dev/null +++ b/data/screenshots/2.png.REMOVED.git-id @@ -0,0 +1 @@ +01fe53f840ad15d6f7b43baf60c1330cde9e23e9 \ No newline at end of file diff --git a/data/screenshots/2_dark.png.REMOVED.git-id b/data/screenshots/2_dark.png.REMOVED.git-id new file mode 100644 index 00000000..55427a35 --- /dev/null +++ b/data/screenshots/2_dark.png.REMOVED.git-id @@ -0,0 +1 @@ +7f89ba2afd0be318456e19c12faaef7cc1004413 \ No newline at end of file diff --git a/data/screenshots/2_gog_auth.png b/data/screenshots/2_gog_auth.png deleted file mode 100644 index 066c104e..00000000 Binary files a/data/screenshots/2_gog_auth.png and /dev/null differ diff --git a/data/screenshots/3.png.REMOVED.git-id b/data/screenshots/3.png.REMOVED.git-id new file mode 100644 index 00000000..3f90bf9f --- /dev/null +++ b/data/screenshots/3.png.REMOVED.git-id @@ -0,0 +1 @@ +d26db6ed54d06c8dffcd2e806714db1bc72dcac9 \ No newline at end of file diff --git a/data/screenshots/3_dark.png.REMOVED.git-id b/data/screenshots/3_dark.png.REMOVED.git-id new file mode 100644 index 00000000..55c3c6f8 --- /dev/null +++ b/data/screenshots/3_dark.png.REMOVED.git-id @@ -0,0 +1 @@ +2d6469ab46fa9aedeb863674f48fb1895674f534 \ No newline at end of file diff --git a/data/screenshots/3_library.png.REMOVED.git-id b/data/screenshots/3_library.png.REMOVED.git-id deleted file mode 100644 index 415bc441..00000000 --- a/data/screenshots/3_library.png.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -a92f5f13d7c699ac0632c5c562b3fed682a16c09 \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 69123af3..ed1e7da5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.tkashkin.gamehub (0.2.5) xenial; urgency=low + + * Bug fixes + + -- tkashkin Tue, 12 Jun 2018 01:18:28 +0300 + com.github.tkashkin.gamehub (0.2.4) xenial; urgency=low * Settings dialog diff --git a/meson.build b/meson.build index 16af7e49..7bfd73ef 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.tkashkin.gamehub', 'vala', 'c', version: '0.2.4') +project('com.github.tkashkin.gamehub', 'vala', 'c', version: '0.2.5') i18n = import('i18n') gnome = import('gnome')