[gnome-builder] NEWS: truncate old development cycle
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] NEWS: truncate old development cycle
- Date: Wed, 13 Mar 2019 05:32:30 +0000 (UTC)
commit 9ada569b4056c4f513b98be97205001b2906a17e
Author: Christian Hergert <chergert redhat com>
Date: Tue Mar 12 22:25:03 2019 -0700
NEWS: truncate old development cycle
NEWS | 200 -------------------------------------------------------------------
1 file changed, 200 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8c52fb110..a5ace978e 100644
--- a/NEWS
+++ b/NEWS
@@ -147,203 +147,3 @@ Updated Translations:
Swedish, Danish, Hungarian, Korean, Romanian, Turkish, Galician, Indonesian,
Czech, German, Italian, Polish, Brazilian Portuguese
-===============
-Version 3.29.92
-===============
-
-Changes since last release:
-
- • Workarounds for various network portal issues and HTTP url opening.
- • The clang plugin now supports renaming symbols within a file. This uses
- the clang-rename binary, and therefore is limited to the same restrictions
- as that tool (which match those of clangd).
- • Various build system improvements to simplify downstream packaging.
- • Some snippet and rust completion improvements.
- • The hover popover tries to handle more corner cases.
- • "dW" now uses the proper full-word mode under vim emulation.
-
-Updated Translations:
-
- French, Kazakh, British English, Korean, Chinese (Taiwan), Romanian, Finnish,
- Indonesian, Czech, Brazilian
-
-===============
-Version 3.29.91
-===============
-
-Changes since last release:
-
- • gdb breakpoint control improvements
- • Build system improvements for NixOS and Flatpak
- • Many memory safety and leak improvements
- • Icon installation has changed slightly. Please let us know if
- you have issues on your distribution.
- • A hover provider for language server protocol was added, including
- for rls.
- • The buffer manager now avoids highlighting while loading the underlying
- buffers from storage.
- • Terminals now use --login when using bash.
- • SIGPIPE is disabled on startup.
- • A new session manager that can restore your vertical and horizontal splits.
- • Applications can now talk to portals by default when using flatpak.
- • Improvements to embedded snippets language defaults.
- • Avoid re-downloading of artifacts when possible.
-
-Updated Translations:
-
- Swedish, German, Lithuanian, Spanish, Turkish, Catalan, Italian,
- Brazilian Portuguese, Polish
-
-==============
-Version 3.29.4
-==============
-
-Changes since last release:
-
- • A new "interactive tooltip" based on GtkPopover has been added
- to the editor along with plugin support for "hover providers"
- which roughly matches the language server protocol
- • Builder now depends on GtkSourceView 4.0
- • A number of performance issues have been fixed on large projects
- • The todo plugin now uses "git grep" when available
- • Enable clang support for Objective-C
- • Avoid use of "async" keyword for Python 3.7 support
- • Use tooltips to display broken/unsatisfied build pipelines
- • Add support for a number of bundled mimetype icons and other
- icon quality improvements
- • Additional license support in templates
- • Additional snippets for various languages
- • Improvements to character overwrite support in the editor
- • Various toolchain improvements
- • Various vim emulation improvements
- • A successful build/configure will cause diagnostics to be reloaded
- in the open source code views
- • Simple support for gdb countpoints
- • SSH+git clone improvements when private keys are used
-
-Updated Translations:
-
- German, Romanian
-
-
-==============
-Version 3.29.3
-==============
-
-Changes since last release:
-
- • A new completion engine has been added, replacing the use of
- GtkSourceCompletion. Information about the new engine can be found at
- https://blogs.gnome.org/chergert/2018/06/09/a-new-completion-engine-for-builder/
- • Helpers to format GNOME-style header function blocks has been added. Run
- the "format-decls" command from the command bar with an editor selection.
- • Updated AppData and OARS.
- • Initial support for the gradle and maven build system.
- • Updated sensible defaults for the Java programming language.
- • Various performance and correctness fixes.
- • Additional support for sysroots and toolchain selection.
- • A memory leak of editor buffers has been fixed.
- • The jedi plugin was updated to support more recent releases.
- • The code indexer and other plugins will now ignore the node_modules
- directory when the npm plugin has been loaded.
- • You can now specify a branch name other than "master" when cloning
- a git repository.
- • Plugins in ~/.local/share/gnome-builder/plugins will have higher
- priority which simplifies the process of creating and testing new
- plugins out-of-tree such as when using Flatpak.
- • Correctness fixes in a number of plugins and libide.
- • Language server protocol conformance improvements.
- • A new "toggle-map" GAction allows quickly enabling the overview map.
- • The snippet engine got improvements to reduce runtime memory overhead.
- • Boxes was added to the newcomers section.
- • GCC Warnings were vastly increased this cycle, including lots of fixes
- but also new potentials for -Werror failures.
- • The headerbar on Adwaita has been tweaked to be less busy due to the
- proximity of controls.
-
-Updated Translations:
-
- Brazilian, Portuguese, Czech, Spanish, Swedish
-
-==============
-Version 3.29.2
-==============
-
-Changes since last release:
-
- • Fixes for DTD and RNG processing in xml-pack plugin
- • Improvements to the vim-style search and replace command
- • Continued improvements to the new sysroot plugin
- • A new IdeToolchain abstraction has been added to help with systems
- where multiple toolchains can exist within a runtime. We expect this
- to be used later on for some cross-compiling.
- • Various build systems have been migrated to toolchain support
- • Various memory leak fixes
- • Improved support for using subprocesses to perform compiler work
- • Clang support has been moved out-of-process using the new
- gnome-builder-clang subprocess. Clang-based auto-completion is temporarily
- disabled until a future development release.
- • A preferences button has been re-added to the perspective switcher
- • Memory overhead of the clang plugin has been vastly reduced
- • The code-indexer now uses less memory
- • The highlighter can now deal with delayed requests to load a new
- highlight index. It more correctly follows up on incorrectly highlighted
- lines of code.
- • A spinloop was fixed when opening certain files with double-click from
- the project tree.
-
-Updated Translations:
-
- Swedish, Lithuanian, Hungarian, Spanish, Romanian, Turkish, Indonesian,
- Czech, German, Slovenian, Italian, Brazilian Portuguese, Polish
-
-==============
-Version 3.29.1
-==============
-
-Changes since last release:
-
- • A new threadpool and tasking engine has landed which provides
- much more safety guarantees in how tasks are processed off
- main-thread and results proxied back to the destination thread.
- This greatly improves the guarantees we can provide to threaded
- workers. Threadpools are segmented by type kind of work, and tasks
- can be pinned to certain threadpools to choke the number of concurrent
- tasks in flight.
- • Most subsystems have now been ported to IdeTask to take advantage of
- our new threading engine.
- • A new "Runtime Terminal" shell has been provided which is a terminal
- in the runtime environment of the application. This means that
- desktop applications will have access to the wayland or X11 sockets
- if configured to do so in the flatpak manifest.
- • Builder tries harder to ignore minified JSON files when performing
- various background work like TODO extraction.
- • The buffer manager now short-circuits a file-save request when the
- buffer has not changed from the on-disk version.
- • The build manager tries to avoid rediagnosing in a number of situations.
- • The code-indexer interface has been improved to support off-main-thread
- indexing in an asynchronous manner. Clang and Vala indexers have been
- improved to support this.
- • A new sysroot plugin has been added to allow building against an alternate
- sysroot than that of the host system. We expect further expansion in this
- area for toolchain selection in the future.
- • A new ctrl+shift+k keybinding has been added to jump to symbol search
- within the current document.
- • Many API improvements to simplify access from language bindings.
- • Flatpak "simple" build systems now run the commands from the srcdir
- matching more closely to what flatpak-builder will do.
- • XML plugin improvements for performance, stability and DTD tracking.
- • GDB integration now properly updates frames for the selected thread.
- • Various terminal improvements.
- • Various memory leak fixes.
- • The build manager tries to avoid reseting the build pipeline in
- certain situations.
- • Support for rofiles-fuse has been added to speed up flatpak cachepoint
- generation.
- • Improvements to build flag parsing across entire directories.
-
-Updated Translations:
-
- Swedish, Indonesian, Lithuanian, Dutch, Czech, Italian, Brazilian
- Portuguese, Latvian, Hungarian, British English, German
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]