v2.18.28

LadybirdBrowser/ladybirdv2.18.28Jul 22, 2026by github-actions[bot]

AI Summary

This release addresses a bug fix related to schedule cron format validation. The implementation has been updated to use a backend endpoint instead of a JavaScript library to ensure better reliability.

Key Highlights

  • Validates schedule cron format using a backend endpoint instead of a JS library.
  • Improves validation reliability by moving logic to the server side.
  • Addresses a specific issue with schedule handling.

Full Release Notes

## Bugfixes
* Validate schedule cron format using backend endpoint instead of JS library