Skip to content

Commit 167b139

Browse files
committed
chore: publish v1.1.1
1 parent 6aaaf64 commit 167b139

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/en/6-changelogs/5.0-application.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ sidebar:
55
order: 0
66
---
77

8+
### [1.1.1](https://github.com/DouglasNeuroInformatics/OpenDataCapture/releases/tag/v1.1.1) (2024-07-17)
9+
10+
- Implement virtualisation in core API
11+
- Add command line arguments to k6 (via code injection at build time)
12+
- Publish runtime v1.3.0 (includes simple-statistics)
13+
- Implement password strength meter with zxcvbn
14+
- Add dynamic import transform option to Instrument Bundler CLI (option to use Node private import specifiers)
15+
- Add subject id to instrument summary for all identification methods
16+
- Add example of instrument measures to playground
17+
- Fix issue with badly placed scrollbar in playground
18+
- Fix issue where overflow is hidden in playground on mobile
19+
- Fix issue where request for all users fails with no group id
20+
- Remove outdated Bruno logs
21+
- Fix issue where language on summaries page does not change
22+
- Fix relative path of Caddy file to work with bash shell
23+
- Change license from AGPL-3.0 to Apache 2.0
24+
825
### [1.1.0](https://github.com/DouglasNeuroInformatics/OpenDataCapture/releases/tag/v1.1.0) (2024-06-18)
926

1027
- feat: add scale in interactive instruments

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opendatacapture",
33
"type": "module",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"private": true,
66
"packageManager": "[email protected]",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)