Skip to content
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
61b22c2
Updated onto-deside configuration 2025-04-09 (#203)
mvanbrab Apr 10, 2025
cb45b4b
Improved httpProxy documentation
mvanbrab Apr 10, 2025
87b6688
Improved httpProxy documentation (2)
mvanbrab Apr 10, 2025
2e7f318
Per query http proxy (proxies) configuration (#205)
mvanbrab Apr 15, 2025
78885fc
Error message when query has no sources was replaced with an applicat…
mvanbrab Apr 16, 2025
15de79e
Add 2 class-related queries for OSLO (#208)
pheyvaer Apr 22, 2025
3a76498
Fix changelog
pheyvaer Apr 23, 2025
f871972
React-admin version update to 5.7.2 (#213)
mvanbrab Apr 24, 2025
71203d2
Updated CHANGELOG.md
mvanbrab Apr 24, 2025
0d444e5
Fixed infinite loading (#214)
mvanbrab Apr 28, 2025
e82d425
Tool renamed to 'Miravi - a linked data viewer'; default favicon.ico …
mvanbrab Apr 29, 2025
cd3f986
Result list sorting works again and the behavior is improved (#217)
mvanbrab Apr 30, 2025
40de438
Loading values for variables ends with an error message if a required…
mvanbrab Apr 30, 2025
e526724
Bumped Comunica version from 3.2.3 to 4.2.0, resulting in increased e…
mvanbrab May 6, 2025
42f5326
Skip loading variable options when visiting a templated query with va…
mvanbrab May 7, 2025
b732fea
CONSTRUCT query working; Cypress test added. Fixes #222.
mvanbrab May 7, 2025
18b9f54
CHANGELOG for #17.
mvanbrab May 7, 2025
d4f5cc4
Removed not supported cosmetic fields from configuration file
mvanbrab May 7, 2025
2df9510
Added some logging (they're disabled anyway) while investigating #29.
mvanbrab May 8, 2025
23ffed2
SPARQL edit fields have syntax coloring and validation now (#223)
mvanbrab May 22, 2025
cfc65e8
JSON edit fields have syntax coloring and validation now (#224)
mvanbrab May 27, 2025
e951a83
After modifying an existing custom query, the previous result table i…
mvanbrab May 28, 2025
2e22511
CHANGELOG for v2.0.0
mvanbrab May 29, 2025
a3a45bd
version.js update for v2.0.0
mvanbrab May 29, 2025
279cb2a
Merge branch 'main' into development
mvanbrab May 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions main/src/version.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Maintain the version string on the development branch:
// - during development: set to (unreleased);
// - during development: set to unreleased;
// - right before merging to the main branch for making a new release: set to the new release tag (see https://github.com/SolidLabResearch/miravi-a-linked-data-viewer/tags).
const version = "unreleased";
const version = "v2.0.0";
export default version;