Skip to content

v1.3.2

Choose a tag to compare

@Darkdragon14 Darkdragon14 released this 07 Aug 17:21
f1a5757

✨ 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!