1.4
-
Add Font selection (accessible via new Settings page, user can now change default My Notes Font)
-
Optimize text save (to save only when it is necessary)
- No need to save on special keys like Ctrl, Alt, Shift, Arrow keys, etc., because text remained unchanged.
- Save only 1 time per 1 second using debounce, as a way to avoid reaching
MAX_WRITE_OPERATIONS_PER_MINUTE
quota. - Ensure text is saved when window is closed using beforeunload, in case debounce had no chance to be triggered again.
-
Add My Notes icon in size of
128x128
pixels (it is displayed in Chrome Extensions page) -
Add basic Tab support (forward and backward; works when no text is selected)
- Press
Tab
to insert 2 spaces - Press
Shift + Tab
to go back 2 spaces (if there are no more spaces before the cursor, it stops)
- Press