mirror of https://github.com/bra1n/townsquare.git
changelog updated
This commit is contained in:
parent
8798234f30
commit
5733990205
|
@ -4,8 +4,10 @@
|
||||||
- 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.
|
- 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 issue where a player and storyteller updating the same players pronouns at around the same time causes an infinite loop disconnecting the session.
|
- fix issue where a player and storyteller updating the same players pronouns at around the same time causes an infinite loop disconnecting the session.
|
||||||
- fix bug with shifting roles when the storyteller deletes a player
|
- fix bug with shifting roles when the storyteller deletes a player
|
||||||
|
- added Poppygrower to list of available characters
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Version 2.9.1
|
### Version 2.9.1
|
||||||
- fix gamestate JSON not showing (custom) roles and failing to load states with custom scripts properly
|
- 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
|
- fix gamestate not stripping out special characters from role.id on load
|
||||||
|
@ -22,6 +24,8 @@
|
||||||
- added button to modals that allows the user to maximize them
|
- added button to modals that allows the user to maximize them
|
||||||
- added Mephit and Snitch to roles.json
|
- added Mephit and Snitch to roles.json
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### Version 2.8.0
|
### Version 2.8.0
|
||||||
- added hands-off live session support for homebrew / custom characters again!
|
- 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
|
- added custom image opt-in that will prevent any (potentially malicious / harmful) images from loading until a player manually allows them to
|
||||||
|
|
Loading…
Reference in New Issue