• v1.2.0 00af9286d4

    v1.2.0 Stable

    Oliver released this 2025-12-22 05:12:54 +00:00 | 2 commits to main since this release

    Changes:

    • Improved the image links in chat handling in order to remove the enricher method and rely on the chatMessage hook 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.preventSetting to oft.preRegisterTweak
      • oft.settingStatuses to oft.tweakStatuses
    • Added a new parameter for the oft.preRegisterTweak hook, 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 H on your keyboard (able to be changed in the "Configure Controls" settings)
    • Added conflict management for Crucible, preventing registration of the preventMovementHistory tweak.
    Downloads
  • v1.1.0 c2601ba69c

    v1.1.0 Pre-release

    Oliver released this 2025-12-14 04:41:35 +00:00 | 20 commits to main since this release

    Changes:

    • Added a new hook (oft.settingStatuses), documentation can be found in the hook file
    • Hides the preventUserConfigOpen setting from GMs since that is only something that players will ever experience
    • Made startingSidebarTab fail 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, and svg.
    Downloads
  • v1.0.0 f90cb3dbab

    v1.0.0 Stable

    Oliver released this 2025-12-08 22:12:10 +00:00 | 33 commits to main since this release

    This 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 _doc variable
    Downloads