0.0.10 - 2026-05-31
- Enable to change Qlue-ls backend engine - (0a5e703)
- Upgrade qlue-ls to 2.8.0, use the semantic highlight tokens provided by qlue-ls instead of locally defined semantic tokens - (9eb65cb)
- Fix engines vscode version to be compatible with vscode forks like antigravity - (b7a4d46)
- Improve acknowledgements - (b34f2f2)
- Upgrade dependencies - (7931d69)
0.0.9 - 2026-04-09
- Users can now load local RDF files (.ttl, .nt, .trig, .nq, .rdf, .xml, .json, .jsonld) in a local embedded Oxigraph triplestore and use it as target endpoint when running the SPARQL queries - (d5607b0)
- When opening settings panel the backend of the current file is highlighted - (4704a67)
- Add section to summarize local endpoint in settings - (2e2205e)
- Feat: show local endpoint info (triples count, files loaded) in the settings panel� fix: fix loaded file uri in info msg - (a4bd7d4)
- Improve how we wait for LS to be ready to fix issues with backend undefined - (a881d39)
- Improve how backend is retrieved to avoid blocking UI while indexing endpoint - (55f0fd6)
- Remove general config from settings panel and add link to SPARQL Qlue in VSCode settings - (e7df7cd)
- Improve settings panel, add markdown tooltip on statusBarItem to show currently active backend - (2b03452)
- Improve backend activation handling - (40cf537)
- Fix tests for hover and completion - (e380629)
0.0.8 - 2026-04-01
- Fix default completion queries and add space between prefixed IRI and label in completion suggestions dropdown - (a1340b7)
- Remove status bar icon, add dropdown menu next to execute button in file frame - (5404ad0)
0.0.7 - 2026-03-26
- Feat: update extension to make it compatible with web install feat: make the extension work in browser monaco editor - (ed5a443)
- Add 2 tools for agents (execute SPARQL query and search examples/classes extracted from endpoints) - (a1f4a71)
- Add
formatOnSaveto settings panel, reduce amount of warning notifications from completion and hover of the language server, add integration tests for the extension, add query run time - (15bd154)
0.0.6 - 2026-03-23
- Add command to create query file from examples extracted from the endpoint (declared with SHACL) - (2cea55c)
0.0.5 - 2026-03-22
- Create a
SparqlSemanticTokensProviderto enable semantic highlighting and better adapt directly to themes colors instead of providing 2 themes, disable settingssparql.swlsby default to avoid conflicts - (e1593c9)
0.0.4 - 2026-03-21
- Fix YASGUI YASR CSS inclusion in query results webview - (e10afe6)
0.0.3 - 2026-03-21
- Fix import paths from src to dist - (88af67c)
- Update icon - (b96faf6)
- Improve webviews static imports and fix tag in publish workflow - (7041751)
- Improve endpoints list rendering - (9789855)
0.0.2 - 2026-03-21
- Add geo and graph YASR plugins for results visualisation, get settings fields descriptions from
package.json, add prefixes to YASR - (5c1b0dd)
- Fix query file path in test - (1b6e1b2)
- Update docs - (25d73d6)
- Improve settings to use VSCode extension settings instead of global state, fix release process - (1c7dd4a)
0.0.1 - 2026-03-20
- Initial commit - (79b909b)
- Add dropdown list to choose from saved endpoints, add settings panel to change the language server settings - (b9fb329)
- Customize backend completions queries, and prefixes per endpoint in the settings panel - (1579b9f)
- Doc: add icon, improve readme refactor: improve docs, improve YASGUI dark theme, - (3841969)