[gnome-builder] release 3.19.4



commit e61d57ea8edde8c315171a9f2bb3f054fed3c6b1
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jan 26 23:08:58 2016 +0100

    release 3.19.4

 NEWS         |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 49 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b946c67..d707749 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,52 @@
 ==============
+Version 3.19.4
+==============
+
+It's been far too long since our last release, and things are heating up
+for GNOME 3.20. Builder has underone a major overhaul since 3.18 and
+still has a few major pieces still to land this cycle.
+
+ • Perspectives have been implemented to allow for clearer groupings
+   of application features and plugins.
+ • Preferences has undergone substantial redesign. Preferences now
+   use a custom perspective rather than a dialog window.
+   - There is still an height-for-width bug to resolve in the layout
+     of preference items.
+ • A new "ide" command exposing various Builder features to command
+   line users.
+ • Global search has gotten some style cleanup.
+ • Builders custom CSS was rewritten for recent gtk+ changes.
+ • A build panel has been added.
+ • A Todo plugin was added to track todo items.
+ • Perspectives can handle URI opening, allowing for perspectives
+   such as a "glade perspective" to handle opening .ui files.
+ • Builder-1.0.gir was dropped, in favor of Ide-1.0.gir.
+ • Embedded plugins and dependency solving now works.
+ • Plugin APIs were simplified.
+ • Multi-process separation support using IdeWorker. Plugins can now
+   easily move work to a subprocess and communicate via D-Bus. Jedi
+   has been ported to multi-process mode for Python auto-completion.
+ • Lots of Vim-mode improvements.
+ • Vala plugin improvements.
+ • External plugins are now supported.
+ • Plugins can be loaded and unloaded.
+ • Loads of bug and build system fixes.
+ • Project greeter and project creation have been rewritten for
+   perspectives.
+ • Plugins now have automatic resources for menus.ui and css themes.
+ • Various keybinding improvements.
+ • Control+click works for navigating to type definitions.
+ • scrolloffset has much improved and gained support for negative
+   values, which works in the opposite direction (top down).
+ • Search movements have been simplified.
+
+And much, much more!
+
+Please help us shake out the bugs by running Builder and reporting
+bugs to bugzilla.gnome.org.
+
+
+==============
 Version 3.18.1
 ==============
 
diff --git a/configure.ac b/configure.ac
index be52f33..d0f8729 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ dnl Define Versioning Information
 dnl ***********************************************************************
 m4_define([builder_major_version],[3])
 m4_define([builder_minor_version],[19])
-m4_define([builder_micro_version],[0])
+m4_define([builder_micro_version],[4])
 m4_define([builder_version],[builder_major_version.builder_minor_version.builder_micro_version])
 m4_define([builder_interface_age],[0])
 m4_define([builder_bugreport_url],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]