|
1 | 1 | # ExportHtml |
2 | 2 |
|
| 3 | +## 2.19.0 |
| 4 | + |
| 5 | +- **NEW**: Updates to support Python 3.13 on ST 4201+. |
| 6 | + |
3 | 7 | ## 2.18.1 |
4 | 8 |
|
5 | | -- **FIX**: Require the typing dependency for Python 3.3. |
| 9 | +- **FIX**: Require the typing dependency for Python 3.3. |
6 | 10 |
|
7 | 11 | ## 2.18.0 |
8 | 12 |
|
9 | | -- **NEW**: New colorblind filters. |
10 | | -- **CHORE**: Updates to support newer dependencies. |
11 | | -- **FIX**: Remove unnecessary dependencies. |
12 | | -- **FIX**: Fix typo in settings configuration. |
| 13 | +- **NEW**: New colorblind filters. |
| 14 | +- **CHORE**: Updates to support newer dependencies. |
| 15 | +- **FIX**: Remove unnecessary dependencies. |
| 16 | +- **FIX**: Fix typo in settings configuration. |
13 | 17 |
|
14 | 18 | ## 2.17.4 |
15 | 19 |
|
16 | | -- **FIX**: Fix `jinja2` import error. |
| 20 | +- **FIX**: Fix `jinja2` import error. |
17 | 21 |
|
18 | 22 | ## 2.17.3 |
19 | 23 |
|
20 | | -- **FIX**: Fix a scheme loading related issue. |
21 | | -- **FIX**: Ensure ExportHTML will work with Package Control 4.0 (compatibility issues with latest `mdpopups` needed for |
22 | | - Package Control 4.0). |
| 24 | +- **FIX**: Fix a scheme loading related issue. |
| 25 | +- **FIX**: Ensure ExportHTML will work with Package Control 4.0 (compatibility issues with latest `mdpopups` needed |
| 26 | + for Package Control 4.0). |
23 | 27 |
|
24 | 28 | ## 2.17.2 |
25 | 29 |
|
26 | | -- **FIX**: Fix a regression where custom defined schemes are not used. |
| 30 | +- **FIX**: Fix a regression where custom defined schemes are not used. |
27 | 31 |
|
28 | 32 | ## 2.17.1 |
29 | 33 |
|
30 | | -- **FIX**: Fix issues with Sublime 4095 `auto` light/dark color scheme option (legacy converter). |
31 | | -- **FIX**: Reduce dependencies by relying on the `coloraide` in `mdpopups`. |
32 | | -- **FIX**: Fix some color filter cases. |
| 34 | +- **FIX**: Fix issues with Sublime 4095 `auto` light/dark color scheme option (legacy converter). |
| 35 | +- **FIX**: Reduce dependencies by relying on the `coloraide` in `mdpopups`. |
| 36 | +- **FIX**: Fix some color filter cases. |
33 | 37 |
|
34 | 38 | ## 2.17.0 |
35 | 39 |
|
36 | | -- **NEW**: Drop BBCode support. |
37 | | -- **NEW**: Use recent Sublime API commands, such as `view.style()` and `view.style_for_scope()` instead of old legacy |
38 | | - method. |
39 | | -- **NEW**: Use `coloraide` dependency for color handling. |
40 | | -- **FIX**: Recent changes should allow `min-contrast` usage in themes to work. |
41 | | -- **FIX**: Recent changes should allow for handling invalid color in color schemes better. |
42 | | -- **FIX**: Recent changes should fix some issues with hashed schemes. |
| 40 | +- **NEW**: Drop BBCode support. |
| 41 | +- **NEW**: Use recent Sublime API commands, such as `view.style()` and `view.style_for_scope()` instead of old legacy |
| 42 | + method. |
| 43 | +- **NEW**: Use `coloraide` dependency for color handling. |
| 44 | +- **FIX**: Recent changes should allow `min-contrast` usage in themes to work. |
| 45 | +- **FIX**: Recent changes should allow for handling invalid color in color schemes better. |
| 46 | +- **FIX**: Recent changes should fix some issues with hashed schemes. |
43 | 47 |
|
44 | 48 | ## 2.16.1 |
45 | 49 |
|
46 | | -- **FIX**: Fix issue with quick start doc not showing images proper. |
| 50 | +- **FIX**: Fix issue with quick start doc not showing images proper. |
47 | 51 |
|
48 | 52 | ## 2.16.0 |
49 | 53 |
|
50 | | -- **NEW**: Add `glow` and `underline` support in Sublime syntax color schemes. |
| 54 | +- **NEW**: Add `glow` and `underline` support in Sublime syntax color schemes. |
51 | 55 |
|
52 | 56 | ## 2.15.1 |
53 | 57 |
|
54 | | -- **FIX**: ST4 now handles `HSL` properly, remove workaround for build 4069. |
55 | | -- **FIX**: `+`/`-` have to be followed by spaces in `saturation`, `lightness`, and `alpha` or they should be treated as |
56 | | - part of the number following them. `*` does not need a space. |
57 | | -- **FIX**: Add support for `deg` unit type for the hue channel with `HSL` and `HWB`. |
58 | | -- **FIX**: Sublime will ignore the unit types `rad`, `grad`, and `turn` for `HSL` and `HWB`, but add support for them in |
59 | | - case Sublime ever does. |
| 58 | +- **FIX**: ST4 now handles `HSL` properly, remove workaround for build 4069. |
| 59 | +- **FIX**: `+`/`-` have to be followed by spaces in `saturation`, `lightness`, and `alpha` or they should be treated as |
| 60 | + part of the number following them. `*` does not need a space. |
| 61 | +- **FIX**: Add support for `deg` unit type for the hue channel with `HSL` and `HWB`. |
| 62 | +- **FIX**: Sublime will ignore the unit types `rad`, `grad`, and `turn` for `HSL` and `HWB`, but add support for them in |
| 63 | + case Sublime ever does. |
60 | 64 |
|
61 | 65 | ## 2.15.0 |
62 | 66 |
|
63 | | -- **NEW**: Support `lightness()` and `saturation()` in color mod functions. |
64 | | -- **NEW**: Properly support `alpha(+value)`, `alpha(-value)`, `alpha(*value)`, and `alpha(value)`. |
65 | | -- **NEW**: Suppport `foreground_adjust`. |
| 67 | +- **NEW**: Support `lightness()` and `saturation()` in color mod functions. |
| 68 | +- **NEW**: Properly support `alpha(+value)`, `alpha(-value)`, `alpha(*value)`, and `alpha(value)`. |
| 69 | +- **NEW**: Suppport `foreground_adjust`. |
66 | 70 |
|
67 | 71 | ## 2.14.4 |
68 | 72 |
|
69 | | -- **FIX**: Fix references to internal color schemes in settings. Color schemes wouldn't load proper as the color scheme |
70 | | - names were wrong. |
| 73 | +- **FIX**: Fix references to internal color schemes in settings. Color schemes wouldn't load proper as the color scheme |
| 74 | + names were wrong. |
71 | 75 |
|
72 | 76 | ## 2.14.3 |
73 | 77 |
|
74 | | -- **FIX**: Mimic Sublime in regards to hue blending. |
| 78 | +- **FIX**: Mimic Sublime in regards to hue blending. |
75 | 79 |
|
76 | 80 | ## 2.14.2 |
77 | 81 |
|
78 | | -- **FIX**: Fix `HWB` exception. |
| 82 | +- **FIX**: Fix `HWB` exception. |
79 | 83 |
|
80 | 84 | ## 2.14.1 |
81 | 85 |
|
82 | | -- **FIX**: Fix some regressions in regard to blending colors. |
83 | | -- **FIX**: Fix issue where `HWB` blending was used when it shouldn't be. |
| 86 | +- **FIX**: Fix some regressions in regard to blending colors. |
| 87 | +- **FIX**: Fix issue where `HWB` blending was used when it shouldn't be. |
84 | 88 |
|
85 | 89 | ## 2.14.0 |
86 | 90 |
|
87 | | -- **NEW**: Respect `no_bold` and `no_italic` options in `font_options`. |
88 | | -- **NEW**: Default themes converted to `sublime-color-scheme` format. |
89 | | -- **NEW**: Handle blending in `HSL` and `HWB` color space. |
90 | | -- **FIX**: Improved color blending. |
| 91 | +- **NEW**: Respect `no_bold` and `no_italic` options in `font_options`. |
| 92 | +- **NEW**: Default themes converted to `sublime-color-scheme` format. |
| 93 | +- **NEW**: Handle blending in `HSL` and `HWB` color space. |
| 94 | +- **FIX**: Improved color blending. |
91 | 95 |
|
92 | 96 | ## 2.13.0 |
93 | 97 |
|
94 | | -- **NEW**: Add support for `hwb()` and `alpha()`/`a()`. |
95 | | -- **FIX**: Handle `hsl()` in `blend()`. |
| 98 | +- **NEW**: Add support for `hwb()` and `alpha()`/`a()`. |
| 99 | +- **FIX**: Handle `hsl()` in `blend()`. |
96 | 100 |
|
97 | 101 | ## 2.12.1 |
98 | 102 |
|
99 | | -- **FIX**: Allow `-` in variables names. Write color translations to main scheme object and ensure filtering is done after color translations. |
| 103 | +- **FIX**: Allow `-` in variables names. Write color translations to main scheme object and ensure filtering is done after color translations. |
100 | 104 |
|
101 | 105 | ## 2.12.0 |
102 | 106 |
|
103 | | -- **NEW**: Better tab conversion algorithm. Converts tabs to spaces based on tab stops (though it doesn't account for character width). |
104 | | -- **NEW**: Using `disable_nbsp` will insert real tabs or spaces. |
105 | | -- **NEW**: Settings are gathered from the view under conversion, not the global preferences. |
106 | | -- **NEW**: Default provided print setups now disables `nbsp` by default to use the exact whitespace in a file. |
107 | | -- **FIX**: Font in HTML not being displayed correctly. |
| 107 | +- **NEW**: Better tab conversion algorithm. Converts tabs to spaces based on tab stops (though it doesn't account for character width). |
| 108 | +- **NEW**: Using `disable_nbsp` will insert real tabs or spaces. |
| 109 | +- **NEW**: Settings are gathered from the view under conversion, not the global preferences. |
| 110 | +- **NEW**: Default provided print setups now disables `nbsp` by default to use the exact whitespace in a file. |
| 111 | +- **FIX**: Font in HTML not being displayed correctly. |
108 | 112 |
|
109 | 113 | ## 2.11.0 |
110 | 114 |
|
111 | | -- **NEW**: Add support for `.hidden-color-scheme`. |
112 | | -- **FIX**: Update dependencies. |
| 115 | +- **NEW**: Add support for `.hidden-color-scheme`. |
| 116 | +- **FIX**: Update dependencies. |
113 | 117 |
|
114 | 118 | ## 2.10.2 |
115 | 119 |
|
116 | | -- **FIX**: Create fallback file read for resource race condition. |
| 120 | +- **FIX**: Create fallback file read for resource race condition. |
117 | 121 |
|
118 | 122 | ## 2.10.1 |
119 | 123 |
|
120 | | -- **FIX**: Parse legacy `foregroundSelection` properly. |
| 124 | +- **FIX**: Parse legacy `foregroundSelection` properly. |
121 | 125 |
|
122 | 126 | ## 2.10.0 |
123 | 127 |
|
124 | | -- **NEW**: Add support `.sublime-color-scheme` hashed syntax highlighting. |
125 | | -- **FIX**: `.sublime-color-scheme` merge logic. |
| 128 | +- **NEW**: Add support `.sublime-color-scheme` hashed syntax highlighting. |
| 129 | +- **FIX**: `.sublime-color-scheme` merge logic. |
126 | 130 |
|
127 | 131 | ## 2.9.1 |
128 | 132 |
|
129 | | -- **FIX**: Parse color scheme with unexpected extension correctly. |
| 133 | +- **FIX**: Parse color scheme with unexpected extension correctly. |
130 | 134 |
|
131 | 135 | ## 2.9.0 |
132 | 136 |
|
133 | | -- **NEW**: Add support for rendering output without tables (Default CSS did change, so if overriding it, you may need to update). |
134 | | -- **FIX**: Support for irregular `.sublime-color-scheme` values. |
| 137 | +- **NEW**: Add support for rendering output without tables (Default CSS did change, so if overriding it, you may need to update). |
| 138 | +- **FIX**: Support for irregular `.sublime-color-scheme` values. |
135 | 139 |
|
136 | 140 | ## 2.8.0 |
137 | 141 |
|
138 | | -- **NEW**: Add support for per scope selection foreground. |
139 | | -- **FIX**: Some general color scheme parsing and tweaking issues. |
| 142 | +- **NEW**: Add support for per scope selection foreground. |
| 143 | +- **FIX**: Some general color scheme parsing and tweaking issues. |
140 | 144 |
|
141 | 145 | ## 2.7.0 |
142 | 146 |
|
143 | | -- **NEW**: Add support for `.sublime-color-scheme` files. |
144 | | -- **NEW**: Drop option to include scheme in output. |
| 147 | +- **NEW**: Add support for `.sublime-color-scheme` files. |
| 148 | +- **NEW**: Drop option to include scheme in output. |
145 | 149 |
|
146 | 150 | ## 2.6.0 |
147 | 151 |
|
148 | | -- **NEW**: Upgrade theme_tweaker and rgba lib which adds the ability to adjust contrast. |
149 | | -- **FIX**: Don't include document build folder. |
| 152 | +- **NEW**: Upgrade theme_tweaker and rgba lib which adds the ability to adjust contrast. |
| 153 | +- **FIX**: Don't include document build folder. |
150 | 154 |
|
151 | 155 | ## 2.5.0 |
152 | 156 |
|
153 | | -- **NEW**: Add document and settings to the command palette. |
154 | | -- **FIX**: Quick start image links. |
| 157 | +- **NEW**: Add document and settings to the command palette. |
| 158 | +- **FIX**: Quick start image links. |
155 | 159 |
|
156 | 160 | ## 2.4.1 |
157 | 161 |
|
158 | | -- **FIX**: Hopefully more reliable browser opening (#47). |
| 162 | +- **FIX**: Hopefully more reliable browser opening (#47). |
159 | 163 |
|
160 | 164 | ## 2.4.0 |
161 | 165 |
|
162 | | -- **NEW**: Limit popups to 3124+. |
163 | | -- **FIX**: Better scope matching. |
| 166 | +- **NEW**: Limit popups to 3124+. |
| 167 | +- **FIX**: Better scope matching. |
164 | 168 |
|
165 | 169 | ## 2.3.1 |
166 | 170 |
|
167 | | -- **FIX**: Skip processing popupCss and phantomCss. |
| 171 | +- **FIX**: Skip processing popupCss and phantomCss. |
168 | 172 |
|
169 | 173 | ## 2.3.0 |
170 | 174 |
|
171 | | -- **NEW**: Handle X11 named colors in color schemes (#44). |
172 | | -- **NEW**: By default, don't include color scheme plist in output (to reduce size of output). |
173 | | -- **NEW**: Quickstart guide available in menu. |
174 | | -- **NEW**: Links to repo issues and documentation available in menu. |
| 175 | +- **NEW**: Handle X11 named colors in color schemes (#44). |
| 176 | +- **NEW**: By default, don't include color scheme plist in output (to reduce size of output). |
| 177 | +- **NEW**: Quickstart guide available in menu. |
| 178 | +- **NEW**: Links to repo issues and documentation available in menu. |
175 | 179 |
|
176 | 180 | ## 2.2.2 |
177 | 181 |
|
178 | | -- **FIX**: Fix changelog links |
| 182 | +- **FIX**: Fix changelog links |
179 | 183 |
|
180 | 184 | ## 2.2.1 |
181 | 185 |
|
182 | | -- **Fix**: Fix incorrect changelog title (#43). |
| 186 | +- **Fix**: Fix incorrect changelog title (#43). |
183 | 187 |
|
184 | 188 | ## 2.2.0 |
185 | 189 |
|
186 | | -- **NEW**: Add `disable_nbsp` option. |
187 | | -- **Fix**: JS not loading into HTML. |
| 190 | +- **NEW**: Add `disable_nbsp` option. |
| 191 | +- **Fix**: JS not loading into HTML. |
188 | 192 |
|
189 | 193 | ## 2.1.0 |
190 | 194 |
|
191 | | -- **NEW**: New dependencies. |
192 | | -- **NEW**: Added changelog and support info command in menu. |
193 | | -- **NEW**: CSS template is now handled by Jinja2. |
194 | | -- **NEW**: Add `export_css` setting to specify custom CSS. |
| 195 | +- **NEW**: New dependencies. |
| 196 | +- **NEW**: Added changelog and support info command in menu. |
| 197 | +- **NEW**: CSS template is now handled by Jinja2. |
| 198 | +- **NEW**: Add `export_css` setting to specify custom CSS. |
195 | 199 |
|
196 | 200 | ## 2.0.0 |
197 | 201 |
|
198 | | -- **NEW**: Arbitrary jump to 2.0.0 version number |
199 | | -- **NEW**: Upgrade color libs |
200 | | -- **NEW**: Get current scheme from view settings instead of global |
| 202 | +- **NEW**: Arbitrary jump to 2.0.0 version number |
| 203 | +- **NEW**: Upgrade color libs |
| 204 | +- **NEW**: Get current scheme from view settings instead of global |
0 commit comments