Found some code here that can accomplish this: https://stackoverflow.com/a/68893555/5701177
Coincidentally, the version comparison function from that code can be used to improve version comparison for Mitch auto-update. The current function just checks for
!contains
, which means that "Version v1.5.10" and "1.5.1" are considered the same.
Handled by 28d76b6