v0.39.3
kyutai-labs/hibikiv0.39.3Jun 8, 2026by github-actions[bot]
AI Summary
A maintenance release for PocketBase that fixes validation errors in settings, corrects UI sorting in the records list, and refines file selection and shortcut behaviors.
Key Highlights
- Fixed JS error when changing file settings maxSelect.
- Fixed number settings validator to respect 0 as a max value.
- Improved field validation error messages and tooltips.
- Refined Ctrl+S shortcut logic for the record panel.
New Features
- Fix for JS error on file settings maxSelect change.
- Ctrl+S shortcut applied only to current top modal.
- Fix for number settings validator ignoring 0 max value.
- Normalized field 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.