diff --git a/NEWS.md b/NEWS.md index 372ccb5a..bf0d3833 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,7 @@ - Now the error message of `sd_database()` will also prompt "If you have verified all connection details are correct but still cannot access the database, consider setting the `gssencmode` parameter to `"disable"` in the `sd_database()` function." We don't encourage users to disable `gssencmode`, since it's more secure to have it on, but if users encounter with connection error, this will be a possible solution. - Bug fix: A bug was introduced when restructuring the `sd_server()` function in the last update that affected numeric questions being determined as answered or not, that is now fixed. - Fixed [issue #80](https://github.com/surveydown-dev/surveydown/issues/80): If `sd_display_value()` was used multiple times on different question IDs, it could only fetch the last user input. Now it's fixed. +- Renamed main lua file in `inst/quarto/filters` from `surveydown.lua` to `main.lua` and updated the extension v0.2.1 to call this via a more robust, cross-platform approach. # surveydown 0.2.0 diff --git a/inst/quarto/filters/surveydown.lua b/inst/quarto/filters/main.lua similarity index 100% rename from inst/quarto/filters/surveydown.lua rename to inst/quarto/filters/main.lua