[gnome-builder/gnome-builder-43] Release Builder 43.1



commit ca2b52be3ad1f08699de8a09faa268c1afd5aa06
Author: Christian Hergert <chergert redhat com>
Date:   Mon Sep 26 22:28:08 2022 -0700

    Release Builder 43.1

 NEWS                                             | 41 ++++++++++++++++++++++++
 data/appdata/org.gnome.Builder.appdata.xml.in.in |  1 +
 doc/help/conf.py                                 |  2 +-
 meson.build                                      |  2 +-
 4 files changed, 44 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 65a665d80..49b1d2014 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+# GNOME Builder 43.1
+
+Thanks to all of the prompt testing by users, we have a new release with
+may bug fixes for you this week.
+
+ * Raise debug panel when debug session begins.
+ * Fix how file-descriptors are passed through flatpak-spawn to the host>
+ * Improve Meson run command provider to support CLI applications.
+ * Fix support for using deviced to run Flatpak application on remote device.
+ * Fix icon for LSP search results in global search.
+ * Use -Wno-unused-function for headers for Clang diagnostics to avoid
+   reporting errors for static inlines. This removes a workaround from
+   previous releases of Builder which causes errors with some C++ code.
+ * Fix style-preview height in preferences window.
+ * Fix TTY integration with podman containers so color terminals work
+   with the build panel.
+ * Include a backend-specific error message when version control cloning
+   files in the greeter workspace.
+ * Fix invalid property value in URL bar for webkit pages.
+ * Port meson and cargo plugins to use run commands. This fixes an issue
+   where run contexts don't know they need TTY support until too late.
+   This affected podman usage.
+ * Port git plugin to use run commands for submodule initialization. This
+   also helps ensure we have TTY access.
+ * Fix "hold" counts on document buffers so they cannot be reclaimed
+   immediately after loading of the buffer completes.
+ * When renaming files in the project-tree, the old file will be closed
+   and the new file re-opened in it's place. Previously we only closed
+   the file and did not re-open.
+ * gnome-builder-git daemon gained some optimizations and improvements
+   around monitoring .git indexes.
+ * Git file changes are now properly reloaded after commits are detected
+   to the underlying index.
+ * Life-cycle tracking of highlighter/completion providers for Ctags has
+   been improved.
+ * The empty-state for page frames has been updated to fit better with
+   adwaita styling.
+ * Layered settings for syntax languages has been fixed.
+ * Translation updates
+
+
 # GNOME Builder 43.0
 
 After about 6 months of development, GNOME Builder 43.0 is here!
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in.in 
b/data/appdata/org.gnome.Builder.appdata.xml.in.in
index 597a34dda..4cb48cd46 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in.in
@@ -90,6 +90,7 @@
   <translation type="gettext">gnome-builder</translation>
 
   <releases>
+    <release version="43.1" date="2022-09-26"/>
     <release version="43.0" date="2022-09-22"/>
   </releases>
 
diff --git a/doc/help/conf.py b/doc/help/conf.py
index c12006a51..803cd102b 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 = '43'
 # The full version, including alpha/beta/rc tags.
-release = '43.0'
+release = '43.1'
 
 # 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 43c041b9a..b9d03b3b4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '43.0',
+          version: '43.1',
     meson_version: '>= 0.60',
   default_options: [ 'c_std=gnu11',
                      'cpp_std=gnu++2a',


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