bumped app version

This commit is contained in:
Gani Georgiev
2026-06-08 18:43:31 +03:00
parent f58a65e4be
commit 465cfb5293
8 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
## v0.39.3 (WIP)
## v0.39.3
- Fixed JS error on `file` settings `maxSelect` change ([#7731](https://github.com/pocketbase/pocketbase/issues/7731)).
- Apply the `Ctrl+S` record panel save shortcut only for the current top open modal.
- Apply the `Ctrl+S` record panel save shortcut only if it is the current top open modal.
- Fixed `number` settings validator to not ignore 0 `max` values.
- Fixed `number` settings validator to not ignore 0 `max` value.
- Normalized field settings validation error messages and tooltips.