Releases: Qeole/Enlight
Version 1.14.0
Reviewed and available on AMO.
- Embeds highlight.js v9.4.0.
- Fixes a couple of minor bugs.
Version 1.13.0
Minor modifications, so I will not submit this one AMO.
- Embeds highlight.js v9.3.0.
- Add permission for running with e10s (multiprocess) without compatibility shims.
Version 1.12.0
Reviewed (and signed) and available on AMO.
- Embeds highlight.js v9.2.0.
- Adds support for all languages covered by highlight.js in add-on master branch (instead of separate branch).
- Add a “go to line” functionality when line numbering is activated.
- Somewhat refactor code, fix minor bugs.
“Go to line” functionality idea is from @azine.
Many thanks to @sourrust for fixing a commit in highlight.js so that I could call the highlighting functions again!
Version 1.11.0
- Embeds highlight.js v8.8.0.
- Fixes padding for
<code>
block. - Fixes line numbering for multi-line comments; also, now uses for numbers the same color as for comments.
Thanks to LexSfX for feedback and bug report, which led to those fixes.
It has not been pushed to AMO, will probably wait till next version.
Version 1.10.1
Reviewed and available on AMO.
- Embeds highlight.js v8.7.
- Fix: prevents auto-highlight on view-source URL schemes (corresponding to web page source, and already being colourized by Firefox).
Version 1.9.0
Reviewed and available on AMO.
- Embeds highlight.js v8.6.
- Includes improvements of version 1.8.0 (not reviewed on AMO)
Version 1.8.0
Not reviewed on AMO (version 1.9.0 issued while 1.8.0 was still in review stack; dropped review request in favor of version 1.9.0).
- Line numbering (check-in option)
cfx
tool dropped forjpm
to build the add-on- Unnecessary files from highlight.js removed from .xpi file
Version 1.7
- Switching to Highlight.js version 8.5
- … and that's all!
Fully reviewed, and available on AMO
Version 1.6
- Switching to highllight.js 8.4
- Adding name of detected language to button label
- Removing “none” language
Fully reviewed on AMO as well.
Version 1.5
Fully reviewed and accepted on AMO \o/
You can also get the add-on of this release there : https://addons.mozilla.org/en/firefox/addon/enlight/
Adds alternate white icon set (to use with dark themes) and associated preference.
Adds option to auto-highlight source code on page load (triggered when HTML body contains a single child node which is <pre></pre>
).
Dirty timeout on page unload was removed from content script.