Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Jun 25, 2024
1 parent 5366561 commit cbbd2c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Versions.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# Coloring Book -- version history #

## 2.2.1 ##

* Increases the maximum character limit on Page names.
* Fixes a bug whereby Pages with very long names cannot be duplicated.


## 2.2 ##

* An email field has been added to the Survey form. Whenever a batch of survey data is uploaded, an email is sent to the provided email address to notify the associated user.
* For every participant in the uploaded survey data, a CSV file is compiled and added to this email as an attachment. This file contains the participant's score for each page and an aggregated score.
* The application is Dockerized and Celery/Redis are added to handle the sending of emails.
* Pages can now be duplicated by selecting one or multiple pages and clicking 'Duplicate' in the 'With selected' dropdown.


## 2.1 ##

* Updated the index page to redirect to the project website.
Expand Down
2 changes: 1 addition & 1 deletion coloringbook/templates/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<h1>Coloring Book</h1>

<p>Manual for version 2.2.</p>
<p>Manual for version 2.2.1.</p>

<ul>
<li><a href="#create-new">How to create new surveys</a>
Expand Down

0 comments on commit cbbd2c7

Please sign in to comment.