v0.39.3

lipku/LiveTalkingv0.39.3Jun 8, 2026by github-actions[bot]

AI Summary

This release addresses several UI bugs and validation issues in the PocketBase admin panel, specifically fixing errors related to file settings, number validators, and keyboard shortcuts.

Key Highlights

  • Fixed JS error on file settings 'maxSelect' change
  • Fixed number settings validator to not ignore 0 'max' value
  • Applied 'Ctrl+S' save shortcut only to the top open modal
  • Normalized field settings 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.