Releases: avrae/d20
Releases · avrae/d20
v1.1.2
v1.1.1
- Fixes an issue where
utils.tree_map
would not copy a Set's values, leading to map operations modifying the cached expression/AST (see avrae/avrae#1537)
v1.1.0
- Added support for percentile dice (
Xd% => {0, 10, ..., 90}
) (thanks @dalemyers!) - Fixed an issue where
requirements.txt
was missing while building from sdist (thanks @nikkobautista!) - Fixed some inconsistent indentation in README