Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 04:14
3d24a2d

What's Changed

๐Ÿš€ Features

  • Changed odds persistence to world scope so that multiple games on the same client will have different saved values. (#68) @DC23
  • Removed the chaos die display from the UI. Only the chaos factor names are shown now. (#64) @DC23
  • Removed remember last odds module setting. They are always remembered and this change keeps things simple. (#63) @DC23
  • Updated visual styling of Oracle chat messages. (#61) @DC23
  • Disabled chaos & odds up/down buttons when there's nothing for the button to do. (#60) @DC23
  • Revamped UI. Updated icons, button layout, & CSS for resize handling. (#59) @DC23
  • Added a quick oracle button to the main UI. It uses the current odds to roll an oracle question with a single button and no dialog. (#55) @DC23
  • Added option for the Ask the Oracle dialog to remember the last odds selection (#48) @DC23
  • Removed title case from chaos up/down strings (#43) @DC23

๐Ÿ› Bug Fixes

  • The Escape key no longer closes the main UI (#47) @DC23
  • Fixed Foundry module warning about unknown "action" key in manifest (#45) @DC23
  • Added scrollbars when the main UI is small to fix the UI clipping bug (#42) @DC23

๐Ÿ“– Documentation

  • Updated readme with listing of module features and screenshots (#66) @DC23
  • Changed README download badge colour: the silver was hard to read. (#58) @DC23
  • Cleaned up README heading levels (#52) @DC23