Releases: danvk/localturk
Releases · danvk/localturk
v2.2.2
v2.2.1
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:
New Contributors
Full Changelog: v2.1.1...v2.2.1
Random order
- Add an option (
--random-order
) to serve tasks in random order.
v2.0.3
TypeScript rewrite
- 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)