v0.4.4: multi-line Apps Script ID input (one per line)

Follow-up to v0.4.3 — users asked for one-ID-per-line instead of
comma-separated, which is easier to edit in the UI. Field is now a
3-row textarea with a rolling hint underneath:

- 0 or 1 IDs: 'Tip: add more IDs for round-robin with auto-failover'
- 2+ IDs:    'N IDs — round-robin with auto-failover on quota'

The parser accepts both newlines and commas as separators, so existing
configs keep loading cleanly. Closes #1.
This commit is contained in:
therealaleph
2026-04-22 00:03:42 +03:00
parent 56d67033cf
commit 68532344d6
3 changed files with 17 additions and 14 deletions
Generated
+1 -1
View File
@@ -1360,7 +1360,7 @@ dependencies = [
[[package]]
name = "mhrv-rs"
version = "0.4.3"
version = "0.4.4"
dependencies = [
"base64 0.22.1",
"bytes",