[gnome-builder] Release 41.beta1
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Release 41.beta1
- Date: Wed, 25 Aug 2021 22:35:39 +0000 (UTC)
commit c513d5a1cba4d3cd568e87aecad9ae1d202678dd
Author: Christian Hergert <chergert redhat com>
Date: Wed Aug 25 15:33:41 2021 -0700
Release 41.beta1
NEWS | 23 +++++++++++++++++++++++
data/appdata/org.gnome.Builder.appdata.xml.in | 19 +++++++++++++++++++
doc/help/conf.py | 2 +-
meson.build | 2 +-
4 files changed, 44 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c224202e3..ea4886c19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+================
+Version 41.beta1
+================
+
+ • Builder now uses a private Flatpak installation for SDKs to avoid
+ modifying the user's flatpak installation. It automatically uses
+ Flathub, Flathub-beta, and GNOME Nightly Flatpak repositories with
+ appropriate filters to get access to nightly and beta SDKs. This is
+ necessary to support development against "master" once the SDKs
+ branch for beta.
+ • Style scheme improvements
+ • Improvements in the foundry to build pipelines
+ • Allow loading buffers without addins to speed up text replacements
+ • Use jedi-language-server instead of loading Jedi in process
+ • Enable rust global search if the project is known to contain rust
+ • Improvements to Flatpak SDK extension integration
+ • A new markdown renderer
+ • Improvements to LSP autocompletion features
+ • Accessibility improvements
+ • Improved devhelp integration
+ • Session support for additional page types other than editors
+ • Improvements to grep integration including project search and replace
+
=================
Version 41.alpha1
=================
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index 0501d4c70..22ddc5581 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -86,6 +86,25 @@
<translation type="gettext">gnome-builder</translation>
<releases>
+ <release version="41.beta1" date="2021-08-25">
+ <p>Builder 41.beta1 is ready for testing!</p>
+ <ul>
+ <li>Builder now uses a private Flatpak installation for SDKs to avoid modifying the user's flatpak
installation. It automatically uses Flathub, Flathub-beta, and GNOME Nightly Flatpak repositories with
appropriate filters to get access to nightly and beta SDKs. This is necessary to support development against
"master" once the SDKs branch for beta.</li>
+ <li>Style scheme improvements.</li>
+ <li>Improvements in the foundry to build pipelines.</li>
+ <li>Allow loading buffers without addins to speed up text replacements.</li>
+ <li>Use jedi-language-server instead of loading Jedi in process.</li>
+ <li>Enable rust global search if the project is known to contain rust.</li>
+ <li>Improvements to Flatpak SDK extension integration.</li>
+ <li>A new markdown renderer.</li>
+ <li>Improvements to LSP autocompletion features.</li>
+ <li>Accessibility improvements.</li>
+ <li>Improved devhelp integration.</li>
+ <li>Session support for additional page types other than editors.</li>
+ <li>Improvements to grep integration including project search and replace.</li>
+ </ul>
+ </release>
+
<release version="41.alpha1" date="2021-07-19">
<p>Builder 41.alpha1 is ready for testing!</p>
</release>
diff --git a/doc/help/conf.py b/doc/help/conf.py
index debee651f..a97efb4d3 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.alpha1'
+release = '41.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 318a9fc4d..ec9abf06c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-builder', 'c',
license: 'GPL3+',
- version: '41.alpha1',
+ version: '41.beta1',
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]