statusbadges
statusbadges copied to clipboard
Added Cider badge + Regex change
This PR adds support for Cider's v3.1.0 Rich Presence as a badge as well as changing the Regex for removing featurings between parenthesis to only remove the last parenthesis instead of all parenthesis
- \(.*\)
+ \([^\)]*\)$
PR will be marked as ready when 3.1.0 officially drops