Skip to content

Releases: penge/my-notes

3.0.3

28 May 20:20
2ce42f0
Compare
Choose a tag to compare
  • Added controls for content alignment (Left, Center, Right) (Closes #83)

  • Tab can indent the text, if preferred (see Options) (Closes #82)

  • Can open Options with a hotkey (see Options)

  • New Toolbar icons

3.0.2

24 May 16:37
f8ceecb
Compare
Choose a tag to compare
  • Re-implemented and improved Hotkeys (before Keyboard Shortcuts) (see Options) (Closes #87)

    • Toggle Focus mode – Cmd + Shift + F or Ctrl + Shift + F
    • Go to Previous note – Cmd + [ or Ctrl + [
    • Got to Next note – Cmd + ] or Ctrl + ]
  • 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

21 May 18:31
1b3a1c9
Compare
Choose a tag to compare
  • Fixed text wrapping for the migrated notes (Closes #84)

3.0

20 May 19:26
b8e8dce
Compare
Choose a tag to compare
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

2.4

15 Mar 15:53
0f309ad
Compare
Choose a tag to compare
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

15 Feb 04:01
e6681da
Compare
Choose a tag to compare
  • Fixes migration of a setting set by previous version, specifically:

    • currently set page number (this was causing an error to new users, existing users were fine) and,

    • focus mode

2.3.1

14 Feb 08:22
739a585
Compare
Choose a tag to compare
  • 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.
  • README now describes Options, Storage, Permissions

  • Description added to "Focus mode" checkbox (previously called "Focus by default")

2.3

13 Feb 03:37
318135d
Compare
Choose a tag to compare
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

30 Jan 09:45
a9f85d8
Compare
Choose a tag to compare
  • Context menu is fixed (so it works when the extension is stopped/started)

  • "Focus by default" checkbox is now synchronized across other open Options pages (also synchronized on "Toggle focus mode" keyboard shortcut)

2.2

29 Jan 18:47
3e1c793
Compare
Choose a tag to compare
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)