July 2nd, 2025
Changelog (v2.177.0)
New
Geospatial Demo Project
Explore our geospatial features on preloaded satellite/drone imagery. (Note: you may need to request access to Geospatial projects.)

Geospatial: CRS Handling
You can now open images regardless of their original CRS — no longer limited to EPSG:3857
or EPSG:4326
.
- By default, the interface will project images to
EPSG:3857
. Therefore, Cloud-Optimized GeoTIFFs (COGs) from cloud or public storage are displayed inEPSG:3857
, regardless of their original CRS. - You can switch to
EPSG:4326
in the display settings — unless a base map is enabled, which requiresEPSG:3857
.
Multi-step Workflow (SDK)
You can now programmatically configure workflow settings using the SDK. This allows better automation and customization of multi-step workflows.
Check out our SDK documentation for more details.
Asset Metadata
We now support date
as a metadata type — in addition to string
and number
. This makes it easier to filter assets by date ranges (e.g., start and end dates). Ensure your date values follow the ISO format:YYYY-MM-DDTHH:MM:SS+/-

For implementation details, refer to our SDK tutorial.
Change
- Labeling Interface
The job viewer UI was improved to make object counts and class shortcuts easier to visualize and understand at a glance. - Project Members
Organization admins are now hidden by default in the project member list. When visible, they are clearly labeled as Org. Admin for easy identification.
Fix
-
Scalability
Improved performance of the labeling interface, with better handling of large or complex labels. -
Geospatial
- Optimized performance when moving the focus box on the mini-map.
- Fixed an issue where the distance measuring tool was not available in some projects.
- The annotation wizard for completing nested jobs now works as expected.
-
Multi-step Workflow
- The "Send back" button is now shown only when the asset status allows it.
- It's no longer possible to edit previous steps in the workflow.
-
Video
Fixed an issue where multi-part semantic segmentation objects were not correctly exported or imported. -
Project Queue
- Fixed a bug where filters sometimes didn’t return the correct assets.
- Improved loading performance for assets with a large number of issues.
-
YOLO Export
Resolved a bug where an extra file extension was added when exporting YOLO data, even if the image name already included one.