Merge release v1.3.3

This commit is contained in:
coderkun 2018-07-10 23:05:55 +02:00
commit 5c61014528
3 changed files with 6 additions and 6 deletions

View file

@ -1970,7 +1970,7 @@
<property name="gravity">center</property>
<property name="transient_for">appwindow</property>
<property name="program_name">CoverGrid</property>
<property name="version">1.3.2</property>
<property name="version">1.3.3</property>
<property name="comments" translatable="yes">CoverGrid is a client for the Music Player Daemon, focusing on albums instead of single tracks.</property>
<property name="website">http://www.suruatoel.xyz/codes/mcg</property>
<property name="logo">mcg.svg</property>

View file

@ -23,25 +23,25 @@
<attribute name="action">win.panel</attribute>
<attribute name="label" translatable="yes">Connection</attribute>
<attribute name="target">0</attribute>
<attribute name="accel">&lt;alt&gt;KP_1</attribute>
<attribute name="accel">&lt;Primary&gt;KP_1</attribute>
</item>
<item>
<attribute name="action">win.panel</attribute>
<attribute name="label" translatable="yes">Cover</attribute>
<attribute name="target">1</attribute>
<attribute name="accel">&lt;alt&gt;KP_2</attribute>
<attribute name="accel">&lt;Primary&gt;KP_2</attribute>
</item>
<item>
<attribute name="action">win.panel</attribute>
<attribute name="label" translatable="yes">Playlist</attribute>
<attribute name="target">2</attribute>
<attribute name="accel">&lt;alt&gt;KP_3</attribute>
<attribute name="accel">&lt;Primary&gt;KP_3</attribute>
</item>
<item>
<attribute name="action">win.panel</attribute>
<attribute name="label" translatable="yes">Library</attribute>
<attribute name="target">3</attribute>
<attribute name="accel">&lt;alt&gt;KP_4</attribute>
<attribute name="accel">&lt;Primary&gt;KP_4</attribute>
</item>
</section>
<section>

View file

@ -53,7 +53,7 @@ setup(
'build_py': build_mcg
},
name = "mcg",
version = '1.3.2',
version = '1.3.3',
description = "CoverGrid (mcg) is a client for the Music Player Daemon, focusing on albums instead of single tracks.",
url = "http://www.suruatoel.xyz/codes/mcg",
author = "coderkun",