To update the prebuilt executable you can run
./pocketbase update.
-
Added new "SQL console" section under Settings > Debug allowing executing any raw SQL query from the UI (#2236; #7638).
Note that this is intended for one-off analytic queries, the occasionalVACUUM/PRAGMA optimizeor debug purposes and not as the primary interface for interacting with your PocketBase data because it can break your application if not used with proper care! -
Send system email alerts to superusers in case of an error with the automated backups (#7698).
-
Various minor improvements and fixes:
- fixed logs bulk selection export error
- optimized logs and records list rendering
- allowed word breaking in labels
- text contrast improvements
- registered missing
oidc2andoidc3option fields - updated default email template texts for consistency
- updated
modernc.org/sqliteto v1.51.0 - etc.