[gnome-builder] Release 42.alpha1
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Release 42.alpha1
- Date: Thu, 6 Jan 2022 22:28:17 +0000 (UTC)
commit 60316b290961511f977bc52e9ecca3248f828e5a
Author: Christian Hergert <chergert redhat com>
Date: Thu Jan 6 14:12:55 2022 -0800
Release 42.alpha1
NEWS | 39 +++++++++++++++++++++++++++
data/appdata/org.gnome.Builder.appdata.xml.in | 28 +------------------
doc/help/conf.py | 4 +--
meson.build | 2 +-
4 files changed, 43 insertions(+), 30 deletions(-)
---
diff --git a/NEWS b/NEWS
index c1959c33e..a9d3adc45 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+=================
+Version 42.alpha1
+=================
+
+ • Use updated libportal release
+ • Add buildstream plugin
+ • Support for "base runtimes" in flatpak manifests
+ • Use GtkScrolledWindow with terminals
+ • Allow specifying min-length for quick-highlight plugin
+ • Fixes to allow for external addons with Flatpak
+ • rubucop support
+ • Parse languages from meson.build more correctly
+ • CSS, Font, and syntax styling improvements
+ • An experimental clangd plugin, which distributions should not enable
+ by default as it consumes significantly more memory than Builder's
+ integrated clang support
+ • Search result ordering fixes
+ • Modernized mono template
+ • Clang-format integration
+ • Improved SDK download integration with Flatpak
+ • Make application-ids more restrictive when creating projects
+ • Avoid opening known GTK 4 templates with Glade
+ • Fix unloading of some pipeline addins
+ • Work around IBus breakage in how it stole our keybindings
+ • Allow markdown in diagnostics as used by some LSPs, notably rust-analyzer
+ • Improved path detection with SDKs and extensions
+ • Markdown styling improvements
+ • A new LspService object has been added for plugins who need simple integration
+ with language servers, vastly simplifying work necessary by plugins integrating
+ language servers.
+ • Fixes to wordexp() usage when calculating long/short-form paths
+ • CSS plugin now knows about additional CSS property names
+ • Many LSP integration points with newer specifications have been added
+ • You can now set run-options in build preferences
+ • Additional snippets have been added
+ • Support for integrating with intelephense language server
+ • Support for integrating with Blueprint language server and syntax
+ • Updated translations
+
============
Version 41.1
============
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index b4e77c62e..4e9f04c72 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -90,33 +90,7 @@
<translation type="gettext">gnome-builder</translation>
<releases>
- <release version="41.1" date="2021-09-22">
- <ul>
- <li>System and user fonts are now made available when running applications</li>
- <li>Project template updates for GTK 4</li>
- <li>Snippet updates for GLib/GObject 2.70+</li>
- <li>Updated translations</li>
- </ul>
- </release>
-
- <release version="41.0" date="2021-09-03">
- <p>Builder 41.0 is here!</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="42.alpha1" date="2022-01-06"/>
</releases>
<content_rating type="oars-1.1">
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 92545a3db..a597edaac 100644
--- a/doc/help/conf.py
+++ b/doc/help/conf.py
@@ -58,9 +58,9 @@ author = 'Christian Hergert, et al.'
# built documents.
#
# The short X.Y version.
-version = '41'
+version = '42'
# The full version, including alpha/beta/rc tags.
-release = '41.1'
+release = '42.alpha1'
# 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 494e0d752..ae96f7cb7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-builder', 'c',
license: 'GPL3+',
- version: '42.alpha0',
+ version: '42.alpha1',
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]