Releases: penge/my-notes
3.0.3
3.0.2
-
Re-implemented and improved Hotkeys (before Keyboard Shortcuts) (see Options) (Closes #87)
- Toggle Focus mode –
Cmd + Shift + F
orCtrl + Shift + F
- Go to Previous note –
Cmd + [
orCtrl + [
- Got to Next note –
Cmd + ]
orCtrl + ]
- Toggle Focus mode –
-
Note is autofocused, ready to type (
Tab
will quickly navigate between the content and adress bar) (Closes #58) -
Opening the last open note on the next visit, is fixed (Closes #85)
-
Clipboard title color is now the same as in other notes
-
Note rename/create automatically removes all leading and trailing whitespaces (Closes #78)
-
NEW_VERSION notification has an an updated, shorter message
-
Upcoming Custom theme is added to the list (see Options)
-
Updated description in manifest
3.0.1
3.0
A complete rewrite of My Notes using JavaScript modues.
New features
-
Can Create / Rename / Delete notes (before limited to 1/3, 2/3, 3/3)
-
Can use HTML (bold, italic, underline, strikethrough, Heading 2, Heading 3, paragraph, horizontal rule, unordered list, and ordered list)
-
Google Drive Sync — Can store the notes to your Google Drive, have them synchronized automatically, edit them in both sources, or even from other My Notes
Other
-
Title of the note displayed in the browser's tab
-
Back/Forward buttons (or keyboard shortcuts) navigate between the last open notes (This is replaced with Hotkeys in https://github.com/penge/my-notes/releases/tag/3.0.2)
2.4
-
New Tab replacement is now back! (opening My Notes automatically in every New Tab)
- better implementation as before in 2.3, solves the problem due to which it was removed in 2.3.1
- see Options -> Open in every new tab
-
New documents added:
- Support
- Contributing
- Permissions
-
Changing font to Google Font will now properly uncheck the font radio buttons (fix)
-
Upcoming Google Drive support added to Options (coming in My Notes 3)
2.3.2
2.3.1
-
New Tab replacement – feature used to open My Notes in every new tab if allowed – is removed. A preferred way to open My Notes from now on is with 1 click on the icon located in the browser's toolbar.
- Version 2.3 had optional New Tab replacement which required "tabs" permission in order to work. Unfortunately, Web Store interpreted this permission as
It can: Read your Browsing history
. This message does not bring a good impression, and it is false. I have decided to remove the feature as well remove "tabs" permission.
- Version 2.3 had optional New Tab replacement which required "tabs" permission in order to work. Unfortunately, Web Store interpreted this permission as
-
README now describes Options, Storage, Permissions
-
Description added to "Focus mode" checkbox (previously called "Focus by default")
2.3
-
My Notes can be open with 1 click on the icon (icon is located in the browser's toolbar)
-
New Tab replacement is now optional (see Options)
-
Added Google Fonts support (see Options)
-
Added Notification when a new version has been installed
-
Version information added (see Options)
-
Changes in font type, font size, mode, are now synchronized across other open Options pages
2.2.1
2.2
-
Add bottom panel with Options link (opens Options page in a new tab) and page number (added in 2.0); This also resolves overlapping page number from 2.1
-
Add context menu to quickly save selected text to My Notes, or send selected text across machines (need to be logged in with the same Google Account)
-
Save notes to storage.local (storage.sync was used before but was very limited in size, in comparison, 100KB sync vs 5MB local); Migrate notes from 2.1 to 2.2 (from sync to local)
-
Synchronize "focus mode" across all open My Notes
-
Add "Focus by default" option (Options page)
-
Show current size as a number (Options page)
-
Fix Tab press to focus My Notes from address bar (does not insert whitespace anymore)
-
Update dark mode background (darker color)