Release v0.18.0

This commit is contained in:
James Westman 2025-07-01 21:06:21 -05:00
parent ee089aa7f9
commit 07c9c9df9c
3 changed files with 21 additions and 2 deletions

19
NEWS.md
View file

@ -1,3 +1,22 @@
# v0.18.0
## Added
- GtkBuilder now allows menus to be specified inline as a property value. Blueprint now supports this as well.
## Fixed
- Made reference_docs.json build reproducible (Sertonix)
- Correctly emit XML for nested templates (Tom Greig)
- Fix crash in language server while typing an AdwBreakpointSetter rule
- Update URLs after move to GNOME namespace on GitLab
- Fix crash when decompiling a lookup tag with no type attribute
- Fix incorrect result when decompiling a signal that has the template as its object
- Fix an incorrect "Duplicate object ID" error when an Adw.AlertDialog response had the same ID as an object
## Documentation
- Updated syntax in the example on the Overview page (Chris Mayo)
- Added examples of Gtk.Scale marks (Matthijs Velsink)
- Corrected errors in the index on the Extensions page (Matthijs Velsink)
# v0.16.0 # v0.16.0
## Added ## Added

View file

@ -17,7 +17,7 @@ a module in your flatpak manifest:
{ {
"type": "git", "type": "git",
"url": "https://gitlab.gnome.org/GNOME/blueprint-compiler", "url": "https://gitlab.gnome.org/GNOME/blueprint-compiler",
"tag": "v0.16.0" "tag": "v0.18.0"
} }
] ]
} }

View file

@ -1,5 +1,5 @@
project('blueprint-compiler', project('blueprint-compiler',
version: '0.17.0', version: '0.18.0',
) )
prefix = get_option('prefix') prefix = get_option('prefix')