v0.39.3

jianchang512/pyvideotransv0.39.3Jun 8, 2026by github-actions[bot]

AI Summary

This patch release addresses UI validation errors and keyboard shortcuts. It ensures number validators handle zero correctly and restricts save shortcuts to active modals.

Key Highlights

  • Fixed JS error when changing file settings `maxSelect`.
  • Fixed number validator ignoring `max` value of 0.
  • Restricted `Ctrl+S` save shortcut to top modals.
  • Normalized field validation error messages.

New Features

  • Fixed file settings maxSelect JS error
  • Fixed number validator for zero
  • Restricted Ctrl+S shortcut
  • Normalized validation messages

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.