From cced37652074c163139e667067dea71eaf543260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Wed, 31 May 2023 08:34:56 -0700 Subject: [PATCH] Release 7.1.0 (#755) --- data/music.metainfo.xml.in | 8 ++++---- meson.build | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/music.metainfo.xml.in b/data/music.metainfo.xml.in index 3c084d040..bf71e403f 100644 --- a/data/music.metainfo.xml.in +++ b/data/music.metainfo.xml.in @@ -16,7 +16,7 @@ Quickly queue up your favorite tracks - https://raw.githubusercontent.com/elementary/music/7.0.0/data/screenshot.png + https://raw.githubusercontent.com/elementary/music/7.1.0/data/screenshot.png @@ -52,16 +52,16 @@ contact_at_elementary.io - +

Improvements:

    -
  • Drag and drop whole folders into the queue
  • Open folders in the filemanager with Music
  • +
  • Updated translations
- Play files in home Music folder when installed as Flatpak + Play files in home Music folder when installed as Flatpak Drop folders onto queue
diff --git a/meson.build b/meson.build index 7c01c589f..1cd30dea7 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.music', 'vala', 'c', - version: '7.0.1' + version: '7.1.0' ) i18n = import('i18n')