Fix autoupdater does not returning new version based on re group
Problem description
Autoupdater filter new versions based on first group in pattern if exist but do not map it.
Proposal
We should fist map list of tags with fullmatch of pattern and fist group if exist than filter this list to existing tags.