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
mufmu jad
gnome-builder
Commits
b735ca9e
Commit
b735ca9e
authored
Mar 02, 2021
by
Christian Hergert
Browse files
Release 40.beta1 (3.39.92)
parent
5638f4b8
Changes
4
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
b735ca9e
===============
Version 3.39.92
===============
• Update preferences for terminals including making scrollback configurable
• Add support for OSC 8 escape sequences in terminals
• Fix highlight after pasting when multiple cursors are in use
• Allow disabling show-right-margin with .editorconfig
• Reload build pipelines after bootstrapping initial runtimes
• Various podman runtime improvements
• Pass destination FD to host when reading files from host
• Various rust-analyzer improvements
• A new "gdiagnose" plugin which can find some common GObject issues
• The Flatpak plugin can now resolve SDK extensions through common SDK
ancestors improving the newcomer experience for applications such as those
that use org.freedesktop.Sdk.Extension.rust-stable.
• Improvements to the color picker and display extension
• Only show a single "update available" notification
• A new rust code formatter is available
• GNOME application templates now provide example icons
• Translation updates
===============
Version 3.39.90
===============
...
...
data/appdata/org.gnome.Builder.appdata.xml.in
View file @
b735ca9e
...
...
@@ -86,6 +86,12 @@
<translation
type=
"gettext"
>
gnome-builder
</translation>
<releases>
<release
version=
"3.39.92"
date=
"2021-03-02"
>
<p>
Builder 40.beta1 is out and available for testing.
</p>
</release>
<release
version=
"3.39.90"
date=
"2021-01-14"
>
<p>
Builder 40.alpha1 is out and available for testing.
...
...
doc/help/conf.py
View file @
b735ca9e
...
...
@@ -58,9 +58,9 @@ author = 'Christian Hergert, et al.'
# built documents.
#
# The short X.Y version.
version
=
'
3.39
'
version
=
'
40
'
# The full version, including alpha/beta/rc tags.
release
=
'
3.39.0
'
release
=
'
40.beta1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
meson.build
View file @
b735ca9e
project
(
'gnome-builder'
,
'c'
,
license
:
'GPL3+'
,
version
:
'3.39.9
0
'
,
version
:
'3.39.9
2
'
,
meson_version
:
'>= 0.54.0'
,
default_options
:
[
'c_std=gnu11'
,
'cpp_std=gnu++2a'
,
...
...
@@ -9,7 +9,7 @@ project('gnome-builder', 'c',
],
)
symbolic_release
=
'40.
alph
a1'
symbolic_release
=
'40.
bet
a1'
version_split
=
meson
.
project_version
().
split
(
'.'
)
MAJOR_VERSION
=
version_split
[
0
]
...
...
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