v0.39.9
nektos/actv0.39.9Jul 22, 2026by github-actions[bot]
AI Summary
Fixes a bug with Shift+Click range selection in Firefox and updates the Goja dependency to resolve regressions with TypedArrays and lookahead patterns.
Key Highlights
- Fix Shift+Click range selection in Firefox
- Update goja and dependencies for TypedArray fixes
- Fix regexp2 dependency regression for lookahead patterns
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)_.