[gnome-builder/gnome-builder-41] release 41.3
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-41] release 41.3
- Date: Tue, 7 Dec 2021 05:39:31 +0000 (UTC)
commit 21c097851240dc1242e9fbd819e7d9acf6e6af9c
Author: Christian Hergert <chergert redhat com>
Date: Mon Dec 6 21:21:36 2021 -0800
release 41.3
NEWS | 20 ++++++++++++++++++++
data/appdata/org.gnome.Builder.appdata.xml.in | 15 +++++++++++++++
doc/help/conf.py | 2 +-
meson.build | 2 +-
4 files changed, 37 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2efef5060..4ebb24efa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+============
+Version 41.3
+============
+
+ • Improvements to Flatpak runtime resolution on new system installations.
+ • Improvements to overview map syling.
+ • The Glade designer will no longer try to open UI files it knows are
+ GTK 4 based to avoid confusion. This requires GTK 4 templates to be
+ using appropriate <requires lib="gtk" version="4.0"/> elements.
+ • The GTK 4 template has been updated.
+ • Application id's are more restrictive in the project wizard.
+ • Build pipelines are no properly unloaded when destroyed.
+ • Auxillary font loading was fixed on Nix.
+ • The editor can now insert matching single quotes (').
+ • Work arounds for breakage in IBus with regards to stealing the search
+ accelerator (ctrl+.).
+ • Improvements to the CMake plugin.
+ • Ensure diagnostics are properly formatted.
+ • Improve diagnostic styling.
+
============
Version 41.2
============
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index 5b76d1808..a90145e1b 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -90,6 +90,21 @@
<translation type="gettext">gnome-builder</translation>
<releases>
+ <release version="41.3" date="2021-12-06">
+ <ul>
+ <li>Improvements to Flatpak runtime resolution on new system installations.</li>
+ <li>Improvements to overview map syling.</li>
+ <li>The Glade designer will no longer try to open UI files it knows are GTK 4 based to avoid
confusion. This requires GTK 4 templates to be using appropriate <requires lib="gtk" version="4.0"/>
elements.</li>
+ <li>The GTK 4 template has been updated.</li>
+ <li>Application id's are more restrictive in the project wizard.</li>
+ <li>Build pipelines are no properly unloaded when destroyed.</li>
+ <li>Auxillary font loading was fixed on Nix.</li>
+ <li>The editor can now insert matching single quotes (').</li>
+ <li>Work arounds for breakage in IBus with regards to stealing the search accelerator (ctrl+.).</li>
+ <li>Improvements to the CMake plugin.</li>
+ <li>Ensure diagnostics are properly formatted.</li>
+ </ul>
+ </release>
<release version="41.2" date="2021-11-16">
<ul>
<li>Fix an issue with comparing global search results</li>
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 92545a3db..069d9e2af 100644
--- a/doc/help/conf.py
+++ b/doc/help/conf.py
@@ -60,7 +60,7 @@ author = 'Christian Hergert, et al.'
# The short X.Y version.
version = '41'
# The full version, including alpha/beta/rc tags.
-release = '41.1'
+release = '41.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/meson.build b/meson.build
index c931cb7ca..71e4be94c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-builder', 'c',
license: 'GPL3+',
- version: '41.2',
+ version: '41.3',
meson_version: '>= 0.54.0',
default_options: [ 'c_std=gnu11',
'cpp_std=gnu++2a',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]