Skip to content

Commit 3bf49f6

Browse files
authored
Update changelog.txt
1 parent d08d23a commit 3bf49f6

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

changelog.txt

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,30 @@
11
Change Log
2+
Version 0.2.0 2019-XX-XX
3+
Major update:
4+
New Features
5+
6+
Added the ability to work on content-editable elements. Previously it worked only with text boxes and input fields
7+
Added symbol menu with roughly 70 symbols and submenus. (Why it's useful to use in rich text elements now).
8+
Corrected errors in Markdown menu.
9+
Added install, update, and uninstall pages with poll.
10+
11+
Issues
12+
13+
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.
14+
215
Version 0.1.5 2019-03-05
316
Inital release to addons.mozilla.org.
417
Version 0.1.4 2019-02-26
5-
Corrected capitalization errors in menu.
618

19+
Corrected capitalization errors in menu.
720
Version 0.1.3 2019-02-10
8-
Ready for release to addons.mozilla.org.
921

22+
Ready for release to addons.mozilla.org.
1023
Version 0.1.0 2019-01-07
1124
Initial beta release
12-
Full functionality.
1325

26+
Full functionality.
1427
Version 0.0.1 2018-12-28
1528
Initial alpha release
29+
1630
Basic functionality implimented.

0 commit comments

Comments
 (0)