[gnome-builder] Release 42.beta1
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Release 42.beta1
- Date: Tue, 22 Feb 2022 23:08:58 +0000 (UTC)
commit b655fc541424e22f994f0f31c19ade4933d6e296
Author: Christian Hergert <chergert redhat com>
Date: Tue Feb 22 14:53:16 2022 -0800
Release 42.beta1
NEWS | 26 ++++++++++++++++++++++++++
data/appdata/org.gnome.Builder.appdata.xml.in | 1 +
doc/help/conf.py | 2 +-
meson.build | 2 +-
4 files changed, 29 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a9d3adc45..3ba83a324 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+================
+Version 42.beta1
+================
+
+ • Support for dark style preference
+ • Enable proc-macro with rust-analzyer
+ • Project template updates
+ • Improvements to podman integration
+ • Fix a number of crashes
+ • Use libhandy for window styling to match other GNOME applications
+ • Fullscreen has been temporarily removed until the GTK 4 port to allow
+ for easier transition to libhandy
+ • Updates to syntax highlighting schemes
+ • Addition of IdeDiagnosticTool to simplify plugin creation
+ • Adwaita is now the default style scheme
+ • The gutter will now try to use colors from style scheme for difffs
+ • Build system modernization
+ • Robustness fixes to terminal
+ • Fixes for header include completion
+ • gtk4 validation with RNG
+ • Clang improvements when using podman
+ • CMake integration fixes
+ • Updated icons
+ • VIM emulation fixes
+ • Updated translations
+
=================
Version 42.alpha1
=================
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index 4e9f04c72..ec7c62a3f 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -90,6 +90,7 @@
<translation type="gettext">gnome-builder</translation>
<releases>
+ <release version="42.beta1" date="2022-02-22"/>
<release version="42.alpha1" date="2022-01-06"/>
</releases>
diff --git a/doc/help/conf.py b/doc/help/conf.py
index a597edaac..3760e67e9 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 = '42'
# The full version, including alpha/beta/rc tags.
-release = '42.alpha1'
+release = '42.beta1'
# 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 d3a148de0..5bd606242 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-builder', 'c',
license: 'GPL3+',
- version: '42.alpha1',
+ version: '42.beta1',
meson_version: '>= 0.59.1',
default_options: [ 'c_std=gnu11',
'cpp_std=gnu++2a',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]