Skip to content

Releases: alangrainger/share-note

1.3.1

03 Jan 04:31

Choose a tag to compare

  • #162 Increase delay after switching to reading mode, to fix issue with embedded notes not rendering.

1.3.0

05 Dec 14:15

Choose a tag to compare

  • #46 #89 Add support for Excalidraw drawings

v1.2.2

16 Nov 14:30

Choose a tag to compare

  • Add hyperlink in "Success" popup with a link to the shared note

v1.2.1

06 Nov 13:42

Choose a tag to compare

  • Add an option to remove elements by CSS selector before sharing. Rather than hiding them with CSS, this allows you to remove them completely from the uploaded HTML content.

v1.2.0

12 Mar 09:19

Choose a tag to compare

  • Fix #158 - unable to share on iOS 18.3.x

v1.1.3

11 Mar 08:37

Choose a tag to compare

  • Testing fix for #158

v1.1.2

11 Mar 02:13

Choose a tag to compare

  • #51 Links in the backlinks panel are now clickable if they link to other shared notes.

1.1.1

10 Mar 14:21

Choose a tag to compare

  • #150 Fix issue with quotes in internal heading links

v1.1.0

10 Mar 03:14

Choose a tag to compare

  • Fixed issue preventing printing of shared notes #75

To fix this, I removed all @media print rules:

https://github.com/alangrainger/share-note/blob/32196dbf76496331228dfa4ef87a0e6fbb70906d/src/note.ts#L125-L134

To see this change in your shared notes you will need to re-build your CSS by choosing Force re-upload of all data for this note. In my testing doesn't appear to have any negative effect. Will have to revisit this if users discover issues with the new CSS.


Why the sudden jump from 0.8.9 to 1.1.0? The plugin should have been v1.0 a long time ago, so this is the next release after v1.0.

v0.8.19

24 Feb 03:03

Choose a tag to compare

  • Minor update to improve 3-dot menu item labels.