New in this version:
1. Label colors may have changed for those labels with more than 5 characters; the previous algorithm was JavaScript-specific. Now, it can replicated in other languages
2. Added [Image.add_mask()](https://github.com/comet-ml/kangas/wiki/Image#add_mask) and [Image.add_mask_metric()](https://github.com/comet-ml/kangas/wiki/Image#add_mask_metric)
3. Thumbnail images now show annotations, including masks, bounding boxes, regions, and lines
4. In the full image views, regions now show a border
5. Vector data now properly shows as JSON
6. Column names cannot contain ":" or ","
7. Fixed a bug in [DataGrid.add_iou_column()](https://github.com/comet-ml/kangas/wiki/DataGrid#append_iou_column)
8. Many bug fixes