Skip to content

Commit

Permalink
built version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MJochim committed Feb 28, 2024
1 parent 0deefe6 commit d8995ca
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# What's New

## Version 1.5.1

### new features / performance tweaks / improvements

- allow databases that test the beta feature of using Rda alongside SSFF to be loaded instead of causing a schema violation

### bug fixes

- fix snap to level above/below feature: the neighbor level is now determined by what the user actually sees, and no longer by the order of the levels array in the `_annot.json`

## Version 1.5.0

### new features / performance tweaks / improvements
Expand Down
4 changes: 2 additions & 2 deletions dist/emuwebapp.bundle.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions schemaFiles/DBconfigFileSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"fileExtension": {
"type": "string"
},
"fileFormat": {
"enum": ["ssff", "Rda"]
},
"name": {
"type": "string"
}
Expand Down

0 comments on commit d8995ca

Please sign in to comment.