Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.56 KB

File metadata and controls

45 lines (34 loc) · 1.56 KB

Change Log

Version 0.3.2 Released 2021-04-19

  • Fixed localization typographical errors

Version 0.3.2 Released 2020-12-04

  • Fixed the problem caused by the blogspot fix.

Version 0.3.1 Released 2020-11-29

  • Fixed yet ANOTHER problem from a Google Blogger (Blogspot) editor.
  • Reduced the scope of the context menu, so that it will only show up where it can do something.

Version 0.3.0 Released 2020-09-25

  • Fixed an issue with the new Google Blogspot editor.
  • Added color tagging font in HTML.
  • Added a token to allow for the creation of multi-line custom tags.

Version 0.2.0 2019-06-05

Major update:

New Features

  • Added the ability to work on content-editable elements. Previously it worked only with text boxes and input fields
  • Added symbol menu with roughly 70 symbols and submenus. (Why it's useful to use in rich text elements now).
  • Corrected errors in Markdown menu.
  • Added install, update, and uninstall pages with poll.

Issues

  • Content-editable element capabilities only work on secure (https://) not inscure (http://) pages, because they require (for now) the navigator.clipboard API, which does not work on inscure (http://) pages.

Version 0.1.5 2019-03-05

Inital release to addons.mozilla.org.

Version 0.1.4 2019-02-26

Corrected capitalization errors in menu.

Version 0.1.3 2019-02-10

Ready for release to addons.mozilla.org.

Version 0.1.0 2019-01-07

Initial beta release

Full functionality.

Version 0.0.1 2018-12-28

Initial alpha release

Basic functionality implimented.