diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b7638..70072c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Release Notes ### Version 2.9.1 +- added [nomination log indicator](https://fontawesome.com/icons/book-dead). When a nomination log [v] is available, the number of currently visible entries is displayed. Clicking the indicator can reveal/hide the nomination log. - fix gamestate JSON not showing (custom) roles and failing to load states with custom scripts properly - fix gamestate not stripping out special characters from role.id on load - made character assignment modal a bit prettier @@ -16,8 +17,6 @@ - added button to modals that allows the user to maximize them - added Mephit and Snitch to roles.json ---- - ### 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 diff --git a/src/components/Menu.vue b/src/components/Menu.vue index a2ce9b7..40abc72 100644 --- a/src/components/Menu.vue +++ b/src/components/Menu.vue @@ -1,5 +1,18 @@