Skip to content

Commit fc86549

Browse files
committed
0.0.9
1 parent a4bd7d4 commit fc86549

3 files changed

Lines changed: 28 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# 📜 Changelog
22

3+
## [0.0.9](https://github.com/vemonet/sparql-qlue-vsx/compare/v0.0.8..v0.0.9) - 2026-04-09
4+
5+
### ⛰️ Features
6+
7+
- 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](https://github.com/vemonet/sparql-qlue-vsx/commit/d5607b00bf7b6c6ea0dca6f512a112cf97886c3d))
8+
- When opening settings panel the backend of the current file is highlighted - ([4704a67](https://github.com/vemonet/sparql-qlue-vsx/commit/4704a6717a9c4e01a1b8eb90c52638d0d00e85fe))
9+
- Add section to summarize local endpoint in settings - ([2e2205e](https://github.com/vemonet/sparql-qlue-vsx/commit/2e2205e21204de59232f799a0632dce71b9fbb09))
10+
- Feat: show local endpoint info (triples count, files loaded) in the settings panel
11+
fix: fix loaded file uri in info msg - ([a4bd7d4](https://github.com/vemonet/sparql-qlue-vsx/commit/a4bd7d477bf1ca5ca9ef3d489d4832620571bfba))
12+
13+
### 🐛 Bug Fixes
14+
15+
- Improve how we wait for LS to be ready to fix issues with backend undefined - ([a881d39](https://github.com/vemonet/sparql-qlue-vsx/commit/a881d39dc09e29d774d411fd25619b9a866e98de))
16+
17+
### 🚜 Refactor
18+
19+
- Improve how backend is retrieved to avoid blocking UI while indexing endpoint - ([55f0fd6](https://github.com/vemonet/sparql-qlue-vsx/commit/55f0fd6db70fcbac8c824d5a7dacb5e55fe339b4))
20+
- Remove general config from settings panel and add link to SPARQL Qlue in VSCode settings - ([e7df7cd](https://github.com/vemonet/sparql-qlue-vsx/commit/e7df7cda9b881bf6066a05c4a675080db1e93758))
21+
- Improve settings panel, add markdown tooltip on statusBarItem to show currently active backend - ([2b03452](https://github.com/vemonet/sparql-qlue-vsx/commit/2b034525a2bb97b4ff32b1b8a7ff9635c7341f2a))
22+
- Improve backend activation handling - ([40cf537](https://github.com/vemonet/sparql-qlue-vsx/commit/40cf5374001ac81380f3d42fd95d20be07367abf))
23+
24+
### 🧪 Testing
25+
26+
- Fix tests for hover and completion - ([e380629](https://github.com/vemonet/sparql-qlue-vsx/commit/e380629eb88f5f24e102b9936115a02c796e0212))
27+
328
## [0.0.8](https://github.com/vemonet/sparql-qlue-vsx/compare/v0.0.7..v0.0.8) - 2026-04-01
429

530
### 🐛 Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sparql-qlue",
33
"displayName": "SPARQL Qlue",
44
"description": "VSCode extension for the SPARQL query language (.rq, .sparql files), using the qlue‑ls language server that provides autocomplete, formatting, syntax highlighting, and integrated query execution.",
5-
"version": "0.0.8",
5+
"version": "0.0.9",
66
"publisher": "vemonet",
77
"license": "MIT",
88
"icon": "docs/icon.png",

0 commit comments

Comments
 (0)