Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Moerill committed Oct 23, 2020
1 parent 5c2abb0 commit f79c343
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.2.1

- Moved the GSAP import to be a relative instead of absolute path, to allow for it to work with FoundryInstances running with the routePrefix option.

# v1.2.0

- *FIX* Now using the new GSAP path introduced in FVTT 0.7.4
Expand Down
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ChatNotificationSettings, moduleName, maxMessages, fadeOutDelay } from './settings.js';
import { TweenMax } from '/scripts/greensock/esm/all.js';
import { TweenMax } from '../../../../scripts/greensock/esm/gsap-core.js';

function expandSideBarInstant(sideBar) {
sideBar.classList.remove('collapsed');
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"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.0",
"version": "1.2.1",
"author": "Moerill",
"esmodules": ["js/index.js"],
"styles": [
Expand All @@ -11,6 +11,6 @@
"minimumCoreVersion": "0.7.4",
"compatibleCoreVersion": "0.7.5",
"manifest": "https://raw.githubusercontent.com/Moerill/fvtt-chat-notifications/master/module.json",
"download": "https://github.com/Moerill/fvtt-chat-notifications/releases/download/v1.2.0/v1.2.0.zip",
"download": "https://github.com/Moerill/fvtt-chat-notifications/releases/download/v1.2.1/v1.2.1.zip",
"url": "https://github.com/Moerill/fvtt-chat-notifications"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "module-template",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit f79c343

Please sign in to comment.