[connections/release-gnome-41-1] Release 41.1




commit 0b3f90a2eb8b4985a39b7a1a17a87dd08f98e037
Author: Felipe Borges <felipeborges gnome org>
Date:   Wed Oct 27 11:55:08 2021 +0200

    Release 41.1
    
    Signed-off-by: Felipe Borges <felipeborges gnome org>

 NEWS                                      | 59 +++++++++++++++++++++++++++++++
 data/org.gnome.Connections.appdata.xml.in | 10 ++++++
 meson.build                               |  2 +-
 3 files changed, 70 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index ca9dd17..1e3fec5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,62 @@
+41.1 - Oct 27, 2021
+===================
+
+  - Prevent search from stealing display key-press events
+  - Improve the parsing of incomplete addresses
+  - Draw RDP thumbnails on the app side
+  - Do not tap to clipboard until VNC connection is connected
+  - Fix missing app title in the Shell
+  - Add parameters to the Exec key in the desktop file
+  - Added/updated/fixed translations:
+    - Basque
+    - Brazilian Portuguese
+    - Catalan
+    - Chinese (China)
+    - Croatian
+    - Czech
+    - Finnish
+    - Hebrew
+    - Indonesian
+    - Lithuanian
+    - Occitan
+    - Persian
+    - Polish
+    - Portuguese
+    - Romanian
+    - Russian
+    - Serbian
+    - Slovak
+    - Slovenian
+    - Swedish
+    - Turkish
+    - Ukrainian
+
+All contributors to this release:
+
+Alexey Rubtsov <rushills gmail com>
+Anders Jonsson <anders jonsson norsjovallen se>
+Andika Triwidada <atriwidada gnome org>
+Asier Sarasua Garmendia <asiersarasua ni eus>
+Aurimas Černius <aurisc4 gmail com>
+Boyuan Yang <073plan gmail com>
+Danial Behzadi <dani behzi ubuntu com>
+Daniel Șerbănescu <daniel serbanescu dk>
+Dušan Kazik <prescott66 gmail com>
+Emin Tufan Çetin <etcetin gmail com>
+Enrico Nicoletto <liverig gmail com>
+Felipe Borges <felipeborges gnome org>
+Goran Vidović <trebelnik2 gmail com>
+Hugo Carvalho <hugokarvalho hotmail com>
+Jiri Grönroos <jiri gronroos iki fi>
+Jordi Mas <jmas softcatala org>
+Marek Černocký <marek manet cz>
+Matej Urbančič <mateju src gnome org>
+Piotr Drąg <piotrdrag gmail com>
+Quentin PAGÈS <pages_quentin hotmail com>
+Yaron Shahrabani <sh yaron gmail com>
+Yuri Chornoivan <yurchor ukr net>
+Марко Костић <marko m kostic gmail com>
+
 41.0 - 17 Sep, 2021
 ====================
 
diff --git a/data/org.gnome.Connections.appdata.xml.in b/data/org.gnome.Connections.appdata.xml.in
index 509da64..617c350 100644
--- a/data/org.gnome.Connections.appdata.xml.in
+++ b/data/org.gnome.Connections.appdata.xml.in
@@ -23,6 +23,16 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="41.1" date="2021-10-27">
+      <ul>
+        <li>Fix search bar stealing input from display keyboard</li>
+        <li>Improve parsing of incomplete connection addresses</li>
+        <li>Fix startup issues with VNC clipboard</li>
+        <li>Fix missing application title in the Shell</li>
+        <li>Updated translations</li>
+      </ul>
+    </release>
+
     <release version="41.0" date="2021-09-17">
       <p>Connections 41.0 is here!</p>
       <ul>
diff --git a/meson.build b/meson.build
index 48bb17a..01523d6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-connections', ['c', 'vala'],
-          version: '41.0',
+          version: '41.1',
     meson_version: '>= 0.50.0',
   default_options: [ 'warning_level=2',
                    ],


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