New Features
- Added support for capper potion effect durations using EFFECT:LEVEL

URATION_SECONDS in capture.capper-effects.effects.
- Effects without duration specified continue to apply indefinitely while capturing (backwards compatible)
Improvements
- Optimized capper effects parsing by caching parsed potion effect definitions to avoid repeated string splitting and lookups on every capture tick
- Improved update checker URL construction for GitHub API requests
Bug Fixes
- Improved capper effects parsing robustness (safe integer parsing for level/duration, ignoring invalid entries instead of failing).
- Fixed "Failed to check for updates. GitHub API returned 404" error when running /kothar update caused by duplicated /releases/latest in the API URL