bumped golang.org/x/* deps and updated dark mode primary btn contrast

This commit is contained in:
Gani Georgiev
2026-09-03 23:41:10 +03:00
parent 8213ccffb4
commit 7ac159b61b
13 changed files with 23 additions and 16 deletions
+7
View File
@@ -1,3 +1,10 @@
## v0.40.3 (WIP)
- Minor UI improvements (updated dark primary btn contrast).
- Bumped `golang.org/x/*` dependencies to silence security scanners ([#7829](https://github.com/pocketbase/pocketbase/discussions/7829)).
## v0.40.2
- Return an error when filter params fallback fails to json serialize and optimized params replacement to execute in a single pass.