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
a08692eb
Commit
a08692eb
authored
Apr 20, 2022
by
Christian Hergert
Browse files
Release 42.1
parent
fa58d92f
Changes
4
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
a08692eb
============
Version 42.1
============
Changes sincec 42.0
• Meson templates updates
• Fix failure to load project under certain symlink situations
• Fix restore-cursor plugin
• Improve newline handling with git diffs
• Updated GJS snippets
• Fixes for podman integration
• Language Server Protocol enhancements
• Translation updates
============
Version 42.0
============
...
...
data/appdata/org.gnome.Builder.appdata.xml.in
View file @
a08692eb
...
...
@@ -90,6 +90,7 @@
<translation
type=
"gettext"
>
gnome-builder
</translation>
<releases>
<release
version=
"42.1"
date=
"2022-04-20"
/>
<release
version=
"42.0"
date=
"2022-03-18"
/>
</releases>
...
...
doc/help/conf.py
View file @
a08692eb
...
...
@@ -60,7 +60,7 @@ author = 'Christian Hergert, et al.'
# The short X.Y version.
version
=
'42'
# The full version, including alpha/beta/rc tags.
release
=
'42.
0
'
release
=
'42.
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
meson.build
View file @
a08692eb
project
(
'gnome-builder'
,
'c'
,
license
:
'GPL3+'
,
version
:
'42.
0
'
,
version
:
'42.
1
'
,
meson_version
:
'>= 0.59.1'
,
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