v0.39.3

rnwood/smtp4devv0.39.3Jun 8, 2026by github-actions[bot]

AI Summary

Fixes a JavaScript error in file settings, updates the Ctrl+S shortcut logic, and normalizes validation error messages.

Key Highlights

  • Fixed JS error on file settings
  • Ctrl+S shortcut logic updated
  • Fixed number validator for zero max values

Full Release Notes

> _To update the prebuilt executable you can run `./pocketbase update`._

- Fixed JS error on `file` settings `maxSelect` change ([#7731](https://github.com/pocketbase/pocketbase/issues/7731)).

- Apply the `Ctrl+S` record panel save shortcut only if it is the current top open modal.

- Fixed `number` settings validator to not ignore 0 `max` value.

- Normalized field settings validation error messages and tooltips.