diff --git a/DESCRIPTION b/DESCRIPTION index 93b0b43..7f8174e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: surveydown Title: Markdown-Based Surveys Using 'Quarto' and 'shiny' -Version: 0.6.0 +Version: 0.6.1 Authors@R: c( person(given = "John Paul", family = "Helveston", diff --git a/NEWS.md b/NEWS.md index e07b4c8..8ac74d0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # surveydown (development version) +# surveydown 0.6.1 + +- Cookies now contain not only the `session_id` but a complete JSON object of the current page questions, answers, and latest time stamp. +- Increased checkpoints of data updates. Now they are: upon starting, upon proceeding to the next page, upon submitting rating or clicking the exit buttion, and finally, upon abruptly quitting the survey. + # surveydown 0.6.0 - Cookies functionality fully working, applied to both local testing and online db.