diff --git a/DESCRIPTION b/DESCRIPTION index 7f8174e..887a822 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: surveydown Title: Markdown-Based Surveys Using 'Quarto' and 'shiny' -Version: 0.6.1 +Version: 0.6.2 Authors@R: c( person(given = "John Paul", family = "Helveston", diff --git a/NEWS.md b/NEWS.md index 8ac74d0..c28cc75 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,13 @@ # surveydown (development version) +# surveydowb 0.6.2 + +- Update: Now `ignore = TRUE` in `sd_server()` will turn off cookies, regardless of the value of `use_cookies`. + # 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. +- Increased checkpoints of data updates. Now they are: upon starting, upon proceeding to the next page, upon submitting rating or clicking the exit button, and finally, upon abruptly quitting the survey. # surveydown 0.6.0