From fcbbcb68e1bde99fcb830c36bd1555d28d900bb0 Mon Sep 17 00:00:00 2001 From: anathemort Date: Tue, 15 Oct 2024 16:53:45 -0700 Subject: [PATCH] upd version --- CHANGELOG.md | 12 ++++++++++++ README.md | 1 - module.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4edee82..1341725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Discord to FoundryVTT Changelog +## 1.0.0 - 2024-10-15 + +### New Features + +- Added toggle button to control bar, to toggle the state of the Discord relay during play +- Added a user configuration field to allow users to take ownership of messages +- Added the capability to resolve and format username and channel mentions + +### Fixed + +- Fixed some delay and resume issues + ## 0.1.1 - 2024-08-29 ### Fixed diff --git a/README.md b/README.md index f1a5926..e0f5cf8 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,5 @@ Here's how to set up a basic Discord bot for this module's purpose: ## Roadmap - Planned Features -- **User linking**: link game users to Discord user ids for names, portraits, and message ownership - **Markdown formatting**: apply markdown formatting to the message to imitate Discord's styling - **Whispers**: make a hook to mimic DMs as whispers diff --git a/module.json b/module.json index ba6873d..ccc45fc 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "discord-to-fvtt", "title": "Discord to FoundryVTT", "description": "A module to stream Discord chat messages to FoundryVTT", - "version": "0.1.0", + "version": "1.0.0", "authors": [ { "name": "anathemort",