Skip to content

Releases: penge/my-notes

3.11.5

02 Oct 12:57
c11de40
Compare
Choose a tag to compare
  • Toolbar contains a new icon to Insert Horizontal Rule. This can be useful to organize the content. Horizontal rule can be customized if needed (height, style, color) in Custom theme, see --horizontal-rule. (#169)

3.11.4

28 Sep 20:53
db36ec6
Compare
Choose a tag to compare
  • Fixes jumping cursor to the beginning of the note when typing while Auto Sync finishes. (#309)

3.11.3

18 Sep 13:31
57c501b
Compare
Choose a tag to compare
  • It is now possible to open a link that is Bold, Italic, or Strikethrough. (#308)

3.11.2

25 Aug 19:40
c8917e6
Compare
Choose a tag to compare
  • Adds a new required permission called unlimitedStorage which allows to store more than 5MB (default limit) in notes. (#304)

3.11.1

13 Aug 10:23
3622afe
Compare
Choose a tag to compare
  • Auto Sync is reimplemented and no longer requires optional permission "alarms". It is simpler now while providing the same functionality. (#297)

3.11

11 Aug 08:45
ac7eac9
Compare
Choose a tag to compare
  • 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 with Esc which is something we already had. (#288)
  • English is improved. (#289)

3.10.3

11 Jul 16:53
6684f21
Compare
Choose a tag to compare
  • 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

05 Jul 16:52
d40ca6d
Compare
Choose a tag to compare
  • 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

27 Jun 09:56
03b86f3
Compare
Choose a tag to compare
  • Locked note is now disabled in My Notes Context menu.
  • Locking or Unlocking the note does NOT change its modified time.
  • Holding Cmd or Ctrl 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

25 Jun 19:12
0fdcd66
Compare
Choose a tag to compare

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.