From 67c0e0e954c1dad9f766c9f091ee19de7c4021fd Mon Sep 17 00:00:00 2001
From: Andy Janata
Date: Fri, 1 Jun 2018 09:46:09 -0700
Subject: [PATCH] changelog updates
---
WebContent/changelog.html | 7 +++++++
WebContent/game.jsp | 7 ++++++-
WebContent/index.jsp | 15 +++++++++++----
3 files changed, 24 insertions(+), 5 deletions(-)
diff --git a/WebContent/changelog.html b/WebContent/changelog.html
index 87e0f07..f7f2cba 100644
--- a/WebContent/changelog.html
+++ b/WebContent/changelog.html
@@ -8,6 +8,13 @@
+ - 1 June 2018:
+ - Play history links are now provided for users and games. Assuming you have not opted out
+ from persistent play history logging and still have your persistent ID cookie, you can view
+ every game you've played on the device you are connecting from since the beginning of March.
+ Regardless of opting out or not, you can view every game you've played in the current session,
+ or every round in a game, with the links provided when you log in or join a game.
+
- 5 April 2018:
- Bugfixes from last week's release (most notably, no more "undefined" before your name if you
reload the page).
diff --git a/WebContent/game.jsp b/WebContent/game.jsp
index 8879b95..c8eec14 100644
--- a/WebContent/game.jsp
+++ b/WebContent/game.jsp
@@ -93,8 +93,13 @@ HttpSession hSession = request.getSession(true);
If this is your first time playing, you may wish to read the changelog and
list of known issues.
- Most recent updates: 5 April 2018 and 27 March 2018:
+ Most recent updates: 1 June 2018, 5 April 2018, and 27 March 2018:
+ - Play history links are now provided for users and games. Assuming you have not opted out
+ from persistent play history logging and still have your persistent ID cookie, you can view
+ every game you've played on the device you are connecting from since the beginning of March.
+ Regardless of opting out or not, you can view every game you've played in the current session,
+ or every round in a game, with the links provided when you log in or join a game.
- Bugfixes from last week's release (most notably, no more "undefined" before your name if you
reload the page).
- Minor updates to the chat filter settings to make it less strict, and an additional chat
diff --git a/WebContent/index.jsp b/WebContent/index.jsp
index 2f25420..f3a9358 100644
--- a/WebContent/index.jsp
+++ b/WebContent/index.jsp
@@ -61,6 +61,13 @@ to, for instance, display the number of connected players.
Recent Changes:
+ - 1 June 2018:
+ - Play history links are now provided for users and games. Assuming you have not opted out
+ from persistent play history logging and still have your persistent ID cookie, you can view
+ every game you've played on the device you are connecting from since the beginning of March.
+ Regardless of opting out or not, you can view every game you've played in the current session,
+ or every round in a game, with the links provided when you log in or join a game.
+
- 5 April 2018:
- Bugfixes from last week's release (most notably, no more "undefined" before your name if you
reload the page).
@@ -77,11 +84,11 @@ to, for instance, display the number of connected players.
it always has.
- Do not use a password you use on any other site.
- The value you enter in the identification code box will be combined with your username
- and a server secret and converted into an 11 character code.
- - Users that have an identification code will have a + in front of their name in chat.
- Hover your mouse over their message to see their 11 character code.
+ and a server secret and converted into an 11 character verification code.
+ - Users that have an verification code will have a + in front of their name in chat.
+ Hover your mouse over their message to see their 11 character verification code.
- You may also use the /whois command in the chat
- to view information about a user, including their 11 character code.
+ to view information about a user, including their 11 character verification code.
Images on CardCast cards is now supported in a safe manner. Cards will need updated to work
with this format. Information on how to use it is on the
GitHub