mirror of https://github.com/bra1n/townsquare.git
parent
125d5a9510
commit
e300a34f8c
|
@ -1,5 +1,12 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
## Version 2.1
|
||||||
|
- clearing the nomination history as the Storyteller clears it for the players too
|
||||||
|
- vote buttons should work in all situations correctly now
|
||||||
|
- fixed some minor styling and live session issues
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Version 2.0
|
## Version 2.0
|
||||||
- The project is now available under its own domain: [clocktower.online](https://clocktower.online)
|
- The project is now available under its own domain: [clocktower.online](https://clocktower.online)
|
||||||
- Added a feature that allows a live session Storyteller to automatically (and safely) distribute assigned
|
- Added a feature that allows a live session Storyteller to automatically (and safely) distribute assigned
|
||||||
|
|
|
@ -109,7 +109,7 @@
|
||||||
<em><font-awesome-icon icon="copy"/></em>
|
<em><font-awesome-icon icon="copy"/></em>
|
||||||
</li>
|
</li>
|
||||||
<li v-if="!session.isSpectator" @click="distributeRoles">
|
<li v-if="!session.isSpectator" @click="distributeRoles">
|
||||||
Distribute Characters
|
Send Characters
|
||||||
<em><font-awesome-icon icon="theater-masks"/></em>
|
<em><font-awesome-icon icon="theater-masks"/></em>
|
||||||
</li>
|
</li>
|
||||||
<li
|
<li
|
||||||
|
|
Loading…
Reference in New Issue