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
Jeremy Bicha
gnome-builder
Commits
12b2e694
Commit
12b2e694
authored
Nov 16, 2021
by
Christian Hergert
Browse files
Release 41.2
parent
82f5074f
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/appdata/org.gnome.Builder.appdata.xml.in
View file @
12b2e694
...
...
@@ -90,6 +90,20 @@
<translation
type=
"gettext"
>
gnome-builder
</translation>
<releases>
<release
version=
"41.2"
date=
"2021-11-16"
>
<ul>
<li>
Fix an issue with comparing global search results
</li>
<li>
Use multiple Flatpak transactions if runtimes are found on different installations
</li>
<li>
Fix running applications when a Flatpak private installation is needed
</li>
<li>
Improve language detection with meson
</li>
<li>
Improved styling of overview map
</li>
<li>
Improved search results
</li>
<li>
Updated project templates
</li>
<li>
Vala improvements
</li>
<li>
Updated translations
</li>
</ul>
</release>
<release
version=
"41.1"
date=
"2021-09-22"
>
<ul>
<li>
System and user fonts are now made available when running applications
</li>
...
...
meson.build
View file @
12b2e694
project
(
'gnome-builder'
,
'c'
,
license
:
'GPL3+'
,
version
:
'41.
1
'
,
version
:
'41.
2
'
,
meson_version
:
'>= 0.54.0'
,
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