Skip to content

Releases: League-of-Foundry-Developers/foundryvtt-devMode

v1.6.1

13 Sep 02:55
7c892d8
Compare
Choose a tag to compare

Fix setting detection for systems #18 - Thanks @Grygon

Disable Template Cache

01 Sep 13:01
Compare
Choose a tag to compare

Adds a setting to disable the caching of Templates #4

This allows a sort of poor man's hot reload, where any time you close and reopen an application your handlebars changes will be pulled in.

Print to Console, Copy to Clipboard

01 Sep 01:22
Compare
Choose a tag to compare

Two new settings:

Name Description
Show Chat Message Ids? Places a clickable chip on chat messages to copy the id or print the document to the console.
Show Sidebar Directory Ids? Places a clickable chip on sidebar directory entries to copy the id or print the document to the console.

Allow Choice Label Overrides

31 Aug 21:43
Compare
Choose a tag to compare

Allows devs to override the GUI labels for log levels when registering a debug flag:

image

Example

registerPackageDebugFlag('my-module-id', 'level', {
  choiceLabelOverrides: {
    0: 'Foo',
    1: 'Bar',
    2: 'Bat',
    3: 'Biz',
    4: 'Bin',
    5: 'Bam',
  },
});

v1.3.1

26 Aug 00:46
Compare
Choose a tag to compare
  • Fixes a dumb mistake preventing the js from being loaded.

1.3.0

01 Aug 19:53
Compare
Choose a tag to compare
  • Fix old way of getting the debug flag within the module itself.
  • Add Override CONFIG.debug setting to the flags dialog as well.
  • debounce window reload properly

1.2.0

05 Jul 00:11
Compare
Choose a tag to compare
  • feat: 🎨 move api into recommended modules object
  • feat: ✨ add ability to always unpause the game
  • feat: ✨ pushes devmode to the bottom of the debug flag list, only displays active modules

1.1.4

01 May 18:03
Compare
Choose a tag to compare
v1.1.4

Updated to 1.1.4

1.1.3

01 May 18:01
Compare
Choose a tag to compare
v1.1.3

Updated to 1.1.3

1.1.0

06 Mar 22:48
Compare
Choose a tag to compare
  • feat: ✨ adds a little mage button to open config #3
  • docs: 📝 add new setting to docs
  • feat: ✨ allow suppress too small error #1