From 5c4811ba91fc6374038b2f173b3e39164108a7ee Mon Sep 17 00:00:00 2001 From: Steffen Date: Sun, 7 Feb 2021 22:14:27 +0100 Subject: [PATCH] wrap up and changelog --- CHANGELOG.md | 11 +++++ src/components/modals/RolesModal.vue | 67 ++++++++++++++++++++++++---- src/main.js | 1 + 3 files changed, 71 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5afd997..9608391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Release Notes +## Version 2.7.0 +- added support for assigning duplicate characters to more than one player (like Legion) +- further live session bandwidth optimizations +- sessions can now be joined by pasting the whole link into the popup (thanks @davotronic5000) +- fabled night order bug fixed +- added Legion to list of available characters (thanks @eddgabriel) +- added support for mp4/webm video backgrounds +- added tooltips to night order popup + +--- + ## Version 2.6.0 - night mode can be toggeled with [S] now (thanks @davotronic5000) - night order shows which players are dead diff --git a/src/components/modals/RolesModal.vue b/src/components/modals/RolesModal.vue index 671227a..2ed5e13 100644 --- a/src/components/modals/RolesModal.vue +++ b/src/components/modals/RolesModal.vue @@ -17,7 +17,7 @@ @click="role.selected = role.selected ? 0 : 1" > -
+
- Warning: there are characters selected that modify the game setup! The - randomizer does not account for these characters. + + + Warning: there are characters selected that modify the game setup! The + randomizer does not account for these characters. +
+
diff --git a/src/main.js b/src/main.js index d755fc4..aeebf6a 100644 --- a/src/main.js +++ b/src/main.js @@ -18,6 +18,7 @@ const faIcons = [ "Dice", "Dragon", "ExchangeAlt", + "ExclamationTriangle", "FileCode", "FileUpload", "HandPaper",