----------------------------------
1. **Enhancement:** Empty frames are now allowed by passing annotations with 0's for all coordinates. Example format:
::
image_path, 0, 0, 0, 0, "Tree"
2. **New Feature:** Introduced ``check_release`` to reduce GitHub rate limit issues. When using ``use_release()``, the local model will be used if ``check_release = False``.