Skip to content

Releases: danvk/localturk

Random order

08 Feb 15:59
Compare
Choose a tag to compare
  • Add an option (--random-order) to serve tasks in random order.

v2.0.3

11 Dec 16:29
Compare
Choose a tag to compare
  • Resolved some issues with version mismatches and distributing JS files (#22)

TypeScript rewrite

08 Dec 20:02
143e827
Compare
Choose a tag to compare
  • Ported to TypeScript, yarn and modern packages (#18)
  • Renamed --static_dir to --static-dir and made it default to the template directory (rather than current directory)
  • Added --write-template flag to produce sample templates (#19)
  • Added general support for keyboard shortcuts via <input data-key="k" ...> (#19)
  • Show a warning when the submission contains no new data (#6)

v1.2.1

26 Jul 20:17
Compare
Choose a tag to compare
  • Update version numbers in --version.

v1.2.0

26 Jul 20:12
Compare
Choose a tag to compare
  • Expose an "Undo Last (z)" button in classify-images.
  • Add a /delete-last endpoint to remove the last completed task in localturk.

v1.1.0

20 Feb 20:10
Compare
Choose a tag to compare
  • Added classify-images script.
  • localturk automatically opens the first task in the browser on launch.
  • The -q option makes localturk quit when the last task is complete.