diff --git a/CHANGELOG.md b/CHANGELOG.md
index f040303..168c8ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,22 @@
# Release Notes
-======
-### Unreleased changes
+## Upcomming Version
+
+
+
+---
+
+### 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
-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
---
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": {
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/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,
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":{