[gnome-builder] release 3.31.4
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] release 3.31.4
- Date: Thu, 10 Jan 2019 05:48:24 +0000 (UTC)
commit aed56acf2158c6e315b903c2ce6f1acc9d43414f
Author: Christian Hergert <chergert redhat com>
Date: Wed Jan 9 21:24:44 2019 -0800
release 3.31.4
NEWS | 25 +++++++++++++++++++++++++
data/appdata/org.gnome.Builder.appdata.xml.in | 17 +++++++++++++++++
meson.build | 2 +-
3 files changed, 43 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 261bbc709..6dd54853a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+==============
+Version 3.31.4
+==============
+
+Changes since last release:
+
+ • A large number of changes as part of refactoring the core of Builder.
+ • Basic support for multiple workspace windows for a project. Such is useful
+ in multi-monitor setups.
+ • Add --clone, --greeter, --manifest, --editor command line options.
+ • Opening files via .desktop mimetypes should no longer open a project,
+ only the source file.
+ • Various build system information has been coalesced into the project tree.
+ • Many meson_options.txt changes including a number of plugin options
+ were simplified.
+ • Configuration view has been abstracted to allow plugins to extend build
+ preferences.
+
+We expect there to be a number of bugs found during the following releases
+due to the magnitude of refactoring this cycle. We appreciate those taking
+time to file good bug reports for us.
+
+We also anticipate a lot of translation updates so translation teams may want
+to get a head start sooner rather than later.
+
==============
Version 3.31.1
==============
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index 16ab81fb5..ba57715cd 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -82,6 +82,23 @@
<translation type="gettext">gnome-builder</translation>
<releases>
+ <release version="3.31.4" date="2019-01-09">
+ <description>
+ <p>
+ This release contains a major refactor of much of Builder.
+ Many UI components have been refreshed and many APIs available to plugins have been simplified and
improved.
+ We expect a number of bugs as fallout from the refactor, and are looking for users to help test
and report issues back to us.
+ </p>
+ <ul>
+ <li>Initial multi-monitor support.</li>
+ <li>Initial support for non-project mode when opening files from the command line.</li>
+ <li>A number of new command-line options have been added.</li>
+ <li>Many new and simplified plugin interfaces.</li>
+ <li>Support for external plugins by requiring specific ABI checks.</li>
+ </ul>
+ </description>
+ </release>
+
<release version="3.31.1" date="2018-10-08">
<description>
<p>
diff --git a/meson.build b/meson.build
index bf94bee76..c5c63adbf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-builder', 'c',
license: 'GPL3+',
- version: '3.31.1',
+ version: '3.31.4',
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]