release(v1.8.9): fix(oidc, admin): first-save Client ID/Secret (closes #64)

This commit is contained in:
Ryan
2025-11-07 22:10:14 -05:00
committed by GitHub
parent e2cd304158
commit ba29cc4822
2 changed files with 19 additions and 5 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## Changes 11/7/2025 (v1.8.9)
release(v1.8.9): fix(oidc, admin): first-save Client ID/Secret (closes #64)
- adminPanel.js:
- Masked inputs without a saved value now start with data-replace="1".
- handleSave() now sends oidc.clientId / oidc.clientSecret on first save (no longer requires clicking “Replace” first).
---
## Changes 11/7/2025 (v1.8.8)
release(v1.8.8): background ZIP jobs w/ tokenized download + inmodal progress bar; robust finalize; janitor cleanup — closes #60