[gnome-builder] release 3.31.91
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] release 3.31.91
- Date: Tue, 19 Feb 2019 02:49:26 +0000 (UTC)
commit d62e621454f216562a78c0aaa0ff2eef625bd8cf
Author: Christian Hergert <chergert redhat com>
Date: Mon Feb 18 18:43:21 2019 -0800
release 3.31.91
NEWS | 30 +++++++++++++++++++++++++++
data/appdata/org.gnome.Builder.appdata.xml.in | 8 +++++++
meson.build | 2 +-
3 files changed, 39 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 5feff2413..fe38c3627 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+===============
+Version 3.31.91
+===============
+
+Changes since last release:
+
+ • Fix three-finger-swipe gesture in keyboard shortcuts.
+ • Respect sort-directories-first gsetting in project-tree.
+ • Icons for the newcomers initiative have updated.
+ • Loading of custom gtksourceview style schemes has been restored.
+ • gnome-builder -e will now open a new editor window.
+ • Plugins can now add delay in "settling" the buffer before saving.
+ • The git plugin will settle for updated line changes before the buffer
+ can be saved. This fixes an issue with trim-spaces plugin not trimming
+ all of the expected lines.
+ • Builder's flatpak-based fusermount wrapper was simplified. This could
+ use testing with regards to rofiles and flatpak-builder.
+ • Various search workflow improvements.
+ • The VCS file monitor now contains a sequence number that can be used to
+ optimize some additional work such as installing a project. Builder will
+ no longer install the project before each project Run unless a file within
+ the project tree has changed. Projects that rely on external files will
+ need to press "Build" before "Run" if only external files have changed.
+ • Improvements to guessing language syntax when a buffer is created.
+ • Add an experimental podman runtime provider. This is not enabled by
+ default and we do not recommend enabling it at this time.
+ • Updated translations.
+
+Thanks to the many contributors that provided patches during this cycle!
+
===============
Version 3.31.90
===============
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index afbfc06f0..c262e024b 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -82,6 +82,14 @@
<translation type="gettext">gnome-builder</translation>
<releases>
+ <release version="3.31.91" date="2019-02-18">
+ <description>
+ <p>
+ This release contains a number of bug fixes and performance improvements.
+ </p>
+ </description>
+ </release>
+
<release version="3.31.90" date="2019-02-06">
<description>
<p>
diff --git a/meson.build b/meson.build
index 6245b8721..6285ff208 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-builder', 'c',
license: 'GPL3+',
- version: '3.31.90',
+ version: '3.31.91',
meson_version: '>= 0.48.0',
default_options: [ 'c_std=gnu11',
'cpp_std=c++11',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]