diff --git a/README.md b/README.md index 4e4a2cf..0e8264f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ You can clone and run from GNOME Builder. - Python 3 `python` - PyGObject `python-gobject` - GTK4 `gtk4` -- libadwaita (>= 1.1.0) `libadwaita` +- libadwaita (>= 1.5.0) `libadwaita` - GStreamer 1.0 `gstreamer` - Meson `meson` - Ninja `ninja` diff --git a/blanket.spec b/blanket.spec index e4f3e1f..ca8d142 100644 --- a/blanket.spec +++ b/blanket.spec @@ -1,5 +1,5 @@ Name: blanket -Version: 0.6.0 +Version: 0.7.0 Release: 1%{?dist} Summary: White noise audio player diff --git a/brand/screenshot-1-dark.png b/brand/screenshot-1-dark.png index 6f9955c..6bb0947 100644 Binary files a/brand/screenshot-1-dark.png and b/brand/screenshot-1-dark.png differ diff --git a/brand/screenshot-1.png b/brand/screenshot-1.png index c84d913..8009f23 100644 Binary files a/brand/screenshot-1.png and b/brand/screenshot-1.png differ diff --git a/data/com.rafaelmardojai.Blanket.metainfo.xml.in b/data/com.rafaelmardojai.Blanket.metainfo.xml.in index 9be307d..58f54f4 100644 --- a/data/com.rafaelmardojai.Blanket.metainfo.xml.in +++ b/data/com.rafaelmardojai.Blanket.metainfo.xml.in @@ -69,6 +69,20 @@ + + +
    +
  • Redesign the user interface and use latest GNOME patterns
  • +
  • Inhibit suspension when playing
  • +
  • Pause playback if the system enters power saver mode
  • +
  • MPRIS: Implement Play, Pause and Stop methods in addition to PlayPause
  • +
  • MPRIS: Implement Next and Prev methods for navigating presets
  • +
  • Updated Pink Noise sample
  • +
  • Changed train sound
  • +
  • Added preference to always start on pause
  • +
+
+
    diff --git a/debian/changelog b/debian/changelog index 233c727..3a94777 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +blanket (0.7.0) jammy; urgency=medium + + * New version + + -- Rafael Mardojai CM Thu, 14 Apr 2021 12:04:42 +0530 + blanket (0.6.0) jammy; urgency=medium * New version - GTK4 diff --git a/meson.build b/meson.build index ccc29de..48b18a0 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('blanket', - version: '0.6.0', + version: '0.7.0', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ],