v0.39.3

miraymen/pix2surfv0.39.3Jun 8, 2026by github-actions[bot]

AI Summary

Maintenance release focusing on UI/UX fixes, including improvements to field validation, keyboard shortcuts, and a new command to update the prebuilt executable.

Key Highlights

  • Fixed JS error when changing `maxSelect` in file settings
  • Improved Ctrl+S save shortcut to only work on the top open modal
  • Fixed number validator to respect 0 as a valid `max` value
  • Normalized validation error messages and tooltips
  • Added `./pocketbase update` command for executable updates

New Features

  • Fixed JS error on file settings maxSelect change
  • Improved keyboard shortcut behavior for saving
  • Fixed number validator ignoring 0 max value
  • Normalized validation error messages and tooltips

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.