Skip to content

3.5

Compare
Choose a tag to compare
@penge penge released this 09 Dec 20:53
· 340 commits to master since this release
dca444f

Main change:

  • "Clipboard" can now be renamed or deleted (Closes #132, Closes #141) and any note can take on this role (Closes #134) and it can be a different note on different computer. Right-click on the note to see the options: Use as Clipboard, Rename, Delete.

Other changes:

  • As Clipboard can now be renamed or deleted, if that happens, first available note is open
  • Context menu options are renamed to: "Save selected text to Clipboard" and "Save selected text to Clipboard in other devices"
  • Selected text saved to Clipboard contains a link (before as text) to the source and can be open with Cmd + Click, Ctrl + Click, Cmd + Shift + Click, Ctrl + Shift + Click (link has to start with http:// or https://)
  • Fixed blank screen if invalid or incomplete Custom theme was set. (Closes #165)
  • Fixed opening of notes by the URL (Bookmark) where the name was with whitespaces or special characters. (Closes #160, Solved in #161)
  • Fixed auto-updating of Clipboard if received text from Context menu and was before that updated manually. (Closes #166)

My Notes moved from JavaScript Modules to TypeScript (See #161) to improve type safety and type checking.