v0.39.3

hexojs/hexov0.39.3Jun 8, 2026by github-actions[bot]

AI Summary

This release focuses on fixing UI stability issues, specifically addressing JavaScript errors in file settings and improving the behavior of the number validator and date input validation.

Key Highlights

  • Fixed a JavaScript error that occurred when changing the 'maxSelect' setting in file settings.
  • Applied the Ctrl+S save shortcut only when the modal is the current top open window.
  • Fixed the number settings validator to correctly handle a 'max' value of 0.
  • Normalized the validation error messages and tooltips for field settings.

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.