Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

0.1.3

Latest
Compare
Choose a tag to compare
@nullqwertyuiop nullqwertyuiop released this 12 Dec 15:01
· 2 commits to main since this release
6d78de7

0.1.3 - 2024-12-12

Removed

  • Removed builtin QQ Resources. The resources are now available from nullqwertyuiop/Avilla@canary/edge instead.
  • Removed message caching for the time being. This feature is redundant and re-implemented by the new message system.

Added

  • Add ModuleMetadata.current() contextual information for modules to quickly access metadata about the current module.
  • Add basic permission system that allows for the creation of roles and the assignment of permissions to those roles. Permissions are then checked against the user's roles to determine if they have access to a given resource.

Fixed

  • Fixed an issue where ASGI service mounts are not configured in daemon

Other tasks

  • Updated dependencies

Full Changelog: 0.1.2...0.1.3