[console/zbrown/quick-ci-check: 6/6] general: 43.rc




commit 8cd9e021a92435aaf6ac3a6b681b6e5c39bbd68c
Author: Zander Brown <zbrown gnome org>
Date:   Sat Sep 3 17:19:24 2022 +0100

    general: 43.rc

 NEWS                                      | 28 ++++++++++++++++++++++++++++
 data/org.gnome.Console.metainfo.xml.in.in | 23 +++++++++++++++++++++++
 meson.build                               |  2 +-
 3 files changed, 52 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 7b2a256..d25e050 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Version 43.rc
+~~~~~~~~~~~~
+
+Take advantage of some newer GLib/GObject features, with a corresponding 
+dependency bump, to simplify some code.
+
+Thanks to Maximiliano we now store the size of the last window, and use it
+for future windows rather than unconditionally using 80×24.
+
+A bug in 43.beta where ‘Show in Files’ was mistakenly unavailable has been
+fixed, as well as a longstanding edge case when a background tab closes.
+
+Updated Translations:
+ * Catalan  (Jordi Mas)
+ * Chinese (China)  (Luming Zh)
+ * Croatian  (Goran Vidović)
+ * Danish  (Ask Hjorth Larsen)
+ * Dutch  (Nathan Follens)
+ * French  (Irénée THIRION)
+ * Galician  (Fran Dieguez)
+ * Hebrew  (Yosef Or Boczko)
+ * Hungarian  (Balázs Úr)
+ * Indonesian  (Kukuh Syafaat)
+ * Occitan  (Quentin PAGÈS)
+ * Polish  (Piotr Drąg)
+ * Spanish  (Daniel Mustieles)
+ * Turkish  (Emin Tufan Çetin)
+
 Version 43.beta
 ~~~~~~~~~~~~
 
diff --git a/data/org.gnome.Console.metainfo.xml.in.in b/data/org.gnome.Console.metainfo.xml.in.in
index 3c8e4f0..ad6b9b9 100644
--- a/data/org.gnome.Console.metainfo.xml.in.in
+++ b/data/org.gnome.Console.metainfo.xml.in.in
@@ -31,6 +31,29 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="43.rc" date="2022-09-03">
+      <description>
+        <p>Restore window size from prior session</p>
+        <p>Various other bugfixes and improvements</p>
+        <p>Updated Translations:</p>
+        <ul>
+          <li>Catalan</li>
+          <li>Chinese (China)</li>
+          <li>Croatian</li>
+          <li>Danish</li>
+          <li>Dutch</li>
+          <li>French</li>
+          <li>Galician</li>
+          <li>Hebrew</li>
+          <li>Hungarian</li>
+          <li>Indonesian</li>
+          <li>Occitan</li>
+          <li>Polish</li>
+          <li>Spanish</li>
+          <li>Turkish</li>
+        </ul>
+      </description>
+    </release>
     <release version="43.beta" date="2022-08-07">
       <description>
         <p>Ported to Gtk4/Adwaita</p>
diff --git a/meson.build b/meson.build
index be466df..b9b48f9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-console', 'c',
-                  version: '43.beta',
+                  version: '43.rc',
             meson_version: '>= 0.59.0',
                   license: 'GPL-3.0-or-later',
           default_options: [


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