preparations for 1.9.0

This commit is contained in:
Martin Wagner 2022-10-23 11:20:54 +02:00
parent 5ac1a67806
commit bc14370ef2
6 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ README for mpdevil
==================
Mpdevil is a simple music browser for the Music Player Daemon (MPD) which is focused on playing local music without the need of managing playlists. Instead of maintaining a client side database of your music library, mpdevil loads all tags and covers on demand. So you'll never see any outdated information in the browser. Mpdevil strongly relies on tags.
![ScreenShot](screenshots/mainwindow_1.8.0.png)
![ScreenShot](screenshots/mainwindow_1.9.0.png)
Features
--------

View File

@ -3,7 +3,7 @@
<object class="GtkAboutDialog" id="about_dialog">
<property name="modal">True</property>
<property name="program_name">mpdevil</property>
<property name="version">1.8.1</property>
<property name="version">1.9.0</property>
<property name="comments" translatable="yes">A simple music browser for MPD</property>
<property name="authors">Martin Wagner</property>
<property name="translator_credits">Martin Wagner

View File

@ -18,12 +18,12 @@
</ul>
</description>
<releases>
<release version="1.8.1" date="2022-09-25"/>
<release version="1.9.0" date="2022-10-23"/>
</releases>
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
<screenshots>
<screenshot type="default">
<image type="source" width="1121" height="790">https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.8.0/screenshots/mainwindow_1.8.0.png</image>
<image type="source" width="1121" height="790">https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.9.0/screenshots/mainwindow_1.9.0.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/SoongNoonien/mpdevil</url>

View File

@ -1,4 +1,4 @@
project('mpdevil', version: '1.8.1')
project('mpdevil', version: '1.9.0')
i18n = import('i18n')
gnome = import('gnome')

Binary file not shown.

Before

Width:  |  Height:  |  Size: 896 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 966 KiB