Skip to content

MORE TAGS

Compare
Choose a tag to compare
@mouse0270 mouse0270 released this 31 Jul 01:13
· 123 commits to master since this release

In this update the module has added the option to add a tag for bugs/issues, wiki/readme and changelog. If the module.json > [readme, bugs, changelog] url is setup the module will add colored tags for these options.

This version also include an option to display a local changelog.md file within foundry as well. If both module.json > changelog and a local changelog.md file exists, it will load the local changelog in a window in foundry.

Module Credits now uses Marked.js and DOMPurify to allow for local changelog.md parsing. This feature is also used to allow users to use markdown and html within their localization for module settings. This feature will most likely be moved into its own library in a future release.

  • Added Setting to allow you to show Wiki/Readme tag
  • Added Setting to allow you to show Bugs/Issues tag
  • Added Setting to allow you to show Changelog tag
  • Added Setting to read local changelog.me file
  • Fixed the border color to black to match the default foundry style... Yes I hate it... but I really don't want to change default foundry styles.

image