We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447f988 commit 382b024Copy full SHA for 382b024
docs/en/6-changelogs/5.0-application.md
@@ -5,6 +5,10 @@ sidebar:
5
order: 0
6
---
7
8
+### [1.1.2]
9
+
10
+- Add `DANGEROUSLY_DISABLE_PBKDF2_ITERATION` option for demo on low-powered hardware
11
12
### [1.1.1](https://github.com/DouglasNeuroInformatics/OpenDataCapture/releases/tag/v1.1.1) (2024-07-17)
13
14
- Implement virtualisation in core API
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "opendatacapture",
3
"type": "module",
4
- "version": "1.1.1",
+ "version": "1.1.2",
"private": true,
"packageManager": "[email protected]",
"license": "Apache-2.0",
0 commit comments