[simple-scan/gnome-40] Release 40.7
- From: Bartosz <bkosiorek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [simple-scan/gnome-40] Release 40.7
- Date: Thu, 23 Dec 2021 11:09:58 +0000 (UTC)
commit 3b85cde1a3cc172ffbeb4f56ae5a51b6a1571a18
Author: Bartosz Kosiorek <gang65 poczta onet pl>
Date: Thu Dec 23 12:08:52 2021 +0100
Release 40.7
NEWS | 9 +++++++++
data/simple-scan.appdata.xml.in | 10 ++++++++++
meson.build | 2 +-
3 files changed, 20 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 4589a948..d51b4dcd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in simple-scan 40.7
+~~~~~~~~~~~~~~
+Released: 2021-12-23
+
+ * Fix replacing underscore with space in scanner names.
+ * Delete autosave records after creating new document.
+ * Add the device name to the label if there are several identical models.
+ * Fix autosave of Page Side property.
+
Overview of changes in simple-scan 40.6
~~~~~~~~~~~~~~
Released: 2021-10-27
diff --git a/data/simple-scan.appdata.xml.in b/data/simple-scan.appdata.xml.in
index e3b3b067..f5cec0f0 100644
--- a/data/simple-scan.appdata.xml.in
+++ b/data/simple-scan.appdata.xml.in
@@ -25,6 +25,16 @@
<url type="donation">https://www.gnome.org/friends/</url>
<developer_name>The GNOME Project</developer_name>
<releases>
+ <release date="2021-12-27" version="40.7">
+ <description>
+ <ul>
+ <li>Fix replacing underscore with space in scanner names.</li>
+ <li>Delete autosave records after creating new document.</li>
+ <li>Add the device name to the label if there are several identical models.</li>
+ <li>Fix autosave of Page Side property.</li>
+ </ul>
+ </description>
+ </release>
<release date="2021-10-27" version="40.6">
<description>
<ul>
diff --git a/meson.build b/meson.build
index ed0de6c5..50b519ab 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project ('simple-scan', ['vala', 'c'],
- version: '40.6',
+ version: '40.7',
license: 'GPLv3+',
default_options: [
'warning_level=1',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]