Releases: avrae/avrae-service
Releases · avrae/avrae-service
v1.3.0
- adds an endpoint for SRD attack import
v1.2.4
- fixed an issue where creating spells from SRD in a tome would cause automation errors
v1.2.3
- makes 400 error more descriptive on
/character/attacks
v1.2.2
Ensures homebrew subscription objects are deleted when the object they subscribe to is deleted
v1.2.1
Updated template spells to include all SRD spells
v1.2.0: Better Homebrew Backend
Uses subscription collections to track homebrew subscriptions instead of indexing on the homebrew object itself.
v1.1.2
- Fixes a bug when users tried to save character attacks
- Adds support for the overheal tag in automation damage
v1.1.1
- Adds an endpoint to validate attack structure
v1.1.0
- Adds endpoints for character attack overrides and specific gvars
v1.0.3
✨ Change Dockerfile to use a Python 3.7 image