v0.39.9

superradcompany/microsandboxv0.39.9Jul 22, 2026by github-actions[bot]

AI Summary

This release addresses a Firefox-specific bug with bulk selection, updates core dependencies (goja) to fix regressions in pattern matching, and improves the performance of the expression filter.

Key Highlights

  • Fixed `Shift + Click` range bulk selection not working in Firefox
  • Updated goja and dependencies to fix TypedArray and regexp2 regressions
  • Optimized fexpr filter for large string literals
  • Fixed handling of control characters in expression filters

Full Release Notes

> _To update the prebuilt executable you can run `./pocketbase update`._

- Fixed `Shift + Click` range bulk selection not working in Firefox ([#7771](https://github.com/pocketbase/pocketbase/issues/7771))

- Updated goja and its related dependencies _(fixes for TypedArray and regexp2 dep regression for the reported empty string match with lookahead patterns)_.

- Minor filter (fexpr) improvements _(optimization for large string literals and fix for control characters handling)_.