diff --git a/CHANGELOG.md b/CHANGELOG.md index 9608391..3c03df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes +### Version 2.8.0 +- added hands-off live session support for homebrew / custom characters again! +- added custom image opt-in that will prevent any (potentially malicious / harmful) images from loading until a player manually allows them to + +--- + ## Version 2.7.0 - added support for assigning duplicate characters to more than one player (like Legion) - further live session bandwidth optimizations diff --git a/package-lock.json b/package-lock.json index 6f4d63e..6f53472 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "townsquare", - "version": "2.7.0", + "version": "2.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index abbaeff..8eabedb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "townsquare", - "version": "2.7.0", + "version": "2.8.0", "description": "Blood on the Clocktower Town Square", "author": "Steffen Baumgart", "scripts": { diff --git a/src/assets/icons/minion.png b/src/assets/icons/minion.png new file mode 100644 index 0000000..ef0ccb1 Binary files /dev/null and b/src/assets/icons/minion.png differ diff --git a/src/assets/icons/outsider.png b/src/assets/icons/outsider.png new file mode 100644 index 0000000..71b7a58 Binary files /dev/null and b/src/assets/icons/outsider.png differ diff --git a/src/components/Menu.vue b/src/components/Menu.vue index 5160305..fa46beb 100644 --- a/src/components/Menu.vue +++ b/src/components/Menu.vue @@ -69,11 +69,21 @@ /> +
  • + Show Custom Images + +
  • Background image
  • -
  • +
  • Mute Sounds