Highlights:
- Minimum supported Python version is 3.10 (#1070)
New features and improvements:
- UI: Strings preview mode (by @KWMORALE in #1051)
- Rich attributes: added
arrayIndexandisLastElementlocal variables in array sections (#1060) - UI: Object actions are grouped in dropdown (by @KWMORALE in #1063)
- Performance improvement: objects are ordered by upload_time, not (only) by id, so index is better utilized (#1068)
- UI: Search field supports syntax coloring and autocompletion (by @psrok1 in #1072)
- Password-based login can be disabled (#1083)
- CLI:
set-admin-passwordutility command to set admin password (by @psrok1 in #1084) - Web plugins: InjectAfter - allow to inject component in the middle of the original children list (by @psrok1 in #1085)
Bugfixes:
- Rich attribute: disable auto-URL rendering that breaks URLs and e-mail addresses (#1059)
- Consistent hooks calling (#1071)
New Contributors
Full Changelog: v2.15.1...v2.16.0