Skip to content

Releases: avrae/avrae

v4.2.48

05 Jun 18:07
273cafc
Compare
Choose a tag to compare

Improvements

  • Add support for annotated strings in CC resetby field Thanks @LazyDope
  • Removed extra error handling from string handling. Thanks @LazyDope

Full Changelog: v4.2.47...v4.2.48

v4.2.47

29 May 18:03
fd970e0
Compare
Choose a tag to compare

Improvements

  • Fixed homebrew content (Monsters, spells, items) being able to be looked up properly with slash commands. Thanks @Croebh
  • Make the !rollstats error more understandable.. Thanks @TheReverendB

Full Changelog: v4.2.46...v4.2.47

v4.2.46

22 May 18:16
Compare
Choose a tag to compare

Improvements

  • Fuzzy matching now matches better and takes the entire string into account. This should help with matching items with similar names. Thanks @Croebh and @kevklash
  • Dicecloud V2: Use library tags for finding certain properties. Thanks @LazyDope

Python Package Changes

  • Updates:
    • DiSnake 2.9.1 to 2.9.2

Full Changelog: v4.2.45...v4.2.46

v4.2.45

15 May 18:22
Compare
Choose a tag to compare

Bug Fixes

  • Fix the ReadTheDocs build process
  • Fix !init skipround to respect the deathdelete toggle. Thanks @TheReverendB
  • Removed Garbage Collection on shard resumes.

Full Changelog: v4.2.44...v4.2.45

v4.2.44

01 May 18:31
9f0fe6f
Compare
Choose a tag to compare

Improvements

  • Enables strict=True option for get_effect for aliasing. Thanks TheRev and @VeryGreatFrog
  • Added support for Include and Exclude tags on damage resistances/immunities/vulnerabilities for Dicecloud V2 characters. Thanks @Croebh

Bug Fixes

  • Fixed the Death Save portion of the "Playing the Game" tutorial. Thanks @Croebh

Full Changelog: v4.2.43...v4.2.44

v4.2.43-hotfix

26 Apr 15:41
bb1980f
Compare
Choose a tag to compare

Improvements

  • Added 1 additional cluster taking us from 12 to 13

Bug Fixes

  • Fixed the issues with LaunchDarkly and GameLog.

v4.2.43

17 Apr 18:01
df5f83a
Compare
Choose a tag to compare

Improvements

  • Added a newline for summary docstring in !help as well as more concise command specific help description. Thanks @TheReverendB

Python Package Changes

  • LaunchDarkly SDK 7.2 to 9.x

v4.2.42

10 Apr 18:01
1cd4ec2
Compare
Choose a tag to compare

Improvements

  • Additional improvements to the !char commands. Thanks @etriebe
    • Documentation cleanup
    • Toggle removed for server and channel commands
    • Fixed resetall
    • Made the commands proper subcommands
  • !help on servers with an adjusted command prefix will now show you commands using that prefix. Thanks @Croebh
  • Made !save death a subcommand. Thanks @LazyDope

Bug Fixes

  • !save death [fail|success|reset] will properly fail, succeed, or reset your death saves again, without rolling. Thanks @Croebh

Full Changelog: v4.2.41...v4.2.42

v4.2.41

03 Apr 18:01
Compare
Choose a tag to compare

Improvements

  • Receive Level from DiceCloudv2 instead of doing math of classes.
  • !char name command updates to bring it back to parity with original. Thanks @etriebe
  • Make use of new Computational Endpoint for Avrae Imports of DDB Characters utilizing most up to date rules/game engine.
    • This means that Background Feats work!

Full Changelog: v4.2.40-hotfix...v4.2.41

v4.2.40-hotfix

28 Mar 18:00
995e1a3
Compare
Choose a tag to compare

Bug Fixes

  • Character Embed's are once again ephemeral. Thanks @etriebe