Skip to content

Commit

Permalink
upd version
Browse files Browse the repository at this point in the history
  • Loading branch information
eryon committed Oct 15, 2024
1 parent 1e00183 commit fcbbcb6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fcbbcb6

Please sign in to comment.