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
b655fc54
Commit
b655fc54
authored
Feb 22, 2022
by
Christian Hergert
Browse files
Release 42.beta1
parent
c011a533
Changes
4
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
b655fc54
================
Version 42.beta1
================
• Support for dark style preference
• Enable proc-macro with rust-analzyer
• Project template updates
• Improvements to podman integration
• Fix a number of crashes
• Use libhandy for window styling to match other GNOME applications
• Fullscreen has been temporarily removed until the GTK 4 port to allow
for easier transition to libhandy
• Updates to syntax highlighting schemes
• Addition of IdeDiagnosticTool to simplify plugin creation
• Adwaita is now the default style scheme
• The gutter will now try to use colors from style scheme for difffs
• Build system modernization
• Robustness fixes to terminal
• Fixes for header include completion
• gtk4 validation with RNG
• Clang improvements when using podman
• CMake integration fixes
• Updated icons
• VIM emulation fixes
• Updated translations
=================
Version 42.alpha1
=================
...
...
data/appdata/org.gnome.Builder.appdata.xml.in
View file @
b655fc54
...
...
@@ -90,6 +90,7 @@
<translation
type=
"gettext"
>
gnome-builder
</translation>
<releases>
<release
version=
"42.beta1"
date=
"2022-02-22"
/>
<release
version=
"42.alpha1"
date=
"2022-01-06"
/>
</releases>
...
...
doc/help/conf.py
View file @
b655fc54
...
...
@@ -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.
alph
a1'
release
=
'42.
bet
a1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
meson.build
View file @
b655fc54
project
(
'gnome-builder'
,
'c'
,
license
:
'GPL3+'
,
version
:
'42.
alph
a1'
,
version
:
'42.
bet
a1'
,
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