Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Moerill committed Jun 25, 2021
1 parent 903ff6c commit 570ef1b
Show file tree
Hide file tree
Showing 5 changed files with 6,365 additions and 525 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.2.3

- *Fix* all messages to be shown on startup in FVTT 0.8.5+
- Thanks to Github User Meltyas for providing this fix!

# v1.2.2

- Changed settings from world to client, so users can save their settings now...
Expand Down
1 change: 1 addition & 0 deletions chat-notifications.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
🔒
8 changes: 4 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "chat-notifications",
"title": "Hey, listen! - Chat Notifications",
"description": "This module shows notifications of the newest chat messages, when you're currently not viewing the chat tab.<br>Position, opacity, fade delay, ... is all customizable!",
"version": "1.2.2",
"version": "1.2.3",
"author": "Moerill",
"esmodules": ["js/index.js"],
"styles": [
"chat-notifications.css"
],
"minimumCoreVersion": "0.7.4",
"compatibleCoreVersion": "0.7.9",
"minimumCoreVersion": "0.8.4",
"compatibleCoreVersion": "0.8.8",
"manifest": "https://raw.githubusercontent.com/Moerill/fvtt-chat-notifications/master/module.json",
"download": "https://github.com/Moerill/fvtt-chat-notifications/releases/download/v1.2.2/v1.2.2.zip",
"download": "https://github.com/Moerill/fvtt-chat-notifications/releases/download/v1.2.3/v1.2.3.zip",
"url": "https://github.com/Moerill/fvtt-chat-notifications"
}
Loading

0 comments on commit 570ef1b

Please sign in to comment.