mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Release v0.4.0
This commit is contained in:
parent
ad71324ccb
commit
75a6d95988
2 changed files with 20 additions and 1 deletions
19
NEWS.md
Normal file
19
NEWS.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# v0.4.0
|
||||||
|
|
||||||
|
## Added
|
||||||
|
- Lookup expressions
|
||||||
|
- With the language server, hovering over a diagnostic message now shows any
|
||||||
|
associated hints.
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
- The compiler now uses .typelib files rather than XML .gir files, which reduces
|
||||||
|
dependencies and should reduce compile times by about half a second.
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
- Fix the decompiler/porting tool not importing the Adw namespace when needed
|
||||||
|
- Fix a crash when trying to compile an empty file
|
||||||
|
- Fix parsing of number tokens
|
||||||
|
- Fix a bug where action widgets did not work in templates
|
||||||
|
- Fix a crash in the language server that occurred when a `using` statement had
|
||||||
|
no version
|
||||||
|
- If a compiler bug is reported, the process now exits with a non-zero code
|
|
@ -1,5 +1,5 @@
|
||||||
project('blueprint-compiler',
|
project('blueprint-compiler',
|
||||||
version: '0.3.0',
|
version: '0.4.0',
|
||||||
)
|
)
|
||||||
|
|
||||||
subdir('docs')
|
subdir('docs')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue