==============
Version 3.36.0
==============

 • Support alt+left and mouse back button within greeter window
 • Improvements to symbol selection and activation in editor frame
 • Rust template improvements
 • Support for snippets in LSP protocol
 • Improvements to Vala language server integration
 • Cargo build system improvements
 • Translation updates

===============
Version 3.35.91
===============

 • Updated list of newcomers projects
 • Various i18n improvements for more complete translations
 • Many improvements in Language Server Protocol support
 • Vala support is now provided from GVls instead of an internal plugin
 • Remove RUSTFLAGS overrides from Cargo integration
 • Added an update-manager plugin to track flatpak update availability
 • Robustness fixes when running on non-local file systems
 • Improvements to shortcuts including Glade integration
 • Improvements to meson plugins
 • A new copyright plugin that can update copyright years in headers
 • Detection of CFLAGS and CXXFLAGS environment variables when using
   Makefile has been fixed
 • Jedi improvements
 • Go language server is not set to use the upstream "gopls"
 • Translation updates

==============
Version 3.35.3
==============

 • Many bug fixes and build system improvements
 • Updated URLs for flatpak
 • Performance improvement for default sourceview styles
 • Ensure access to document portals
 • Many improvements to language server protocol support
 • VTE is now bundled in flatpak builds
 • Single click support for hyperlinks in build terminals
 • Improvements to "find other file" for similar file types
 • Tweak styling for command bar and search button
 • Add close button to search bar
 • Podman improvements
 • Markdown improvements
 • A new stylelint plugin was added

==============
Version 3.34.0
==============

 • Support for negative line numbers in "Go To Line" popover
 • Terminal workspaces are disabled for 3.34
 • Documentation fixes
 • Fix Escape usage in various search entries
 • Build system fixes
 • Translation updates

===============
Version 3.33.92
===============

Changes since last release:

 • A new Rust GNOME project template has been added in addition to general
   improvements in the project creation assistant
 • Improvements to Vim emulation
 • Menu items within the glade designer pages have been fixed
 • Search improvements when regex and escape characters are used
 • Fixes for various keyboard shortcuts
 • Fix disappearance of Flatpak SDK installation popover
 • Fix saving of Glade documents when there are errors
 • Bug fixes to directory view and html-preview plugins
 • Buffer monitor tracking fixes
 • Improve drawing of transfer information in popovers
 • Translation updates

===============
Version 3.33.90
===============

Changes since last release:

 • Fix deprecations from recent GLib changes
 • Update for recent Sysprof API changes
 • Multiple cursors improvements in editor
 • Fix meson tests use of IdeRunner
 • Sort commands in command-bar by priority
 • A new shellcmd plugin to execute shell commands from host, build,
   or runtime environments including support for keyboard shortcuts.
 • Fix a number of "execve()" errors in build system usage
 • Project template improvements
 • Translation updates

==============
Version 3.33.4
==============

Changes since last release:

 • The greeter will disable input while opening a project
 • The sysprof plugin includes many new data sources
 • Git status in the project tree no longer uses color, instead
   opting for an open circle for changes, and closed circle for
   new files (along with bold)
 • The UI tries to be more consistent in using italics for changes
   as bold is used for new files in the project tree
 • Various project tree styling changes
 • Discovery of programs within Flatpak runtimes no longer requires
   using `which'. The files are located directly using known PATH
 • Various FreeBSD compilation fixes with Clang
 • Many other bug fixes and improvements
 • Translation updates

==============
Version 3.33.3
==============

Changes since last release:

 • The sysprof dependency has been bumped to 3.33.3. Note that sysprof
   3.33.3 introduces a new org.gnome.Sysprof3 service we rely on, but also
   provides org.gnome.Sysprof2 for compat with older systems
 • Validate application IDs when creating projects
 • Improvements to the golang language server integration
 • Improved formatting with `format-decls` comand-bar action
 • Updates for newcomer workflow
 • Improvements to Vim emulation
 • Cargo build system integration improvements
 • Improved gtkmm templates
 • Use --watch-bus when emulating rofiles-fuse to host
 • Improvements to completion-window opacity on Ctrl key-press/release
 • Window stacking fixes
 • Directory names are now indexed and can be used to open a file-browser
 • Foundry improvements including unit testing and PTY usage
 • Avoid displaying notifications in some situations
 • Terminal spawning has been redesigned to make it easier to re-use
 • We now load .ui files in the editor by default, you can open them
   from the designer using "View Design"
 • GNUmakefile fixes
 • Translation updates

==============
Version 3.33.1
==============

Changes since last release:

 • Builder now requires meson 0.50 to build
 • The appdata name was restored to it's previous name for compatibility
 • Global search now uses a button which auto-expands into a search entry
   when focused.
 • The git plugin has been rewritten to use an out-of-process git daemon
   which communicates over stdin/stdout using DBus serialization.
 • The vala plugin has been moved out-of-process. Some features are disabled
   but will come back in a future release.
 • Improvements to editor menus
 • Waf support handles foreign python better
 • Allow ignoring code-index directories with a .noindex file
 • Fixes to editor overscroll
 • Improvements when home directory is detected to be within a symlink
 • Improvements to projects that are found within a symlink
 • Control key now toggles opacity of completion window
 • Bump C++ build requirement for more modern preprocessor features
 • Initial podman support when --preserve-fds is available
 • Style fixes for sourceview line gutter background rendering
 • The flatpak-plugin has been ported away from libgit2-glib
 • The Builder UI process no longer links against libgit2-glib
 • C++ alternate-file matching for compile_commands.json has improved
 • C/C++ flags --std= option is now supported in addition to -std=
 • PR_SET_PDEATHSIG is used for child processes spawned from the main-thread
 • A new fast-int conversion implementation has been added that saves about
   256kb of rodata
 • A new DBus inspector tool has been added
 • Git line change detection improvements
 • "New item" buttons were removed from the frame header popover
 • Updated translations

Currently, this release requires libgit2-glib from master as there is
not currently a 3.33.1 equivalent release.

==============
Version 3.32.1
==============

Changes since last release:

 • Appdata updates
 • The project-tree now auto-resizes the column
 • Stability improvements to the flatpak plugin
 • The flatpak plugin now queries before installing dependencies
 • The code-index can be avoided by placing a ".noindex" file in a directory
 • Transfer notifications have cancel buttons restored
 • Waf improvements
 • Flatpak uses fallback-x11 now instead of x11 by default
 • RLS support can now be disabled by disabling the plugin
 • A leak was fixed for semantic highlight indexes
 • Scroll improvements for the source code editor
 • Improved support for symlinks above the project directory
 • Support for podman's --preserve-fds option
 • Sourceview line number background drawing is improved
 • Updated documentation
 • Updated translations

==============
Version 3.32.0
==============

Changes since last release:

 • Improve restoring cursor after loading buffer
 • Various API changes to avoid out-params with async functions
 • Styling tweaks for matching brackets
 • Updated documentation
 • Updated translations
