[gnome-sound-recorder] Update NEWS
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder] Update NEWS
- Date: Mon, 25 Jan 2021 21:35:26 +0000 (UTC)
commit f96e8dc743dfa97a69fe8c7abe3e32287d4aaab8
Author: Sophie Herold <sophie hemio de>
Date: Mon Jan 25 21:35:26 2021 +0000
Update NEWS
Fixes via !167
NEWS | 9 ++++++++
.../org.gnome.SoundRecorder.metainfo.xml.in.in | 25 ++++++++++++++++++++++
meson.build | 2 +-
3 files changed, 35 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index bd9e05a..bd874dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+ 3.38.1 [Unreleased]
+ ======
+ Translation updates
+ Fix export dialog for recordings disappears shortly after opening
+ Fix not able to use space bar in recording name input
+ Fix recording is lost when using space bar in name input
+ Fix ui becomes unusable and recording is lost after stopping a record
+ Remove m4a option since using it results in unusable recordings
+
3.34.0
======
Translation updates
diff --git a/data/appdata/org.gnome.SoundRecorder.metainfo.xml.in.in
b/data/appdata/org.gnome.SoundRecorder.metainfo.xml.in.in
index 52f1c85..a9bd409 100644
--- a/data/appdata/org.gnome.SoundRecorder.metainfo.xml.in.in
+++ b/data/appdata/org.gnome.SoundRecorder.metainfo.xml.in.in
@@ -35,6 +35,31 @@
</kudos>
<content_rating type="oars-1.0" />
<releases>
+ <release version="3.38.1" date="2021-01-25">
+ <description>
+ <p>Bugfix release</p>
+ <ul>
+ <li>
+ Translation updates
+ </li>
+ <li>
+ Fix export dialog for recordings disappears shortly after opening
+ </li>
+ <li>
+ Fix not able to use space bar in recording name input
+ </li>
+ <li>
+ Fix recording is lost when using space bar in name input
+ </li>
+ <li>
+ Fix ui becomes unusable and recording is lost after stopping a record
+ </li>
+ <li>
+ Remove m4a option since using it results in unusable recordings
+ </li>
+ </ul>
+ </description>
+ </release>
<release version="3.38.0" date="2020-09-18">
<description>
<p>An overall update of Sound Recorder's design</p>
diff --git a/meson.build b/meson.build
index fbe0d58..dec86f4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-sound-recorder',
- version: '3.38.0',
+ version: '3.38.1',
license: 'GPL2+',
meson_version: '>= 0.50.0'
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]