From 0675a6ac37759c4eb63ae5bc5fce4490ab229927 Mon Sep 17 00:00:00 2001
From: MRegnard <62838312+MRegnard@users.noreply.github.com>
Date: Wed, 5 Jul 2023 20:25:36 +0200
Subject: [PATCH 1/4] Order default (#92)
---
CHANGELOG.md | 3 ++-
src/store/index.js | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f040303..bf1330d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,8 @@
# Release Notes
======
-### Unreleased changes
+
+Changing the default value of "isNightOrder"
---
### Version 3.12.0
diff --git a/src/store/index.js b/src/store/index.js
index d8d71dc..45b2faf 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -103,7 +103,7 @@ export default new Vuex.Store({
state: {
grimoire: {
isNight: false,
- isNightOrder: true,
+ isNightOrder: false,
isRinging: false,
isPublic: true,
isMenuOpen: false,
From d1f72a5d47c7ecb73b1ffbc4028ea9a3d0f4a488 Mon Sep 17 00:00:00 2001
From: MRegnard <62838312+MRegnard@users.noreply.github.com>
Date: Wed, 5 Jul 2023 20:27:12 +0200
Subject: [PATCH 2/4] Correcting the print, when the ST assigns the roles (#93)
---
CHANGELOG.md | 2 ++
src/components/modals/RolesModal.vue | 2 +-
src/store/locale/en/ui.json | 6 +++---
src/store/locale/fr/ui.json | 8 ++++----
4 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf1330d..2e5decc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,10 @@
======
+Correcting the print when ST assigns roles (adding spaces)
Changing the default value of "isNightOrder"
+
---
### Version 3.12.0
Printing the number of alive non-Travellers
diff --git a/src/components/modals/RolesModal.vue b/src/components/modals/RolesModal.vue
index 00a73ea..d3fe1e4 100644
--- a/src/components/modals/RolesModal.vue
+++ b/src/components/modals/RolesModal.vue
@@ -9,7 +9,7 @@
locale.modal.roles.titleStart +
nonTravelers +
locale.modal.roles.titleEnd
- }}:
+ }}
-
diff --git a/src/store/locale/en/ui.json b/src/store/locale/en/ui.json
index a1acb02..578101e 100644
--- a/src/store/locale/en/ui.json
+++ b/src/store/locale/en/ui.json
@@ -221,12 +221,12 @@
"otherTravelers": "Other Travelers"
},
"roles": {
- "titleStart": "Select the characters for",
- "titleEnd": "players:",
+ "titleStart": "Select the characters for ",
+ "titleEnd": " players:",
"warning":"Warning: there are characters selected that modify the game setup! The randomizer does not account for these characters.",
"allowMultiple": "Allow duplicate characters",
"assignStart": "Assign ",
- "assignEnd": "characters randomly",
+ "assignEnd": " characters randomly",
"shuffle": "Shuffle characters"
},
"voteHistory":{
diff --git a/src/store/locale/fr/ui.json b/src/store/locale/fr/ui.json
index b8c1c23..8119d92 100644
--- a/src/store/locale/fr/ui.json
+++ b/src/store/locale/fr/ui.json
@@ -221,12 +221,12 @@
"otherTravelers": "Autres Voyageurs"
},
"roles": {
- "titleStart": "Selectionner les personnages pour",
- "titleEnd": "joueurs:",
- "warning":"Attention: certains des personnages sélectionnés changent la distribution de début de partie ! La distribution aléatoire n'effectue pas elle même ces changements, pensez à modifier les attributions en conséquence avant d'envoyer les rôles aux joueurs.",
+ "titleStart": "Selectionner les personnages pour ",
+ "titleEnd": " joueurs:",
+ "warning":"Attention: certains des personnages sélectionnés changent la distribution de début de partie ! La distribution aléatoire n'effectue pas elle-même ces changements, pensez à modifier les attributions en conséquence avant d'envoyer les rôles aux joueurs.",
"allowMultiple": "Permettre les doublons de personnages",
"assignStart": "Attribuer aléatoirement ces ",
- "assignEnd": "rôles",
+ "assignEnd": " rôles",
"shuffle": "Tirer les personnages au sort"
},
"voteHistory":{
From f08f2b6af91f36732e486333df4ce4fba7975263 Mon Sep 17 00:00:00 2001
From: MRegnard <62838312+MRegnard@users.noreply.github.com>
Date: Wed, 5 Jul 2023 20:27:45 +0200
Subject: [PATCH 3/4] Update CHANGELOG.md (#94)
---
CHANGELOG.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e5decc..648b725 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,10 +8,10 @@ Changing the default value of "isNightOrder"
---
### Version 3.12.0
-Printing the number of alive non-Travellers
-Adding the picture leaf-top6.png
-Some corrections in the jinxes (in French)
-Correcting Atheist's french description
+- Printing the number of alive non-Travellers
+- Adding the picture leaf-top6.png
+- Some corrections in the jinxes (in French)
+- Correcting Atheist's french description
---
From 5f02de93685c5eaa3e895d46ca1c2a9c70cc675e Mon Sep 17 00:00:00 2001
From: Pingumask
Date: Wed, 5 Jul 2023 18:31:59 +0000
Subject: [PATCH 4/4] Release 3.13.0
---
CHANGELOG.md | 11 ++++++++---
package-lock.json | 4 ++--
package.json | 2 +-
3 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 648b725..168c8ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,16 @@
# Release Notes
-======
+## Upcomming Version
-Correcting the print when ST assigns roles (adding spaces)
-Changing the default value of "isNightOrder"
+---
+
+### Version 3.13.0
+
+- Correcting the print when ST assigns roles (adding spaces)
+- Changing the default value of "isNightOrder"
+
---
### Version 3.12.0
- Printing the number of alive non-Travellers
diff --git a/package-lock.json b/package-lock.json
index 4fd19bc..267421b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "townsquare",
- "version": "3.12.0",
+ "version": "3.13.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "townsquare",
- "version": "3.12.0",
+ "version": "3.13.0",
"license": "GPL-3.0",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
diff --git a/package.json b/package.json
index 424dc4d..3bcba35 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "townsquare",
- "version": "3.12.0",
+ "version": "3.13.0",
"description": "Blood on the Clocktower Town Square",
"author": "Pingumaskt",
"scripts": {