Skip to content

4.5.0: "Is it Foundry VTT v14 already?!"

Choose a tag to compare

@lucasmetzen lucasmetzen released this 21 Jul 13:26
b2ecb4e

What's Changed

✨ Improvements

  • Add support for UI changes in Foundry VTT v14 in #134:
    • Core v14 changes the DOM structure regarding the position and CSS classes of the sidebar's chat controls (both in expanded and collapsed state which was introduced in v13), breaking the insertion logic of the Messenger button. This is fixed.
  • Add support for "pip" style chat notification in #135:
    • Since Foundry v13, there is a UI option to set the chat notification to either "chat cards" or "notification pip" (a red dot on the sidebar's chat icon) to notify about incoming messages when the sidebar is collapsed. When set to "chat cards", there are 4 chat control buttons in the bottom left corner next to the sidebar. That's where the messenger button is added when the sidebar is collapsed. When set to "notification pip", these controls are not present when the sidebar is collapsed - which prevented the Messenger button from being shown. It is now always visible in that position for easy access.

📖 Documentation

  • Clarify and update features information

Full Changelog: 4.4.0...4.5.0