What's Changed
- Adjust some css on the frame selector by @manthey in #476
- When panning on paged elements, call redraw less often by @manthey in #477
- For some paged annotations, reduce some unnecessary redraws by @manthey in #478
- Speed up bulk setting style groups by @manthey in #479
- Reduce some cases where ROI autosubmit would deselect by @manthey in #480
- Use importlib instead of pkg_resources by @manthey in #481
- Shorten analysis menu entries when unambiguous by @manthey in #483
- Add annotation legends by @manthey in #487
- Create component for reverting annotations by @naglepuff in #486
- Drop python 3.8 testing by @manthey in #490
- Zoom input by @marySalvi in #491
- Also group annotation history by user. by @manthey in #492
- Increase the available memory in CI by @manthey in #497
- Fix a typo in the settings by @manthey in #500
- Fix the api root of recently annotated images by @manthey in #502
- Drop Python 3.9 by @manthey in #503
- Remove active class from draw button on escape by @marySalvi in #499
- Improve the position and size of the annotation popover by @manthey in #504
- Add category labels to violin plots by @manthey in #505
- Allow selecting non-writable annotation elements by @manthey in #507
- Do not refresh annotations unless they apply to the current item by @manthey in #506
- Add more palette options to the metadata plot by @manthey in #511
- Add the ability to directly import a single file to an item by @manthey in #512
- Slightly tweak a css size by @manthey in #513
- In certain instances, rebind annotation model listeners by @manthey in #514
- Support cutting polygons. by @manthey in #515
- Shrink the size of gifs in the docs by @manthey in #516
- Better handle small viewports by @manthey in #517
- Support polygon patterns by @manthey in #518
- Fix an issue with the line-cut (scissors) tool by @manthey in #519
- Support cutting polygons by @manthey in #520
- Unset patterns to the empty string, not undefined. by @manthey in #521
- Update pre-commit hook versions by @manthey in #522
New Contributors
- @marySalvi made their first contribution in #491
Full Changelog: v1.7.2...v1.8.0