TL;DR
- Annotation: Span granularity is now adjustable; default feature values are configurable; Firefox zero-width annotation bug fixed.
- Search: Now highlights all matches; retains state when sidebar is closed; adds search history.
- Remote API: Bulk recommenders can now be triggered via API.
- Workload Management: Fix for documents not marked finished after all annotations complete.
- Recommenders: Experimental support for LLM-generated annotation justifications.
- Cleanups & Upgrades: Dropped legacy AnnotatorJS and plugin API; major dependency upgrades.
What's Changed
Annotation
- ⭐️ #5406 - Allow annotator to adjust span granularity by @reckart in #5407
- ⭐️ #5429 - Configurable default feature values by @reckart in #5430
- 🦟 #5373 - Creating zero-width annotations does not work on Firefox by @reckart in #5384
Search
- ⭐️ #5422 - Highlight all search matches instead of only the selected one by @reckart in #5423
- ⭐️ #5424 - Keep search state and highlights when search sidebar is not active by @reckart in #5425
- ⭐️ #5427 - Add search history by @reckart in #5428
Remote API
Workload management
- 🦟 #5449 - Documents not marked as finished in export despite all annotators being done by @reckart in #5450
Recommenders
Other
- 💀 #5393 - Drop legacy AnnotatorJS editor by @reckart in #5394
- 💀 #5395 - Drop plugin API by @reckart in #5396
- 💀 #5395 - Drop plugin API by @reckart in #5447
- ⚙️ #5380 - Upgrade dependencies by @reckart in #5381
- ⚙️ #5380 - Upgrade dependencies by @reckart in #5391
- ⚙️ #5380 - Upgrade dependencies by @reckart in #5398
- ⚙️ #5380 - Upgrade dependencies by @reckart in #5400
- ⚙️ #5380 - Upgrade dependencies by @reckart in #5418
- ⚙️ #5380 - Upgrade dependencies by @reckart in #5436
- ⚙️ #5380 - Upgrade dependencies by @reckart in #5441
Full Changelog: inception-36.5...inception-37.0-beta-3