Skip to content

Releases: Qeole/Enlight

Version 1.14.0

10 Aug 19:31
Compare
Choose a tag to compare

Reviewed and available on AMO.

  • Embeds highlight.js v9.4.0.
  • Fixes a couple of minor bugs.

Version 1.13.0

25 Apr 20:37
Compare
Choose a tag to compare

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

26 Feb 22:47
Compare
Choose a tag to compare

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

02 Oct 12:30
Compare
Choose a tag to compare
  • 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

28 Aug 09:48
Compare
Choose a tag to compare

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

26 May 21:19
Compare
Choose a tag to compare

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

13 May 22:25
Compare
Choose a tag to compare

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 for jpm to build the add-on
  • Unnecessary files from highlight.js removed from .xpi file

Version 1.7

15 Apr 09:54
Compare
Choose a tag to compare
  • Switching to Highlight.js version 8.5
  • … and that's all!

Fully reviewed, and available on AMO

Version 1.6

15 Apr 09:50
Compare
Choose a tag to compare
  • 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

13 Nov 13:29
Compare
Choose a tag to compare

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.