v0.39.2
kyutai-labs/hibikiv0.39.2Jun 7, 2026by github-actions[bot]
AI Summary
This release updates the SQLite database engine and fixes issues with records list sorting, date input handling, and file watcher performance by excluding hidden directories.
Key Highlights
- Updated SQLite to version 1.52.0 (3.53.2).
- Fixed sorting in the records list UI.
- Improved date input handling to prevent clearing on invalid values.
- Optimized file watcher to skip hidden directories.
New Features
- SQLite update to v1.52.0.
- Fixed records list UI sorting.
- Date input preservation on invalid values.
- File watcher optimization (SkipDir for hidden dirs).
- SQL console message refinement for affected rows.
Full Release Notes
> _To update the prebuilt executable you can run `./pocketbase update`._ - Fixed records list UI sorting ([#7724](https://github.com/pocketbase/pocketbase/issues/7724)). - Don't clear the date input on invalid value while still typing ([#7726](https://github.com/pocketbase/pocketbase/issues/7726)). - Return `filepath.SkipDir` in the `pb_hooks` dirs watcher to avoid unnecessary iterating over `node_modules` and `.*` prefixed hidden dirs (`.DS_Store`, `.git`, etc.). - Show the "Affected rows" SQL console message only if non-empty to avoid ambiguity with drivers that don't support returning the affected rows count. - Updated `modernc.org/sqlite` to v1.52.0 ([SQLite 3.53.2](https://sqlite.org/src/timeline?from=version-3.53.0&to=version-3.53.2&to2=branch-3.53&y=ci)).