Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 22:06
c36166f

What's Changed

⚠️ Notes

Temporarily disabled the following module features to allow a faster re-release for Foundry v12:

  • Coordinate overlays on hex grids. They still have some issues with alignment that I need to sort out.
  • Coordinate display on mouse click.

Both features will be back in the next planned release.

🚀 Features

  • Changed the default horizontal coordinate marker to letters. (#28) @DC23

🐛 Bug Fixes

  • Updated minimum compatibility to Foundry v12 (#30) @DC23
  • Module now triggers a Foundry reload on settings that need it. (#26) @DC23
  • The coordinate overlay from the last scene is now cleared when changing scenes. (#24) @DC23
  • The module no longer attempts to show coordinates on a gridless scene. It can't be done and was causing errors. (#23) @DC23
  • Fixed all the deprecation warnings and compatibility errors for Foundry v12. (#12) @DC23

🧰 Maintenance

  • Add prettier configuration and reformatted JS files so the project has a standard code style moving forward. (#21) @DC23
  • Updated CI/CD workflows to the release notes drafting and release building actions I use on other projects. Also added issue templates. (#14) @DC23

📖 Documentation

  • Updated Readme with info about new project status. (#15) @DC23