File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed
Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11# ColorHelper
22
3+ ## 6.2.0
4+
5+ - ** NEW** : Upgrade ColorAide to 2.0.1.
6+ - ** FIX** : Fix regression where contrast logic could not adjust to a
7+ given contrast due to a property access.
8+
39## 6.1.2
410
511- ** FIX** : Update to ColorAide 1.7.1.
Original file line number Diff line number Diff line change 11{
22 "install" : " messages/install.md" ,
3- "6.1 .0" : " messages/recent.md"
3+ "6.2 .0" : " messages/recent.md"
44}
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ A restart of Sublime Text is **strongly** encouraged.
1010Please report any issues as we _ might_ have missed some required updates
1111related to the upgrade to stable ` coloraide ` .
1212
13- ## 6.1 .0
13+ ## 6.2 .0
1414
15- - ** NEW** : Update to ColorAide 1.5 .
16- - ** FIX** : Fix issue where if a view does not have a syntax it could
17- cause an exception .
15+ - ** NEW** : Upgrade ColorAide to 2.0.1 .
16+ - ** FIX** : Fix regression where contrast logic could not adjust to a
17+ given contrast due to a property access .
Original file line number Diff line number Diff line change 55import webbrowser
66import re
77
8- __version__ = "6.1.2 "
8+ __version__ = "6.2.0 "
99__pc_name__ = 'ColorHelper'
1010
1111CSS = '''
You can’t perform that action at this time.
0 commit comments