Skip to content

Commit

Permalink
main lua file name changed to main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Sep 2, 2024
1 parent 3c818c8 commit 9208c01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.

0 comments on commit 9208c01

Please sign in to comment.