Skip to content

v0.8.0

Compare
Choose a tag to compare
@stsievert stsievert released this 03 Nov 21:58
· 63 commits to master since this release

Backward incompatible changes:

  • Format of init.yaml file changed (#122). See details below.

Improvements

In addition, some documentation has been updated:

  • Detailing running Salmon offline; example given with scoring queries with custom embedding (6baaff8)
  • FAQ about specifying custom participant ID (ab76df8)
  • Using HTTPS with Salmon (issue #119)
  • About setting/changing username/password after/before launch (issue #115)
  • Allow users to use arrow keys to submit answers (implemented in #122 as part of the HTML configuration; tracked in issue #121).

Details on YAML change

instructions: Click buttons
debrief: Goodbye!
max_queries: 4
...

Now:

html:
  instructions: Click buttons
  debrief: Goodbye!
  max_queries: 4
...

Salmon will raise an informative error if an old configuration file is uploaded.