[console] general: prepare for 42.beta
- From: Zander Brown <zbrown src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [console] general: prepare for 42.beta
- Date: Tue, 15 Feb 2022 19:12:19 +0000 (UTC)
commit c15483838555fe2ee0426e94448cb776f0140598
Author: Zander Brown <zbrown gnome org>
Date: Mon Feb 14 18:52:07 2022 +0000
general: prepare for 42.beta
NEWS generated by appstreamcli, hopefully keeps things happy
NEWS | 73 +++++++++++++++++++++++++++++++
data/org.gnome.Console.metainfo.xml.in.in | 29 ++++++++++++
meson.build | 2 +-
3 files changed, 103 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..26ea27e
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,73 @@
+Version 42.beta
+~~~~~~~~~~~~~~~
+Released: 2022-02-14
+
+KGX now goes by Console and we have restored the legendary ‘Day’ mode
+
+Also in this release:
+ * 👓 Much better High Contrast support
+ * 🔬 Increased Zoom range
+ * 📋 Paste is now less pernickety
+ * 🩹 Fixed a couple leaks and assorted issues
+
+GNOME l10n Teams have updated translations:
+ * Basque
+ * Chinese (China)
+ * Finnish
+ * Galician
+ * Hebrew
+ * Polish
+ * Portuguese
+ * Portuguese (Brazil)
+ * Russian
+ * Slovenian
+ * Spanish
+ * Swedish
+ * Turkish
+ * Ukrainian
+
+Version 0.4.0
+~~~~~~~~~~~~~
+Released: 2021-10-24
+
+More Terminals! KGX can now host multiple sessions per window with nifty tabs on larger screens and
+a neat list for those on the narrower side
+
+Also in this release:
+ * 🎨 Shiny new — yet familiar — icon
+ * 📜 More scrollback
+ * 🔗 Mouse users can ctrl-click links
+ * 🗄️ Handy little Files (Nautilus) extension to launch KGX in a folder
+ * 🤦♀️ Assorted bugs have been wrangled and scrolling behaviour (especially on touch) has been
+ improved
+ * 💬 GNOME l10n teams have added many more translations
+ * 🪛 Adventurous users can set a custom shell (such as fish) and tweak the scrollback size
+
+Version 0.2.1
+~~~~~~~~~~~~~
+Released: 2019-10-06
+
+Use HdySearchBar to match the behaviour in other apps.
+
+Improved generic banding (no weird symbols in about dialog).
+
+Translation updates from the wonderful d-l team (except en_GB, that translator seems to have
+dropped the ball....).
+
+Version 0.2.0
+~~~~~~~~~~~~~
+Released: 2019-09-15
+
+Impoved tracking of running commands reducing resource usage, especially when running in the
+background.
+
+Command complete notifications and query close when commands are still running.
+
+Translations for de, en_GB, es, fi, hu, pl & pt_BR from various users on l10n.gnome.org (thanks
+guys!).
+
+Version 0.1.0
+~~~~~~~~~~~~~
+Released: 2019-07-30
+
+The first release of our little terminal emulator with basic functionality.
diff --git a/data/org.gnome.Console.metainfo.xml.in.in b/data/org.gnome.Console.metainfo.xml.in.in
index 617e365..9d3601e 100644
--- a/data/org.gnome.Console.metainfo.xml.in.in
+++ b/data/org.gnome.Console.metainfo.xml.in.in
@@ -31,6 +31,35 @@
</screenshot>
</screenshots>
<releases>
+ <release version="42.beta" date="2022-02-14">
+ <description>
+ <p>KGX now goes by Console and we have restored the legendary ‘Day’ mode</p>
+ <p>Also in this release:</p>
+ <ul>
+ <li>👓 Much better High Contrast support</li>
+ <li>🔬 Increased Zoom range</li>
+ <li>📋 Paste is now less pernickety</li>
+ <li>🩹 Fixed a couple leaks and assorted issues</li>
+ </ul>
+ <p>GNOME l10n Teams have updated translations:</p>
+ <ul>
+ <li>Basque</li>
+ <li>Chinese (China)</li>
+ <li>Finnish</li>
+ <li>Galician</li>
+ <li>Hebrew</li>
+ <li>Polish</li>
+ <li>Portuguese</li>
+ <li>Portuguese (Brazil)</li>
+ <li>Russian</li>
+ <li>Slovenian</li>
+ <li>Spanish</li>
+ <li>Swedish</li>
+ <li>Turkish</li>
+ <li>Ukrainian</li>
+ </ul>
+ </description>
+ </release>
<release version="0.4.0" date="2021-10-24">
<description>
<p>More Terminals! KGX can now host multiple sessions per window with nifty tabs on larger screens
and a neat list for those on the narrower side</p>
diff --git a/meson.build b/meson.build
index 2573a6f..03fd02e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gnome-console', 'c', version: '42.alpha',
+project('gnome-console', 'c', version: '42.beta',
meson_version: '>= 0.59.0',
default_options: [
'werror=true',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]