Releases: Desdaemon/odoo-lsp
nightly
Full Changelog: v0.4.1...nightly-20240507
nightly
Full Changelog: v0.4.1...nightly-20240503
nightly
Full Changelog: v0.4.1...nightly-20240502
v0.4.1
Full Changelog: v0.4.0...v0.4.1
nightly
Full Changelog: v0.4.0...nightly-20240501
nightly
Full Changelog: v0.4.0...nightly-20240430
nightly
Full Changelog: v0.4.0...nightly-20240428
nightly
Full Changelog: v0.4.0...nightly-20240426
nightly
Full Changelog: v0.4.0...nightly-20240423
v0.4.0
Full Changelog: v0.3.1...v0.4.0
Biggest release by far! Here are some highlights from this version:
Extended VSCode extension support
Language injections, XML validations and schemas, the whole shebang! Things that are just simpler to implement in VSCode, thanks to the preexisting ecosystem providing much of the hard work required to implement these features. Expect more syntax highlighting in the future, as well as support for XPath!
XML arch
fields
Finally, field completions within <field name="arch">
are now supported! While nested view architectures are not supported yet, this should be a much needed aid for long sessions of view editing.
Correct resolution of related=
fields
For a long time, these fields did not have the correct model assigned to them due to a bug, which unfortunately excluded a large swath of fields from being correctly analyzed. With this fix, odoo-lsp now handles a large portion of all valid Odoo code with much greater accuracy!