Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmardojai committed Apr 8, 2024
1 parent 526f555 commit e707013
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion blanket.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: blanket
Version: 0.6.0
Version: 0.7.0
Release: 1%{?dist}
Summary: White noise audio player

Expand Down
Binary file modified brand/screenshot-1-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified brand/screenshot-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions data/com.rafaelmardojai.Blanket.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,20 @@
</branding>

<releases>
<release version="0.7.0" date="2024-04-07">
<description translate="no">
<ul>
<li>Redesign the user interface and use latest GNOME patterns</li>
<li>Inhibit suspension when playing</li>
<li>Pause playback if the system enters power saver mode</li>
<li>MPRIS: Implement Play, Pause and Stop methods in addition to PlayPause</li>
<li>MPRIS: Implement Next and Prev methods for navigating presets </li>
<li>Updated Pink Noise sample</li>
<li>Changed train sound</li>
<li>Added preference to always start on pause</li>
</ul>
</description>
</release>
<release version="0.6.0" date="2022-04-13">
<description translate="no">
<ul>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
blanket (0.7.0) jammy; urgency=medium

* New version

-- Rafael Mardojai CM <email@rafaelmardojai.com> Thu, 14 Apr 2021 12:04:42 +0530

blanket (0.6.0) jammy; urgency=medium

* New version - GTK4
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('blanket',
version: '0.6.0',
version: '0.7.0',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
Expand Down

0 comments on commit e707013

Please sign in to comment.