diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d63698..e3adcea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,21 @@ ## Upcomming Version +### Version 3.15.0 +- Night order bubbles always on for storyteller +- Optional night order bubbles for players +### Version 3.14.0 +Reworked script selection UI + +### Version 3.13.2 +Malformed JSON breaking compilation + +### Version 3.13.1 +Some corrections in the reminders tokens: +- Correcting some french names +- Putting some tokens in "remindersGlobal" +- Deleting some useless tokens, or adding some other ### Version 3.13.1 Some corrections in the reminders tokens: diff --git a/package-lock.json b/package-lock.json index 267421b..1a00f31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "townsquare", - "version": "3.13.0", + "version": "3.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "townsquare", - "version": "3.13.0", + "version": "3.15.0", "license": "GPL-3.0", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.32", diff --git a/package.json b/package.json index 3bcba35..bb82c02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "townsquare", - "version": "3.13.0", + "version": "3.15.0", "description": "Blood on the Clocktower Town Square", "author": "Pingumaskt", "scripts": { diff --git a/src/components/Menu.vue b/src/components/Menu.vue index 0da6b82..52e785e 100644 --- a/src/components/Menu.vue +++ b/src/components/Menu.vue @@ -81,7 +81,7 @@ /> -
  • +
  • {{ locale.menu.grimoire.order }} {{ nightOrder.get(player).first }}. {{ @@ -29,7 +32,10 @@
    {{ nightOrder.get(player).other }}. {{ diff --git a/src/components/TownSquare.vue b/src/components/TownSquare.vue index e829042..f7e008b 100644 --- a/src/components/TownSquare.vue +++ b/src/components/TownSquare.vue @@ -140,7 +140,10 @@ >
    {{ nightOrder.get(role).first }}. {{ @@ -149,7 +152,10 @@
    {{ nightOrder.get(role).other }}. {{ diff --git a/src/components/modals/EditionModal.vue b/src/components/modals/EditionModal.vue index 049b531..ef9e5fd 100644 --- a/src/components/modals/EditionModal.vue +++ b/src/components/modals/EditionModal.vue @@ -1,84 +1,116 @@ @@ -92,142 +124,7 @@ export default { }, data: function() { return { - editions: this.$store.state.editions, - isCustom: false, - scripts: [ - [ - "Boozling", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/boozling.json" - ], - [ - "Catfishing", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/catfishing.json" - ], - [ - "Chaos in the streets", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/chaos_in_the_streets.json" - ], - [ - "Comrade Demon (Teensyville)", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/comrade_demon.json" - ], - [ - "Cultists of Atlantis", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/cultists_of_atlantis.json" - ], - [ - "Deadly Penance Day", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/deadly_penance_day.json" - ], - [ - "Frankenstein's Mayor (Teensyville)", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/frankensteins_mayor.json" - ], - [ - "Harold Holt's Revenge", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/harold_holts_revenge.json" - ], - [ - "Hide & Seek", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/hide_and_seek.json" - ], - [ - "Knowing me, Knowing you", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/knowing_me_knowing_you.json" - ], - [ - "Late night drive by 1.6 (Teensyville)", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/late_night_drive_by.json" - ], - [ - "Midnight Oasis", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/midnight_oasis.json" - ], - [ - "Minion is Angel Protected & the Demon Has 2 Bluffs (Teensyville)", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/minion_is_angel_protected_and_the_demon_has_2_bluffs.json" - ], - [ - "No greater joy (Teensyville)", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/no_greater_joy.json" - ], - [ - "No roles barred", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/no_roles_barred.json" - ], - [ - "On thin ice (Teensyville)", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/on_thin_ice.json" - ], - [ - "Pont Saint-Esprit", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/pont_saint_esprit.json" - ], - [ - "Poppyganda", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/poppyganda.json" - ], - [ - "Race to the bottom (Teensyville)", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/race_to_the_bottom.json" - ], - [ - "Reptiles !", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/reptiles.json" - ], - [ - "Reptiles II : Lizard in the city", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/reptiles2.json" - ], - [ - "Reykjavik's Scheme", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/reykjaviks_scheme.json" - ], - [ - "Rochambeau", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/rochambeau.json" - ], - [ - "Simpletown Village", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/simpletown_village.json" - ], - [ - "Spooky tea 2 : Very spooky (Teensyville)", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/spooky_tea2.json" - ], - [ - "Storyteller's Vengeance", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/storytellers_vengeance.json" - ], - [ - "The Horrifying Spectacle of Public Executions", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/the_horrifying_spectacle_of_public_executions.json" - ], - [ - "Trouble Brewing Advanced", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/trouble_brewing_advanced.json" - ], - [ - "Trouble with Violets", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/trouble_with_violets.json" - ], - [ - "Uncertain Death", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/uncertain_death.json" - ], - [ - "Vigormortis High school (Teensyville)", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/vigormortis_high_school.json" - ], - [ - "Visitors", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/visitors.json" - ], - [ - "Whose Cult is it Anyway", - "https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/whose_cult_is_it_anyway.json" - ] - ] + tab: "official" }; }, computed: { @@ -301,7 +198,6 @@ export default { }); this.$store.commit("players/setFabled", { fabled }); } - this.isCustom = false; }, ...mapMutations(["toggleModal", "setEdition"]) } @@ -309,6 +205,10 @@ export default {