v2.18.28
Anjok07/ultimatevocalremoverguiv2.18.28Jul 22, 2026by github-actions[bot]
AI Summary
This release improves the validation mechanism for scheduled tasks by replacing client-side JavaScript cron validation with a server-side backend endpoint check.
Key Highlights
- Replaced JS cron validation with backend endpoint
- Improved reliability of schedule validation
- Ensures strict adherence to cron syntax
Full Release Notes
## Bugfixes * Validate schedule cron format using backend endpoint instead of JS library