BBCode Version History

7 versions

Be careful with old versions!

These versions are displayed for reference and testing purposes. You should always use the latest version of an add-on.

Version 0.5.3.1 44.0 KiB Works with Firefox 0.9 - 56.*, SeaMonkey 1.0 - 2.0b1

Rolled back some unfinished code.

Version 0.5.3 44.0 KiB Works with Firefox 0.9 - 3.6a1pre, SeaMonkey 1.0 - 2.0b1

Officially bumping max version supported.

Version 0.5.2.4 44.0 KiB Works with Firefox 0.9 - 3.1b1pre, SeaMonkey 1.0 - 2.0a1

Version bumped for Firefox 3.1 and Flock 2.0

Version 0.5.2.2 44.0 KiB Works with Firefox 0.9 - 3.0.*, SeaMonkey 1.0 - 2.0a1

0.5.2.2 Changelog:
- Updated: Added default preference values for all ten custom tags, #4 - 10 are just blank, avoid annoying "null" value
- Updated: Hiding Custom Tag groupbox in settings if no custom tags are selected and some minor settings tweaks.
Note: for Firefox 3.0 nightly users, the options panel may not resize properly, I think this should be resolved with the bug below. As a work around, select the number of tags, press enter, close the options dialog and then reopen it, should resize properly at that point.
https://bugzilla.mozilla.org/show_bug.cgi?id=371508

Version 0.5.2.1 44.0 KiB Works with Firefox 0.9 - 3.0b5pre, SeaMonkey 1.0 - 2.0a1

0.5.2.1 Changelog:
- Added: HTML and XHTML "Make List" options no longer prompt, they parse highlighted lines into a list and trims the following leading spaces and characters: - * #
- Fixed: First line of a selection without leading characters was not properly bulleted with new BBCode "Make List"
- Update: Better space trimming with new BBCode "Make List" and leading characters: - * #

0.5.2 Changelog:
- Added: BBCode "Make List" no longer prompts, it parses highlighted lines into a list
- Added: New BBCode "Make List" also trims the following leading spaces and characters: - * #
- Added: zh-TW locale thanks to Jackbin
- Updated: Code cleanup and retooling (syntax highlighting and return values, etc)
- Updated: Default preferences now expose hidden _date_ and _time_ variables for custom tags
- Fixed: "bcTab is not defined" error when clicking on Help button in the Options and About dialogs
- Fixed: SeaMonkey 1.x installer did not copy over default preferences causing several issues
- Fixed: pt-BR and sv-SE locales where included but not properly referenced

Version 0.5.1 43.0 KiB Works with Firefox 0.9 - 3.0b5pre, SeaMonkey 1.0 - 2.0a1

0.5.1 Changelog:
- Fixed: Custom tags are now Unicode aware and support extended characters
- Fixed: Custom tag menu was not properly cleaned up and repopulated throwing a myPopup error in the error console
- Fixed: Now removing context menu popupshowing event listener on unload
- Updated: Gutted preferences code in favor of nsUserSettings.js that's included with Mozilla distros
- Updated: Code cleanup and retooling

Version 0.5 44.0 KiB Works with Firefox 0.9 - 3.0b5pre, SeaMonkey 1.0 - 2.0a1

- Updated: Simplified the extension's Options window
- Updated: Hiding Custom Tags menu if set to zero
- Updated: Defaulting Custom Tags to 3 so that you can see the examples included
- Updated: Created a new extension icon
- Updated: Migrated default preferences from JavaScript to default preferences file
- Fixed: Custom Tags menu is no longer duped and jumbled around
- Fixed: Settings and About dialogs had parent targeting issues
- Fixed: Undeclared variables are now declared properly