v1.3.2
✨ What's Changed
This release includes a logic refactor and a frontend improvement:
🔐 Permission Workflow Update
- 🧩 New logic: Permissions must now be assigned via a group. You must first create a group and assign it to a user, and only then set permissions on that group.
- 🛠 Fixes unintended behavior when setting permissions directly on users.
⚙️ Frontend Script Versioning
- ➕ The JS file is now loaded with a version parameter (e.g., main.js?v=1.2.3). This ensures that browser/proxy caches are invalidated properly when the frontend is updated.
As always, feedback is welcome!