2098¶
2025-08-10
- feat: replace volatile variables with atomic types (#680) (@ArthurKun21)
- feat: migrate highlight functionality to AndroidExecutor interface (#681) (@ArthurKun21)
- fix: resolve sequence consumption issues in image match highlighting (#683) (@ArthurKun21)
Fixes:
- Accidentally flip the hiding condition for the play button resulting in play button still showing on vertical mode.
- Improve the image matching operations by removing the redundant operation cause by kotlin sequence and "also" operator