We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a462e55 commit b574678Copy full SHA for b574678
CHANGES.md
@@ -1,5 +1,9 @@
1
# ColorHelper
2
3
+## 6.4.4
4
+
5
+- **FIX**: Fix regression in Sublime color parsing.
6
7
## 6.4.3
8
9
- **FIX**: Fix issue where a newly opened file will not show previews
custom/st_colormod.py
@@ -37,8 +37,7 @@
37
38
RE_ADJUSTERS = {
39
"alpha": re.compile(
40
- r"""
41
- (?xi)
+ r"""(?xi)
42
\s+a(?:lpha)?\(\s*
43
(?:(\+\s+|\-\s+)?({strict_percent}|{strict_float})|(\*)?\s*({strict_percent}|{strict_float}))
44
\s*\)
support.py
@@ -5,7 +5,7 @@
import webbrowser
import re
-__version__ = "6.4.3"
+__version__ = "6.4.4"
__pc_name__ = 'ColorHelper'
10
11
CSS = '''
0 commit comments