- Plugin List UI: Convert to sortable table with clickable column headers and filter text field. Fixes #147.
- Active Jobs: When maximum concurrent jobs is exceeded, log all blocking job IDs to metadata, for troubleshooting.
- Bulk Export: Added new
bulk_exportprivilege just for using theadmin_export_dataAPI, so automated backups don't need full admin privs. - HTML Sanitization: Allow "style" tag on any element (for user HTML content in jobs). Fixes #150.
- Hosting Doc: Fix typo in daily backup shell script. Fixes #148.
- Servers Doc: Added section on automated docker workers.