-
v1.2.0 Stable
released this
2025-12-22 05:12:54 +00:00 | 2 commits to main since this releaseChanges:
- Improved the image links in chat handling in order to remove the enricher method and rely on the
chatMessagehook instead - Fixed a minor incompatibility demonstrated by Crucible's chat width, ensuring the chat tab remains a constant width all of the time.
- Renamed hook names, including compatibility until v2.0.0
oft.preventSettingtooft.preRegisterTweakoft.settingStatusestooft.tweakStatuses
- Added a new parameter for the
oft.preRegisterTweakhook, indicating if the hook is considered "invasive" (does it replace one of Foundry's default classes) - Adds a way to temporarily disable the mouse broadcasting for GMs/AGMs.
- This requires that the GM/AGM has the "Show Cursor" permission, otherwise it will not be able to be used.
- The cursor can be temporarily hidden by pressing
Hon your keyboard (able to be changed in the "Configure Controls" settings)
- Added conflict management for Crucible, preventing registration of the
preventMovementHistorytweak.
Downloads
- Improved the image links in chat handling in order to remove the enricher method and rely on the
-
v1.1.0 Pre-release
released this
2025-12-14 04:41:35 +00:00 | 20 commits to main since this releaseChanges:
- Added a new hook (
oft.settingStatuses), documentation can be found in the hook file - Hides the
preventUserConfigOpensetting from GMs since that is only something that players will ever experience - Made
startingSidebarTabfail gracefully when it cannot find the sidebar tab at all - Added some spacing between the settings in the submenus
- Moved all hotbar related settings into a submenu
- Added a setting to disable token movement recording (preventable registration)
- Added a setting to disable token rotation when moving (preventable registration)
- Added a setting that allows sending images directly within the chat by formatting them as
image://website.example.com/some/path/to/image.png. Supported image formats are:png,jpg/jpeg,webp, andsvg.
Downloads
- Added a new hook (
-
v1.0.0 Stable
released this
2025-12-08 22:12:10 +00:00 | 33 commits to main since this releaseThis is the initial release of the module, included tweaks are:
- Adding a background to the Chat sidebar
- Making it so that the user config does open when a player connects without having a character assigned to them
- Starting Foundry with the right-hand sidebar expanded instead of collapsed
- Choosing which sidebar tab the right-hand sidebar starts on
- Repositioning the macro hotbar to be similar to the v11 position (to the right of the player list)
- Changing the size of the macro buttons in the hotbar
- Changing the amount of space between each macro button in the hotbar
Some additional tweaks included that are aimed more at package developers are:
- The ability to auto-unpause the world when loading in
- A convenience menu option on DocumentSheetV2s that sets a global
_docvariable
Downloads