File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
12
+ ### Changed
13
+
14
+ ### Fixed
15
+
16
+ - Correct error display when the queryLocation is a non existing file or faultive (#147 ).
17
+ - Fixed a bug where editing a custom query did not correctly remove unchecked options (#150 ).
18
+
10
19
## [ 1.2.3] - 2024-07-11
11
20
12
21
### Added
@@ -30,8 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
39
- Forced CSS's to not return content type application/ld+json, which induced a CORS error on some CSS server versions (#131 ).
31
40
- Queries based on index file now work for any variable, not just ?object (#136 ).
32
41
- Queries based on index file now work for index files requiring authentication (#139 ).
33
- - Correct error display when the queryLocation is a non existing file or faultive (#147 ).
34
- - Fixed a bug where the edit did not correctly removed unchecked options (#150 ).
35
42
36
43
## [ 1.2.1] - 2024-06-17
37
44
You can’t perform that action at this time.
0 commit comments