Jul 29, 2023
- Fixes for v11 by @macskay in #110
- Fixes for v11 by @mattd in #111
Jun 4, 2023
- Prettier format by @cirrahn in #104
- Avoid crash on initial load of history-less scene by @cirrahn in #105
- Handle v10 changes in tooling by @cirrahn in #106
Dec 17, 2022
- Fix Grid tool misaligned with the map's grid (Thanks cirrahn!) #95
- Fog auto-enabling on all scenes repeatedly #92 #96
Oct 8, 2022
- Release from beta
Oct 8, 2022
- Various bug fixes for v10 #78
- Image Overlay/fog not working #88
- v10 Module Manifest #87
Sept 17, 2022
- Initial dev support for v10 #78
- Migrate global settings form the scene specific config to game settings #59
June 16, 2022
- Token labels appearing above fog #65
- NOTE: The current fix for this is to move the token controls down a few levels, so now they will be covered by not only simplefog, but also weather, lighting, and other effects. A more permanent solution is being investigated.
- ZIndex not always being saved #66
- Include notification to GM if version changes #68
June 4, 2022
- Rendering inconsistency on initial draw of history #58
- Error during reload for partially initialized objects #57
- Cleanup some debug code
June 3, 2022
- Integrate LoFD templates, github actions, etc...
- Confirmation before toggle off #52
- Migrate Simple Fog layer into the primary canvas group for v9 compatibility #51
- Add in option for hotkey activation of Simple Fog #43 - Thanks @kenster421
- Updates to japanese localizations #39 - Thanks @BrotherSharper
- Make hotkey tool selectable
- Update description, cleanup, etc...
Jun 03, 2021
- Merge pull request #32 from Azzurite/compatibility-0.8.6
- Compatibility for core version 0.8.6
Feb 07, 2021
- Removed a feature that I believe was causing some bugs. This feature hasn't been working correctly anyways since Foundry updated to new layer system.
- Added ability to set whether fog is automatically enabled. Look at the bottom of the settings panel. Make sure to "Set current setttings to default" so it uses those settings by default ever time you create a a new scene.
- Added Japanese localization. Thanks touge!
- Added the ability to optionally add an image over the fog!
- Compatibility fixes.
- Fixes issue where migrations caused error when trying to update old fog data
- Fixes issue where grid drawing on hex grids would occassionally get stuck on certain coordinates
- Should fix the issue where fog would randomly reset under certain rare circumstances
- Adds option to blank the fog when resetting (i.e. reset to completely revealed state)
- Some more performance optimizations
- Prevent [ ] from activating when focus is not game board
- Fixes issue where shift + negative rect brush direction did not work properly
- Fixes issue where brush controls could become hidden under long lists of active scenes
- Fixes issue where hex grid detection was slightly inaccurate near corners
- Implements more efficient data storage which should reduce size of db data
- Fixes issue where brush tool labels were reversed
- Fixes issue where quickly clicking brush tool could cause a race condition resulting in fog being reset
- Adds localization support
- Fixes bug where undo was not working correctly
- Significantly optimized the autovisibility feature which should make it useable on any size map with little performance impact
- Improvements to the fog storage data which should reduce the impact on scene database file size
- Fixes issue where players could receive warnings about not having permissions to edit scene
- Fixes incompatibility with various modules and systems, if you still encounter problems please let me know
- Fixes a rather nasty memory leak, thanks to @ruipin for pointing out the possibility for this to occur.
- The simplefog renderable texture will now scale resolution to allow for very large (> 16000x16000) scenes to work properly, albeit at a slightly reduced fog quality
- Players will now maintain control over their own token when moving into simplefog when autovisibility is enabled
- Allows AutoVisibility to be disabled for GM players while still enabled for players
- Fixes a compatibility issue with various modules that affect the layer stack
- Initial release