Releases: penge/my-notes
Releases · penge/my-notes
3.11.5
3.11.4
3.11.3
3.11.2
3.11.1
3.11
- Command palette now allows you to find note(s) by their content. See #command-palette for details. (#143)
- You can now drag & drop a TXT file anywhere in the bottom part of the Sidebar (area with 3 icons) to import the file as a new note. (#253)
- Closing Command palette with
Cmd + P
restores selected text (if any) in the note. The same behavior is expected when closing Command palette withEsc
which is something we already had. (#288) - English is improved. (#289)
3.10.3
- Fixes Auto Sync note rollback (going back to previous note version - note version before Auto Sync started) that was happening if user edited the note during the time it was undergoing Auto Sync. (#283)
- Fixes registration of Auto Sync listener on the extension start/restart and makes sure it is registered only once. (#283)
3.10.2
- It is now possible to scroll through the content or select text in a locked note.
- Drag and Drop text over a locked note in Sidebar is disallowed.
- Selected text now uses browser's default color (light blue) as the custom color used before didn't allow to see when the selected text was underline or
strikethrough. - Using Text Color from Toolbar is fixed; it had problems to change color in Heading 1, Heading 2, Heading 3, or inside DIV elements.
- Toolbar now renders its submenu as a separate line (before as overlay) so it doesn't overlay the text at the bottom of the note.
These fixes are here: #278.
3.10.1
- Locked note is now disabled in My Notes Context menu.
- Locking or Unlocking the note does NOT change its modified time.
- Holding
Cmd
orCtrl
to quickly open note on hover in Sidebar is fixed. - Build size is reduced by excluding the integration script that is needed only in development.
3.10
New features
- Introducing Command palette, a quick way to open notes or execute commands using a keyboard. See Command palette for details and Options page for keyboard shortcuts to use. (Closes #234)
- Adding Lock/Unlock functionality that allows to lock or unlock notes (right-click on note in Sidebar). Locked note cannot be edited, renamed, deleted. (Closes #203)
Other
- Icons are little bit bigger.
- Tooltips have their size relative to Size in Options, or current tab's Zoom.