Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aman Das
gnome-builder
Commits
7c43505f
Commit
7c43505f
authored
Jun 27, 2020
by
Christian Hergert
Browse files
release 3.37.1
parent
87e6eaba
Changes
4
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
7c43505f
==============
Version 3.37.1
==============
• ToDo plugin fixes
• Improved templates
• Use simplified wrapper for fusermount on host
• Vim emulation improvements
• Styling improvements
• A new in-process style scheme for Adwaita
• Fixes for drawing search bubbles
• Save buffers before renaming files
• New rust-analyzer plugin instead of RLS
• Clang plugin improvements
• HTML/markdown improvements
• Fixes for project directories outside of $HOME
• Open with external program supported with libportal
• GVls improvements
• Tooltip alignment fixes
• Support for relative line numbers in source code editor
• Snippet improvements
• Make build system more reproducible
• GJS fixes
• Various UI improvements
• Translation updates
==============
Version 3.36.0
==============
...
...
data/appdata/org.gnome.Builder.appdata.xml.in
View file @
7c43505f
...
...
@@ -86,6 +86,15 @@
<translation
type=
"gettext"
>
gnome-builder
</translation>
<releases>
<release
version=
"3.37.1"
date=
"2020-06-27"
>
<description>
<p>
Builder 3.37.1 is our first release towards 3.38.
It has a number of bugfixes and improvements including support for Rust Analyzer.
</p>
</description>
</release>
<release
version=
"3.36.0"
date=
"2020-03-06"
>
<description>
<p>
...
...
doc/help/conf.py
View file @
7c43505f
...
...
@@ -58,9 +58,9 @@ author = 'Christian Hergert, et al.'
# built documents.
#
# The short X.Y version.
version
=
'3.3
6
'
version
=
'3.3
7
'
# The full version, including alpha/beta/rc tags.
release
=
'3.3
6.0
'
release
=
'3.3
7.1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
meson.build
View file @
7c43505f
project
(
'gnome-builder'
,
'c'
,
license
:
'GPL3+'
,
version
:
'3.37.
0
'
,
version
:
'3.37.
1
'
,
meson_version
:
'>= 0.51.2'
,
default_options
:
[
'c_std=gnu11'
,
'cpp_std=gnu++2a'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment