statusbadges icon indicating copy to clipboard operation
statusbadges copied to clipboard

Added Cider badge + Regex change

Open lumaa-dev opened this issue 5 months ago • 1 comments

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

- \(.*\)
+ \([^\)]*\)$

lumaa-dev avatar Jul 26 '25 19:07 lumaa-dev

PR will be marked as ready when 3.1.0 officially drops

lumaa-dev avatar Jul 26 '25 19:07 lumaa-dev