# PocketBase v0.39.8 — v0.39.8 Release - Product: PocketBase (https://whatsnew.fyi/product/pocketbase) - Vendor: PocketBase - Date: 2026-07-19 - Version: v0.39.8 - Original notes: https://github.com/pocketbase/pocketbase/releases/tag/v0.39.8 - Permalink: https://whatsnew.fyi/product/pocketbase/releases/v0.39.8 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Properly reset JSVM global $app overwrite so that pooled executors always get a clean state - **changed** — Prevent resetting number inputs with leading 0 while still typing (normalized in onchange) - **added** — Add support for Shift + Click range bulk selection - **security** — Bump golang.org/x/* indirect dependencies for minor security fixes - **changed** — Update modernc.org/sqlite to v1.54.0 (SQLite 3.53.3) > _To update the prebuilt executable you can run `./pocketbase update`._ - Properly reset JSVM global `$app` overwrite so that pooled executors always get a clean state. - Minor UI improvements: - prevent resetting number inputs with leading 0 while still typing (normalized in `onchange`) - added support for `Shift + Click` range bulk selection ([#7759](https://github.com/pocketbase/pocketbase/issues/7759)) - Bumped `golang.org/x/*` indirect dependencies as there are some minor security fixes. - Updated `modernc.org/sqlite` to v1.54.0 ([SQLite 3.53.3](https://sqlite.org/src/timeline?from=version-3.53.2&to=version-3.53.3&to2=branch-3.53)).