Skip to content

Releases: danvk/localturk

v2.2.2

02 Nov 14:31
37fd9da
Compare
Choose a tag to compare

What's Changed

  • Prevent index.html from thwarting localturk by @danvk in #50

Full Changelog: v2.2.1...v2.2.2

v2.2.1

02 Nov 14:23
eb1d7b3
Compare
Choose a tag to compare

What's Changed

New features:

  • Support text file in classify-images by @danvk in #42
  • Support -r / --random-order in classify-images by @danvk in #43
  • Support custom keyboard shortcuts in classify-images by @danvk in #44
  • Add /:num endpoint for permalinks with --random-order by @danvk in #46

Bug fixes:

  • fix PayloadTooLargeError by @ahoho in #35
  • Allow additional variables to be passed via CLI arguments by @danvk in #40
  • Preserve line endings by @danvk in #49
  • Don't capture Cmd-1, etc. by @danvk in #44

Infrastructure:

  • CircleCI → GitHub Actions by @danvk in #41
  • Set up prettier, knip and jest by @danvk in #47

New Contributors

  • @ahoho made their first contribution in #35

Full Changelog: v2.1.1...v2.2.1

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.