[gnome-builder/gnome-builder-3-34] release 3.34.1
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-34] release 3.34.1
- Date: Sat, 5 Oct 2019 03:51:05 +0000 (UTC)
commit f28549a6e8dc326b7f29eaa5b0fc29e4050f4b75
Author: Christian Hergert <chergert redhat com>
Date: Fri Oct 4 20:41:32 2019 -0700
release 3.34.1
NEWS | 16 +++++
data/appdata/org.gnome.Builder.appdata.xml.in | 90 +++++----------------------
doc/help/conf.py | 2 +-
meson.build | 2 +-
4 files changed, 32 insertions(+), 78 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3afe5877e..ec47d7d68 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+==============
+Version 3.34.1
+==============
+
+Changes since last release:
+
+ • Added gitg to newcomers projects
+ • Fix user disabling of quick-highlight plugin
+ • Tweak bottom margin of editors for overlay scrollbars
+ • Improve guessing of source code languages from basename
+ • Fix branch selection from clone dialog
+ • Fix podman invocations to use absolute directory path
+ • Load search engine when loading a project
+ • Build system fixes
+ • Translation updates
+
==============
Version 3.34.0
==============
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index aad6963c3..707c1a64f 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -86,89 +86,27 @@
<translation type="gettext">gnome-builder</translation>
<releases>
- <release version="3.34.0" date="2019-09-09">
- <description>
- <p>
- Builder 3.34.0 culminates six months of feature development, bugfixes, and performance
improvements.
- </p>
- </description>
- </release>
-
- <release version="3.33.92" date="2019-09-04">
- <description>
- <p>
- Builder 3.33.92 is here as our release candidate before 3.34.
- Please test things out and file any bugs to help us have a great 3.34 release!
- </p>
- </description>
- </release>
-
- <release version="3.33.90" date="2019-08-10">
- <description>
- <p>
- Builder 3.33.90 is here as we march along towards 3.34.
- This release includes a number of bug fixes and improvements to foundational libraries.
- A new shellcmd plugin has been added to allow executing external commands in a number of
environments.
- </p>
- </description>
- </release>
-
- <release version="3.33.4" date="2019-08-01">
+ <release version="3.34.1" date="2019-10-04">
<description>
- <p>
- Builder 3.33.4 is here as we march along towards 3.34.
- This release includes a number of bug fixes and improvements to foundational libraries.
- </p>
- </description>
- </release>
-
- <release version="3.33.3" date="2019-06-25">
- <description>
- <p>
- Builder 3.33.3 is here as we march along towards 3.34.
- A number of new features are in this release including improved Sysprof support.
- </p>
- </description>
- </release>
-
- <release version="3.33.1" date="2019-04-23">
- <description>
- <p>
- Builder 3.33.1 is our first release as we progress towards 3.34.
- A number of new features are in this release such as a new search button, D-Bus inspector, podman
support, git improvements, and more.
- </p>
+ <p>Builder 3.34.1 contains a number of improvements since 3.34.0.</p>
+ <ul>
+ <li>Gitg was added to the newcomers projects</li>
+ <li>Allow users to disable the quick-highlight plugin</li>
+ <li>Additional margin has been added to the source code editor to make space for overlay
scrollbars</li>
+ <li>Improved guessing of source code language from file names</li>
+ <li>Branch selection when cloning a repository has been fixed</li>
+ <li>Search engine enhancements</li>
+ <li>Improvements to podman integration</li>
+ <li>Translation updates</li>
+ </ul>
</description>
</release>
- <release version="3.32.0" date="2019-03-12">
+ <release version="3.34.0" date="2019-09-09">
<description>
<p>
- Builder 3.32 is here with many features and improvements from the ground up!
+ Builder 3.34.0 culminates six months of feature development, bugfixes, and performance
improvements.
</p>
- <ul>
- <li>Multi-monitor support.</li>
- <li>A newly designed greeter.</li>
- <li>A newly designed omnibar with support for long running tasks with progress.</li>
- <li>Support for non-project mode when opening files from the command-line or file-browser.</li>
- <li>A number of new command-line options have been added.</li>
- <li>Builder will attempt to avoid re-installs when running if no files have changed.</li>
- <li>Many new and simplified plugin interfaces.</li>
- <li>Support for external plugins by requiring specific ABI checks.</li>
- <li>Add setting to disable clearing build caches at startup.</li>
- <li>Move app-menu to application windows.</li>
- <li>A number of plugins were redesigned to improve stability.</li>
- <li>Editor search state is now preserved when saving session state.</li>
- <li>Support for updating git submodules along with other dependencies.</li>
- <li>Keybindings improvements.</li>
- <li>Improved meson project templates.</li>
- <li>New styling based on updates to Adwaita.</li>
- <li>The project tree now includes version control information, build targets, and unit tests.</li>
- <li>Additional snippets.</li>
- <li>Improvements for Language Server Protocol.</li>
- <li>Unit Tests now integrate a terminal panel for tracking success.</li>
- <li>A number of new command-line options have been added such as --clone, --greeter, --editor,
--create-project, --preferences, and more.</li>
- <li>New desktop actions for the gnome-shell application context menu have been added.</li>
- </ul>
</description>
</release>
</releases>
diff --git a/doc/help/conf.py b/doc/help/conf.py
index 6934bd3b3..c63fe9197 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 = '3.34'
# The full version, including alpha/beta/rc tags.
-release = '3.34.0'
+release = '3.34.1'
# 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 b7bc82c09..b2d9f4e1b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-builder', 'c',
license: 'GPL3+',
- version: '3.34.0',
+ version: '3.34.1',
meson_version: '>= 0.50.0',
default_options: [ 'c_std=gnu11',
'cpp_std=gnu++2a',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]