Releases: Abbe98/thor
Releases · Abbe98/thor
Release list
0.5.0
This release brings basic support for DESCRIBE and CONSTRUCT queries.
⭐ New features
- 👷 Thor Will now render RDF from
CONSTRUCTandDESCRIBEqueries. - 📩 The download options will now change depending on the type of query:
SELECT,ASK,CONSTRUCT,DESCRIBE - ❗ Errors can now be downloaded as plaintext files.
🐛 Fixes
- The map visualization will now try to take up more vertical space.
0.4.0
This release has a strong focus on improved support for using Thor in multi-project settings such as; hosting multiple Thor instances on the same domain, using a single instance with multiple configurations, embedding Thor in other applications.
⭐ New features
- 🧭 One Thor instance can now work with multiple configurations using the
configURL parameter. Instances are limited to configurations in theconfigdirectory. - 🌐 Endpoint and editor persistence now uses the domain and an endpoint hash instead of only the endpoint.
- 💾 There is now an option to download the query as cURL.
- 🏷 The query library can now render queries without tags.
🐛 Fixes
- Query library items with long titles now expands the items borders as intended.
- Serving multiply Thor instances on the same domain will no longer cause persistence conflicts.
- Query library tags are now always rendered within their items.
0.3.0
⭐ New features
- 🎨 Icons are now affected by theming.
- 🗺 Map geometries can now display labels upon being clicked.
- 🧭 The map now zooms to the bounds of rendered geometries.
- 📄 Pagination support in the table view.
- 🚦 The favicon now indicates the status of the query.
0.2.1
0.2.0
⭐ New features
- 🗺️ Maps can now render lines and polygons
- 🧭 One can now use a custom basemap and attribution.
- 📊 One can now set a default view for a given query using WDQS-GUI style
defaultViewcomments. - 📄 One can now set query-specific page titles using WDQS-GUI style
titlecomments. - 🔽 Users can now not only download query results but also the queries them self.
- 📄 The page title now defaults to the contents of the
titleconfiguration option.
🪲 Bug fixes
- Fixed an issue causing the query library to not render.
🪠 Removals & breaking changes
- Removed the
header_brand_contentoption which took HTML in favor oftitlewhich only supports plaintext. - The
markerOpacityquery variable has been renamed togeometryOpacity.