|
1 | 1 | <ul>
|
2 |
| -<li><p>Added: EnlighterJS <code>v3.3.0</code></p> |
3 |
| -</li> |
4 |
| -<li><p>Added: EnlighterJS Theme-Customizer <code>v2.2.0</code></p> |
5 |
| -</li> |
6 |
| -<li><p>Added: compatbility mode for <a href="https://wordpress.org/support/plugin/codecolorer/">CodeColorer</a> . features requested <a href="https://github.com/EnlighterJS/Plugin.WordPress/issues/222">by ajtruckle on GitHub</a></p> |
7 |
| -</li> |
8 |
| -<li><p>Added: filters to alter the editor config (Gutenberg+TinyMCE) - features requested <a href="https://github.com/EnlighterJS/Plugin.WordPress/issues/251">by ajtruckle on GitHub</a></p> |
9 |
| -</li> |
10 |
| -<li><p>Bugfix: added missing languages to the list (abap,scala,qml,verilog)</p> |
11 |
| -</li> |
12 |
| -<li><p>Added: <a href="https://httpd.apache.org/docs/2.4/configuring.html">apachehttpd/htaccess</a> support</p> |
13 |
| -</li> |
14 |
| -<li><p>Added: <a href="https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_Configuration">lighttpd</a> support</p> |
15 |
| -</li> |
16 |
| -<li><p>Added: <a href="https://www.nginx.com/resources/wiki/start/topics/examples/full/">nginx</a> support</p> |
17 |
| -</li> |
18 |
| -<li><p>Added: <a href="https://www.purebasic.com/">purebasic</a> support - thanks to <a href="https://github.com/EnlighterJS/EnlighterJS/pull/96">gphilippot on GitHub</a></p> |
19 |
| -</li> |
20 |
| -<li><p>Added: minimal latex/tex support</p> |
21 |
| -</li> |
22 |
| -<li><p>Changed: theme font sizes + line-height are based on relative <code>em</code> values - only the font size of the outer wrapper is set explicitly</p> |
23 |
| -</li> |
24 |
| -<li><p>Changed: removed "function" highlighting regex from <code>sql</code></p> |
25 |
| -</li> |
26 |
| -</ul> |
27 |
| -<ul> |
28 |
| -<li><p>Added: option to customize the raw code pane</p> |
29 |
| -</li> |
30 |
| -<li><p>Added: option to set the token base styles inlcuding font-size - feature requested <a href="https://github.com/EnlighterJS/Plugin.ThemeCustomizer/issues/6">on GitHub</a></p> |
31 |
| -</li> |
32 |
| -<li><p>Added: option to set button background-color and line-height</p> |
33 |
| -</li> |
34 |
| -<li><p>Added: tab <code>defaults</code> to change global settings</p> |
35 |
| -</li> |
36 |
| -<li><p>Changed: moved button related settings to tab <code>buttons</code></p> |
37 |
| -</li> |
38 |
| -<li><p>Changed: moved line-number settings to tab <code>lines</code></p> |
39 |
| -</li> |
40 |
| -<li><p>Changed: removed tab "fonts"</p> |
41 |
| -</li> |
42 |
| -<li><p>Bugfix: highlighted-line hover selector was invalid -> selection of <code>background-color:hover</code> was not possible - thanks to <a href="https://github.com/EnlighterJS/Plugin.ThemeCustomizer/issues/4">ajtruckle on GitHub</a> #4</p> |
43 |
| -</li> |
44 |
| -<li><p>Bugfix: removed typos in code edit dialog - thanks to <a href="https://github.com/EnlighterJS/Plugin.TinyMCE/issues/10">ajtruckle on GitHub</a></p> |
45 |
| -</li> |
| 2 | +<li>Added: EnlighterJS <code>v3.3.0</code></li> |
| 3 | +<li>Added: EnlighterJS Theme-Customizer <code>v2.2.0</code></li> |
| 4 | +<li>Added: compatbility mode for <a href="https://wordpress.org/support/plugin/codecolorer/">CodeColorer</a> . features requested <a href="https://github.com/EnlighterJS/Plugin.WordPress/issues/222">by ajtruckle on GitHub</a></li> |
| 5 | +<li>Added: filters to alter the editor config (Gutenberg+TinyMCE) - features requested <a href="https://github.com/EnlighterJS/Plugin.WordPress/issues/251">by ajtruckle on GitHub</a></li> |
| 6 | +<li>Added: documentation how to use external themes (linked within contextual help)</li> |
| 7 | +<li>Changed: external themes requires <code>enlighterjs</code> as css dependency to avoid styling issues</li> |
| 8 | +<li>Changed: removed Enlighter version string from external themes</li> |
| 9 | +<li>Bugfix: added missing languages to the list (abap,scala,qml,verilog)</li> |
| 10 | +<li>Added: <a href="https://httpd.apache.org/docs/2.4/configuring.html">apachehttpd/htaccess</a> support</li> |
| 11 | +<li>Added: <a href="https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_Configuration">lighttpd</a> support</li> |
| 12 | +<li>Added: <a href="https://www.nginx.com/resources/wiki/start/topics/examples/full/">nginx</a> support</li> |
| 13 | +<li>Added: <a href="https://www.purebasic.com/">purebasic</a> support - thanks to <a href="https://github.com/EnlighterJS/EnlighterJS/pull/96">gphilippot on GitHub</a></li> |
| 14 | +<li>Added: minimal latex/tex support</li> |
| 15 | +<li>Changed: theme font sizes + line-height are based on relative <code>em</code> values - only the font size of the outer wrapper is set explicitly</li> |
| 16 | +<li>Changed: removed "function" highlighting regex from <code>sql</code></li> |
| 17 | +<li>Added: option to customize the raw code pane</li> |
| 18 | +<li>Added: option to set the token base styles inlcuding font-size - feature requested <a href="https://github.com/EnlighterJS/Plugin.ThemeCustomizer/issues/6">on GitHub</a></li> |
| 19 | +<li>Added: option to set button background-color and line-height</li> |
| 20 | +<li>Added: tab <code>defaults</code> to change global settings</li> |
| 21 | +<li>Changed: moved button related settings to tab <code>buttons</code></li> |
| 22 | +<li>Changed: moved line-number settings to tab <code>lines</code></li> |
| 23 | +<li>Changed: removed tab "fonts"</li> |
| 24 | +<li>Bugfix: highlighted-line hover selector was invalid -> selection of <code>background-color:hover</code> was not possible - thanks to <a href="https://github.com/EnlighterJS/Plugin.ThemeCustomizer/issues/4">ajtruckle on GitHub</a> #4</li> |
| 25 | +<li>Bugfix: removed typos in code edit dialog - thanks to <a href="https://github.com/EnlighterJS/Plugin.TinyMCE/issues/10">ajtruckle on GitHub</a></li> |
46 | 26 | </ul>
|
0 commit comments