Changes in version 0.2.0 (2026-02-02) - Updated template names to match with {surveydown} >= 1.1.0 Changes in version 0.1.4 (2025-12-03) - Updated for compatibility with {surveydown} >= 1.0.1 where sd_next() is deprecated and navigation functions are no longer required on intermediate pages. - Auto-refresh now preserves up to 2 consecutive empty lines for better formatting control. Changes in version 0.1.3 (2025-11-11) - Page break compatibility with the new {surveydown} package (>= 0.14.0). Changes in version 0.1.2 - Bug fix: The database connection is now fully compatible with gssencmode = "auto" when "disable" mode is triggered. Changes in version 0.1.1 - Removed the "Questions (YAML)" template since .yml files are not yet compatible. - Improved the Modal UI of the slider_numeric question type. Changes in version 0.1.0 - Package renamed to sdstudio (used to be sdApps). - Launch the studio with sdstudio::launch(). - 3 tabs: Build, Preview, and Responses. - Build tab: Survey creation with 15 pre-defined templates, or use your own. - Preview tab: Live-preview the survey. - Responses tab: Survey responses management. - All tabs support local and DB modes. To set up DB mode, input your database credentials on the Responses tab. Changes in version 0.0.3 - launch() is now compatible with default fence format. Changes in version 0.0.2 - launch() now has only 2 sections in the Construction tab: Structure and Code. In Structure, the pages and contents are drag-able and each has an editing and deleting button. In Code, the survey.qmd and app.R files are all live and editable. The Preview tab has a live preview of the survey Shiny app, and has a "Refresh" button to manually refresh the preview. Changes in version 0.0.1 - Initial version.