From 821d2b99b322a33649ed535e92f62e408a60f786 Mon Sep 17 00:00:00 2001 From: Brad Miller Date: Fri, 18 Feb 2022 14:49:41 -0800 Subject: [PATCH] Update version to 6.0.2 --- VERSION | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 11e69d1c2..6086b2457 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,16 @@ -RunestoneServer-6.0.1 +RunestoneServer-6.0.2 + +Changes in 6.0.2 + +Bug fixes and updates to Peer Instruction +* [x] Allow groups > 2 for peer instruction +* [x] Fix the duplication of partners problem +* [x] Didn't like your partner over and over again +* [x] Reset the radio button when a new peer is selected +* [x] Blank out answer when you start vote 2 +* [x] On second vote it still says your first answer +* [x] Please discuss the answers with your group members. +* [x] Put the countdown in red Changes in this release, tagged 6.0.1 @@ -15,6 +27,6 @@ Big Changes to the 6.x series 3. Version 6.x requires Docker - use docker-tools to build a container and docker compose to launch. 4. All book apis in ajax.py are deprecated. All of books.py is deprecated 5. The RunestoneServer can be built in 3 modes - - --single - good for a single course production setup - - --single-dev - good for development work - - --multi - Good for running multiple Containers with a single database server and a load balancer +- --single - good for a single course production setup +- --single-dev - good for development work +- --multi - Good for running multiple Containers with a single database server and a load balancer