Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1 KB

File metadata and controls

30 lines (23 loc) · 1 KB

Change Log

Version 0.2.0 2019-XX-XX

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.