diff --git a/README.md b/README.md index f185c4f..86c00ab 100644 --- a/README.md +++ b/README.md @@ -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_0.9.5.png) +![ScreenShot](screenshots/mainwindow_1.1.0.png) Features -------- diff --git a/bin/mpdevil b/bin/mpdevil index c320fec..242c697 100755 --- a/bin/mpdevil +++ b/bin/mpdevil @@ -34,7 +34,7 @@ textdomain("mpdevil") if os.path.isfile("/.flatpak-info"): # test for flatpak environment bindtextdomain("mpdevil", "/app/share/locale") -VERSION="1.0.0-dev" # sync with setup.py +VERSION="1.1.0" # sync with setup.py COVER_REGEX=r"^\.?(album|cover|folder|front).*\.(gif|jpeg|jpg|png)$" diff --git a/data/org.mpdevil.mpdevil.appdata.xml b/data/org.mpdevil.mpdevil.appdata.xml index 4f6e1e8..c0e049b 100644 --- a/data/org.mpdevil.mpdevil.appdata.xml +++ b/data/org.mpdevil.mpdevil.appdata.xml @@ -23,12 +23,12 @@ - + org.mpdevil.mpdevil.desktop - https://raw.githubusercontent.com/SoongNoonien/mpdevil/v0.9.7/screenshots/mainwindow_0.9.5.png + https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.1.0/screenshots/mainwindow_1.1.0.png https://github.com/SoongNoonien/mpdevil diff --git a/screenshots/mainwindow_0.9.5.png b/screenshots/mainwindow_0.9.5.png deleted file mode 100644 index f6b0472..0000000 Binary files a/screenshots/mainwindow_0.9.5.png and /dev/null differ diff --git a/screenshots/mainwindow_1.1.0.png b/screenshots/mainwindow_1.1.0.png new file mode 100644 index 0000000..4a689da Binary files /dev/null and b/screenshots/mainwindow_1.1.0.png differ diff --git a/setup.py b/setup.py index e87a5e3..3e31bbd 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import DistUtilsExtra.auto DistUtilsExtra.auto.setup( name='mpdevil', - version='1.0.0', # sync with bin/mpdevil + version='1.1.0', # sync with bin/mpdevil author="Martin Wagner", author_email="martin.wagner.dev@gmail.com", description=('A simple music browser for MPD'),