Skip to content

Releases: penge/my-notes

3.29

25 Apr 10:32
502a3f7
Compare
Choose a tag to compare
  • Improved code to resize table rows and columns (#426)

3.28

21 Dec 22:05
2749c33
Compare
Choose a tag to compare
  • Can resize images (#237)

    Hold down Cmd (or Ctrl) and move mouse wheel (or touchpad) up and down over the image to resize it. Double-click (no need to hold a key) on the image to restore its original size. (video at #237 (comment), Tips and tricks)

  • Can align tables (#332)

    Hold down Cmd (or Ctrl) and right-click anywhere in the table for a context menu, use it to align the table (Left, Center, Right). (video at #332 (comment), Tips and tricks)

3.27

07 Dec 23:19
33a776d
Compare
Choose a tag to compare
  • Fixed Dark and Custom theme flickering on page open or refresh (#420)
  • Added html[data-page] ("notes" | "options") to make page-specific customization possible (#420)
  • Sidebar and Toolbar buttons now use same :hover style (on mouse over) (#420)
  • Info button's cursor changed to default (was pointer) as it has no click action (#420)
  • RAW button moved to the right before Info button, which puts B button first (#420)

3.26

24 Oct 02:21
a22638f
Compare
Choose a tag to compare
  • Using ES modules (#402)
  • Tab and Shift+Tab can be used to indent and outdent lists (#398)
  • Adding a new Order option: Latest Created (#401)

3.25

08 Sep 11:19
4dad263
Compare
Choose a tag to compare
  • Adding a new Overview page (#389 (comment)) that shows all notes with their content, making it easy to find content (⌘ + F or Ctrl + F). To open Overview, click on a new icon (#389 (comment)) in Sidebar (#389)
  • Command palette is simplified and now used only for commands

3.24

28 Jul 20:27
1d6988b
Compare
Choose a tag to compare
  • Context menu can be now used to save an image (right-click on the image to save it) to a selected note or to remotely open My Notes (#393)
  • Clicking on the Context menu notification (popup in the top-right corner) on a successful save to a note, opens the note in a new tab (#395)
  • Improved source code quality (#394)

3.23

24 Jul 02:57
417d9dd
Compare
Choose a tag to compare
  • URL (via Context menu) can be saved to any note (before only to @​clipboard), and to remotely open My Notes as well (#388)
  • Fixed date and time parsing (#390)

3.22.1

15 Jun 22:06
df041a1
Compare
Choose a tag to compare
  • Fixed renaming and deleting that was trying to access note under old name (#383)

3.22

01 Jun 21:27
0bbb16b
Compare
Choose a tag to compare
  • New RAW mode – Notes can be now edited in RAW (to have plain text only notes, or to edit HTML markup). See Toolbar for a new button RAW to toggle the mode. Tip: Same note can be edited side-by-side (2 windows) in HTML and RAW. (#361)
  • Fixed "Remove Formatting" button that was causing unexpected changes (#362)
  • Fixed pull sync (notes sync from Google Drive to My Notes) that was causing reset of note's meta data (is locked, is pinned, is raw) (#380)

3.21.1

24 May 23:08
a8e6078
Compare
Choose a tag to compare
  • Fixed missing scrollbar in Sidebar (#376)
  • Notes in Command palette follow same order (Alphabetical, Newest first, Custom) as notes in Sidebar