Version 0.5.4 - 20161101
* Stop using nsPreferences (add-on is broken in Firefox 52)

Version 0.5.3 - 20151123
* Make add-on explicitly compatible with e10s

Version 0.5.2 - 20150715
* Added [spoiler][/spoiler] tag in BBCode menu.
* Use double quotes for HTML code since single quotes break on some forums.
* Fixed Markdown - URL with name.

Version 0.5.1 - 20150518
* Refactored code to make the add-on compatible with e10s.
* Settings: Added import/export functionality.
* Settings: Added command to reorder custom tags alphabetically.
* Commands: "Make image from selection" to Markdown menu.
* Updated locales code dropping region codes where unnecessary (e.g. 'pl-PL' -> 'pl').

Version 0.4.1 - 20140930
* Fixed problem with SeaMonkey (Ci undefined, add-on was not working)

Version 0.4.0 - 20140705
* Added MarkDown basic support, especially useful for Github.
* New icons. Source: https://github.com/iconic/open-iconic
* Now add-on works with content editable HTML5 elements. Issue reported by rnicoletto ("theBox.value is null") with Disqus comments.
* Fixed linter errors in bbcodextra.js, removed unnecessary whitespaces in files, heavily simplified code.
* Added script to check locales based on compare-dirs and repack the add-on.
* Published code on Github: https://github.com/flodolo/bbcodextra

Version 0.3.2 - 20100601
* Fixed "Color" command (broken in 0.3.1)
* Renamed variable "prefs" to "bbcodextraPrefs" to avoid conflicts with extensions that declare public variables with that name
* Added back Hebrew locale

Version 0.3.1 - 20100506
* Removed global variables, moved all JavaScript code inside bbcodextra.js and inside "bbcodextra" namespace (as suggested during AMO's review on 0.3.0)

Version 0.3.0 - 20100428
* New functionality: Custom Tags (see http://www.yetanothertechblog.com/bbcodextra/)
* Using wrapper chrome://global/content/nsUserSettings.js for preferences management
* General reorganization: moved code into specific .js files (bbcodextraPrefs.js, bbcodextraCustomTag.js), moved all images from content to skin
* Added "quit" function on the unload and moved to nsPreferences (chrome://global/content/nsUserSettings.js)
* Moved Pref Windows to prefwindow instead of dialog
* Moved global variable inside bbcodextra namespace (AMO's editor review)

Version 0.2.6.1 - 20100405
* Fixed an error in chrome.manifest that caused an XML error on Firefox/SeaMonkey localized in Hebrew (reported by Tomer Cohen of mozilla.org.il).
* Added l10n.ini file inside "locale" folder, used to do a compare-locales locally (ref: https://developer.mozilla.org/en/Compare-locales)
* Removed unnecessary contents.rdf from all locales (ref: https://developer.mozilla.org/en/Chrome_Registration#Old-style_contents.rdf_manifests)
* l10n:
	** updated "he-IL" localization (fixed issues with escaping)
	** moved French localization from "fr-FR" to "fr",
	** fixed wrong enconding for es-ES (bbcodextra.dtd from ISO-8859-1 to UTF-8, error found thanks to compare-locales)
* Removed "code" class from css (used to change the aspect of "code" command using a green courier Font, not a great idea considering the number of themes/personas around nowadays and possible color/font conflicts)

Version 0.2.6 - 20100328
* No new functionalities
* Overall code clean up (translated comments and variable names in English, fixed duplicated XUL IDs and CSS)
* Fixed compatibility with SeaMonkey (missing overlay in chrome.manifest for navigator.xul)
* Fixed compatibility with latest Minefield nightlies (switched preferences management from nsIPref to nsIPrefService)
* Switch from jar structure to plain structure
