Merge release v1.3.3
This commit is contained in:
commit
5c61014528
3 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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"><alt>KP_1</attribute>
|
||||
<attribute name="accel"><Primary>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"><alt>KP_2</attribute>
|
||||
<attribute name="accel"><Primary>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"><alt>KP_3</attribute>
|
||||
<attribute name="accel"><Primary>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"><alt>KP_4</attribute>
|
||||
<attribute name="accel"><Primary>KP_4</attribute>
|
||||
</item>
|
||||
</section>
|
||||
<section>
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue