Skip to content

Latest commit

 

History

History
148 lines (84 loc) · 8.93 KB

File metadata and controls

148 lines (84 loc) · 8.93 KB

📜 Changelog

0.0.10 - 2026-05-31

⛰️ Features

  • 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)

🐛 Bug Fixes

  • Fix engines vscode version to be compatible with vscode forks like antigravity - (b7a4d46)

📚 Documentation

  • Improve acknowledgements - (b34f2f2)

🛠️ Miscellaneous Tasks

0.0.9 - 2026-04-09

⛰️ Features

  • 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)

🐛 Bug Fixes

  • Improve how we wait for LS to be ready to fix issues with backend undefined - (a881d39)

🚜 Refactor

  • 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)

🧪 Testing

  • Fix tests for hover and completion - (e380629)

0.0.8 - 2026-04-01

🐛 Bug Fixes

  • Fix default completion queries and add space between prefixed IRI and label in completion suggestions dropdown - (a1340b7)

🚜 Refactor

  • Remove status bar icon, add dropdown menu next to execute button in file frame - (5404ad0)

0.0.7 - 2026-03-26

⛰️ Features

  • 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)

🚜 Refactor

  • Add formatOnSave to 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

⛰️ Features

  • Add command to create query file from examples extracted from the endpoint (declared with SHACL) - (2cea55c)

0.0.5 - 2026-03-22

⛰️ Features

  • Create a SparqlSemanticTokensProvider to enable semantic highlighting and better adapt directly to themes colors instead of providing 2 themes, disable settings sparql.swls by default to avoid conflicts - (e1593c9)

0.0.4 - 2026-03-21

🐛 Bug Fixes

  • Fix YASGUI YASR CSS inclusion in query results webview - (e10afe6)

0.0.3 - 2026-03-21

🐛 Bug Fixes

  • Fix import paths from src to dist - (88af67c)

📚 Documentation

🚜 Refactor

  • Improve webviews static imports and fix tag in publish workflow - (7041751)
  • Improve endpoints list rendering - (9789855)

0.0.2 - 2026-03-21

⚙️ Continuous Integration

  • Fix precommit hooks - (014de6c)
  • Ci: improve scripts, fix workflow doc: improve readme - (f6ff9ab)

⛰️ Features

  • Add geo and graph YASR plugins for results visualisation, get settings fields descriptions from package.json, add prefixes to YASR - (5c1b0dd)

🐛 Bug Fixes

  • Fix query file path in test - (1b6e1b2)

📚 Documentation

🚜 Refactor

  • Improve settings to use VSCode extension settings instead of global state, fix release process - (1c7dd4a)

0.0.1 - 2026-03-20

⚙️ Continuous Integration

⛰️ Features

  • 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)

📚 Documentation

  • Doc: add icon, improve readme refactor: improve docs, improve YASGUI dark theme, - (3841969)

🚜 Refactor

  • Create a ExtensionState class to make it easier accessing and updating the global state - (11dadd7)
  • Move panels code in a subfolder - (afb0514)
  • Simplify completion queries - (39a3219)