Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Releases: asciidoctor/asciidoctor-firefox-addon

v0.5.5

19 Mar 17:10
Compare
Choose a tag to compare

This release fixes an annoying bug where every text file were rendered as AsciiDoc. Thanks @ojeulin and @d-nnis for the report.

Changelog

Bug fixes

  • Every text file were rendered as AsciiDoc (#62)

v0.5.4

04 Apr 16:51
Compare
Choose a tag to compare

This release include a critical fix on Firefox Mobile. Since we switched to jpm and introduced the "preferences" feature, the Firefox add-on was no longer working on mobile. Thanks @mgrafl for the report.

Changelog

Bug fixes

  • Addon wasn't working on Firefox Mobile since 0.3.2 (#52)

v0.5.3

22 Feb 10:05
Compare
Choose a tag to compare

This release is the first self-hosted signed version of this addon.

No changes were introduced between version 0.5.0 and 0.5.3. Please refer to the 0.5.0 release page to see what changed.

IMPORTANT: We've been forced to change our id to be able to publish a self-hosted version. If you are already using this addon, you will need to manually uninstall version 0.4.0. Otherwise you'll have two version installed, version 0.4.0 and version 0.5.3.

v0.5.1

22 Feb 10:40
Compare
Choose a tag to compare

This release contains a bug (Asciidoctor default stylesheet is not loaded), please use version 0.5.3 😉

v0.5.0

11 Feb 18:56
Compare
Choose a tag to compare

This release is based on Asciidoctor.js 1.5.4.

During this release cycle, we decide to give up on publishing this addon to addons.mozilla.org.
To get the latest and greatest version, please download the xpi file from GitHub or from asciidoctor.org.

This version is currently unsigned. To be able to install this version you will need to override add-on signing.

Changelog

Improvements

  • link and include macros are now working #31 #21
  • Upgrade FontAwesome to 4.5.0
  • Upgrade to Asciidoctor 1.5.4 #39
  • Handle URI with query parameters #40

Release Meta

Released on: 2016-02-11
Released by: @Mogztter

v0.4.1

27 Sep 09:55
Compare
Choose a tag to compare
  • Support Iceweasel #20

v0.4.0

16 Jul 16:18
Compare
Choose a tag to compare
  • Add custom attributes and safe mode preferences
  • Provide a 32 pixels icon for the toggle button
  • Relative icon paths do not work with jpm
  • Add default value for outfilesuffix and data-uri attributes
  • Empty body once scripts have been saved

v0.3.2

06 Jun 09:23
Compare
Choose a tag to compare
  • Remove deprecated API sdk/widget
  • Add-on is only compatible with Firefox 34+
  • Add-on is now working on Fennec
  • Added FontAwesome
  • Save scripts before updating document body
  • Switch to jpm
  • Update to asciidoctor.js 1.5.2 #22

v0.3.0

06 Feb 03:55
Compare
Choose a tag to compare
  • Update to Asciidoctor.js 1.5.2 and Opal 0.6.3, thanks to @jmini #22

0.2.3

03 Nov 16:22
Compare
Choose a tag to compare
Merge pull request #19 from mojavelinux/code-review

Code review