mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Release v0.12.0
This commit is contained in:
parent
aa19e06d28
commit
66b43c36cf
3 changed files with 34 additions and 2 deletions
32
NEWS.md
32
NEWS.md
|
@ -1,3 +1,35 @@
|
|||
# v0.12.0
|
||||
|
||||
## Added
|
||||
|
||||
- Add support for Adw.AlertDialog (Sonny Piers)
|
||||
- Emit warnings for deprecated APIs - lsp and compiler
|
||||
- lsp: Document symbols
|
||||
- lsp: "Go to definition" (ctrl+click)
|
||||
- lsp: Code action for "namespace not imported" diagnostics, that adds the missing import
|
||||
- Add a formatter - cli and lsp (Gregor Niehl)
|
||||
- Support for translation domain - see documentation
|
||||
- cli: Print code actions in error messages
|
||||
|
||||
## Changed
|
||||
|
||||
- compiler: Add a header notice mentionning the file is generated (Urtsi Santsi)
|
||||
- decompiler: Use single quotes for output
|
||||
|
||||
## Fixed
|
||||
|
||||
- Fixed multine strings support with the escape newline character
|
||||
- lsp: Fixed the signal completion, which was missing the "$"
|
||||
- lsp: Fixed property value completion (Ivan Kalinin)
|
||||
- lsp: Added a missing semantic highlight (for the enum in Gtk.Scale marks)
|
||||
- Handle big endian bitfields correctly (Jerry James)
|
||||
- batch-compile: Fix mixing relative and absolute paths (Marco Köpcke )
|
||||
|
||||
## Documentation
|
||||
|
||||
- Fix grammar for bindings
|
||||
- Add section on referencing templates
|
||||
|
||||
# v0.10.0
|
||||
|
||||
## Added
|
||||
|
|
|
@ -17,7 +17,7 @@ a module in your flatpak manifest:
|
|||
{
|
||||
"type": "git",
|
||||
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
|
||||
"tag": "v0.10.0"
|
||||
"tag": "v0.12.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('blueprint-compiler',
|
||||
version: '0.10.1',
|
||||
version: '0.12.0',
|
||||
)
|
||||
|
||||
subdir('docs')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue