updated ui/dist and changelog

This commit is contained in:
Gani Georgiev
2026-05-28 18:19:11 +03:00
parent a9f259a1c7
commit 541aa6b1e1
8 changed files with 18 additions and 12 deletions
+10 -4
View File
@@ -1,13 +1,19 @@
## v0.39.0 (WIP)
- Fixed logs bulk selection export error.
## v0.39.0
- Added new "SQL console" section under _Settings > Debug_ allowing executing any raw SQL query from the UI ([#2236](https://github.com/pocketbase/pocketbase/issues/2236); [#7638](https://github.com/pocketbase/pocketbase/discussions/7638)).
_Note that this is intended for one-off analytic queries, the occasional `VACUUM`/`PRAGMA optimize` or 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](https://github.com/pocketbase/pocketbase/issues/7698)).
- Other minor improvements (optimized logs and records list rendering, word breaking in labels, text contrast improvements, registered missing `oidc2` and `oidc3` option fields, updated default email template texts for consistency, etc.).
- 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 `oidc2` and `oidc3` option fields
- updated default email template texts for consistency
- updated `modernc.org/sqlite` to v1.51.0
- etc.
## v0.38.2