v0.39.8
v0.39.8 Release
Added 1
- Add support for Shift + Click range bulk selection
Changed 2
- Prevent resetting number inputs with leading 0 while still typing (normalized in onchange)
- Update modernc.org/sqlite to v1.54.0 (SQLite 3.53.3)
Fixed 1
- Properly reset JSVM global $app overwrite so that pooled executors always get a clean state
Security 1
- Bump golang.org/x/* indirect dependencies for minor security fixes
To update the prebuilt executable you can run
./pocketbase update.
-
Properly reset JSVM global
$appoverwrite 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 + Clickrange bulk selection (#7759)
- prevent resetting number inputs with leading 0 while still typing (normalized in
-
Bumped
golang.org/x/*indirect dependencies as there are some minor security fixes. -
Updated
modernc.org/sqliteto v1.54.0 (SQLite 3.53.3).