April 23rd, 2025
16 days ago by Kili Technology
Changelog (v2.174.0)
New
Add Transcription Jobs at Video Level
You can now add transcription jobs at the video (asset) level by modifying the JSON interface. To do so, set "level": "asset"
in the job attributes. This is particularly useful when transcribing the audio track of a video.

Note: This change isn't yet reflected in the labeling jobs editor — stay tuned, UI support is coming soon!
Change
- Multi-step Review – Filter by Step and Status
You can now filter assets in the queue page based on their current step and status within that step. This makes it easier to focus on specific parts of your workflow and manage assets more efficiently.

- [SDK] You can now create a new project from an existing demo project using the
from_demo_project
parameter in thecreate_project
function.
⚠️ Heads up: theproject_type
parameter will soon be deprecated, so we recommend switching to the new approach.
Fix
- [Queue page] We fixed an issue where scrolling the vertical scrollbar in the Queue page sometimes failed to load the asset list. Everything should now load smoothly as expected.