[simple-scan] Release 42.0



commit 5cd2f6a14027e05984ef5e3ef953235dbbfb88ea
Author: Bartosz Kosiorek <gang65 poczta onet pl>
Date:   Fri Mar 18 19:34:19 2022 +0100

    Release 42.0

 NEWS                            | 15 +++++++++++++++
 data/simple-scan.appdata.xml.in | 16 ++++++++++++++++
 meson.build                     |  2 +-
 3 files changed, 32 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 4589a948..8d14782b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Overview of changes in simple-scan 42.0
+~~~~~~~~~~~~~~
+Released: 2022-03-18
+
+  * Skip virtual devices when detecting scanners.
+  * Add support for postprocessing scripts.
+  * Save Window state to user's .config folder instead of user's .cache folder.
+  * Updates 'About' dialog to match with other GNOME apps.
+  * Delete autosave records after creating new document [#278].
+  * Fix replacing underscore with space.
+  * Fix autosave of Page Side property [#273].
+  * Add the device name to the label if there are several identical models.
+  * Fix incorrect scan button tooltips.
+  * Updated translations.
+
 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 f4d9bda2..f72fb34c 100644
--- a/data/simple-scan.appdata.xml.in
+++ b/data/simple-scan.appdata.xml.in
@@ -25,6 +25,22 @@
   <url type="donation">https://www.gnome.org/friends/</url>
   <developer_name>The GNOME Project</developer_name>
   <releases>
+    <release date="2022-03-18" version="42.0">
+      <description>
+        <ul>
+          <li>Skip virtual devices when detecting scanners.</li>
+          <li>Add support for postprocessing scripts.</li>
+          <li>Save Window state to user's .config folder instead of user's .cache folder.</li>
+          <li>Updates 'About' dialog to match with other GNOME apps.</li>
+          <li>Delete autosave records after creating new document [#278].</li>
+          <li>Fix replacing underscore with space.</li>
+          <li>Fix autosave of Page Side property [#273]</li>
+          <li>Add the device name to the label if there are several identical models.</li>
+          <li>Fix incorrect scan button tooltips.</li>
+          <li>Updated translations.</li>
+        </ul>
+      </description>
+    </release>
     <release date="2021-10-27" version="40.6">
       <description>
         <ul>
diff --git a/meson.build b/meson.build
index 0ea31e61..51b9927d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project ('simple-scan', ['vala', 'c'],
-         version: '40.6',
+         version: '42.0',
          license: 'GPLv3+',
          default_options: [
              'warning_level=1',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]