Releases: penge/my-notes
3.4.4
3.4.3
This release is primarily about improving the hotkeys.
-
Hotkeys are now OS specific, meaning they are separate for Mac and other OS, which improves the compatibility (they follow the same style as you can find in Gmail)
-
New hotkeys added: (see Options for details)
- Bold (
Ctrl + B
) (⌘ + B
) - Italic (
Ctrl + I
) (⌘ + I
) - Underline (
Ctrl + U
) (⌘ + U
) Strikethrough(Alt + Shift + 5
) (⌘ + Shift + X
)- Remove Format (
Ctrl + \
) (⌘ + \
) - Bulleted List (
Ctrl + Shift + 7
) (⌘ + Shift + 7
) - Numbered List (
Ctrl + Shift + 8
) (⌘ + Shift + 8
) - Sync notes to and from Google Drive (
Ctrl + Shift + S
) (⌘ + Shift + S
) (Closes #135) - Open previous note (
Alt + Left
) (⌘ + [
) - Open next note (
Alt + Right
) (⌘ + ]
) - Open link in a New Tab (
Ctrl + Click
) (⌘ + Click
) - Open link in a New Tab and make it active (
Ctrl + Shift + Click
) (⌘ + Shift + Click
)
- Bold (
-
Hotkeys are now added to the tooltips of buttons
Documentation:
- QA added to README (QA = Questions and Answers)
- Hotkeys described in Options page
Other improvements:
- Unordered List renamed to Bulleted List
- Ordered List renamed to Numbered List
- Default 100% font size is now smaller
- Horizontal scrollbar is now having the same height as is the width of Vertical scrollbar
- Sidebar can now be set to be very tiny, almost hidden (alternative to Focus mode)
Tips and tricks:
- You can open My Notes quickly by setting it a shortcut in
chrome://extensions/shortcuts
- To restore the original 25% width of the Sidebar, double-click on the resizing line
3.4.2
-
Name of the note is now part of the URL, which allows you to easily create a bookmark to a specific note, and to get into the note quickly via a bookmark (Closes #125)
-
Navigation between the notes (Back and Forward) is now using browser's history, you can use browser buttons, or browser/os specific keyboard shortcuts, in OSX these are
Cmd + [
andCmd + ]
-
Navigation between the open tabs is now fixed in full screen, in OSX it is done using
Cmd + Shift + [
andCmd + Shift + ]
(Closes #126) -
Modal to insert the link is now having a description, which makes it clear how to open the link, or what type of link is accepted
-
Because Clipboard cannot be renamed or deleted at the moment, its context menu is hidden
-
README is updated and contains now new sections: Browser support, Security and Privacy; improved sections: Permissions, Google Drive Sync
3.4.1
-
Using browser's context menu to correct the words is now recognized as an input and the changes will be saved (Closes #121)
-
The list of notes in the sidebar is now having notes with a more space around them, moving the mouse over the note in the sidebar highlights the note by changing its background color
-
"Sync now" button is now always visible in the sidebar (to know its location when Google Drive Sync is enabled); if Google Drive Sync is disabled, "Sync now" button is gray (and also has a different tooltip) to make it clear the feature is disabled
-
Notes are now synchronized to and from Google Drive only when the user clicks on the "Sync now" button (as a solution to
avoid a big number of requests; and to improve privacy) -
Default font size is changed to 190 (before 300)
-
README is updated, description is updated too
3.4
3.3
This release is primarily about improving the Toolbar.
What's new:
-
Headings
H2
andH2
are added back (also with a newH1
) (Closes #111). To use Headings, move the mouse over the new "double T" icon. -
Added new control to
Insert Link
(Closes #112). After the link is inserted, you can edit its text, although this is currently limited to simple editing (you can erase parts of the link from the sides to make it shorter). To open the link, hold down theCtrl
key and click on the link (you will see the cursor will also change to a Hand). -
Added new control to format the selected text as a
Code Block
(Closes #113). This control will format the selected text (html
,css
,js
, or other) as a block of code, with a border, and a monospaced font. To customize the border color, see Custom theme. -
Added new control to
Highlight
the selected text (Closes #105). This is a first implementation that doesn't use the obsoleteexecCommand
(See #93) but has a limitation asCtrl + z
(Undo) does not work—in order to un-highlight the highlighted text, select it, and use the control again. To customize the highlight background and foreground color, see Custom theme. -
Added new control to
Remove Format
(Closes #114). This control will help you to remove text formatting, like from heading to a text, or from bold to a regular text, etc.
3.2
-
Added Sidebar (Closes #95) and simplified design (removed page with note previews, having 1 page only)
- Sidebar displays the list of all notes, and some buttons – New note, Open Options, Sync Now (displayed when Google Drive Sync is enabled)
- Sidebar can be resized with the mouse (new size is saved; size can be restored on double click)
- Right-click on the note to open the Context menu (Rename, Delete)
-
Themes are decoupled (for easy change and share) and Custom theme customization is improved (Closes #107, Closes #104), Custom Scrollbar is added
-
Added new Hotkeys (Toggle Sidebar, Toggle Toolbar, Open note on mouse hover, Close context menu, Close modal, Confirm modal), see Options
-
Context menu (before Dropdown) is hidden on a click outside (Closes #109)
-
The cursor position (or selection) in the note is restored after the Context menu or Modal, is closed (Closes #106)
-
Image is inserted at the cursor position (Closes #103), and the image saving is fixed (Closes #108)
3.1
-
Custom theme (can now set a custom color to the background and text) (Closes #81)
-
Spellcheck (works if enabled in the OS or Chrome) (Closes #96)
-
Insert Image by the URL (new component in the Toolbar) (Closes #98)
-
Prompts replaced with Modals (Closes #99)
-
Esc key closes modals and dropdowns (Closes #100)
3.0.5
-
Fixes the unselected address bar on
CTRL + T
, that would happen if it was the first action since the extension got Innactive (Closes #91)- This problem occured in Windows and OSX, in Chrome OS it is working perfectly
- The only solution, was to set the background page as persistent (no more Innactive state)