Skip to content

Tags: avrae/avrae

Tags

v4.2.75

Toggle v4.2.75's commit message
fix: simplify regex

v4.2.74

Toggle v4.2.74's commit message
test: add initscore e2e

also added -b support for initscore

v4.2.73

Toggle v4.2.73's commit message
feat: btn selection for all lookups with servsettings toggle

v4.2.72

Toggle v4.2.72's commit message
Revert "AVR-1069: !init shuffle does not take ieffects into account (#…

…2200)"

This reverts commit c6849ce.

v4.2.71

Toggle v4.2.71's commit message
fix: remove markdownify from bestiary builder trait descriptions

v4.2.70

Toggle v4.2.70's commit message
fix: unify beyond sheet duplicate handling for compendium and homebre…

…w spells

v4.2.69

Toggle v4.2.69's commit message
Revert "Display Stat Blocks in 2024 Style (#2194)"

This reverts commit d8bff59.

v4.2.68

Toggle v4.2.68's commit message
Revert "fix: upgrade .strip("<>{}") to .replace"

This reverts commit 0a43cda.

v4.2.67

Toggle v4.2.67's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix(dcv2): remove unnecessary import

v4.2.66

Toggle v4.2.66's commit message
test: enhance action stringify tests for NaN and unknown value handling

The `test_action_stringify()` check was preventing actions from having `nan` or `unknown` in them, so something like "Sustenance" would be flagged.

This change makes the test assert where those values would actually cause a problem.