Skip to content

Latest commit

 

History

History
81 lines (43 loc) · 5.48 KB

CHANGELOG.md

File metadata and controls

81 lines (43 loc) · 5.48 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

[1.7.0]

Bug Fixes

  • Fixed the plugin so that it works in live preview, closes #33

1.6.0 (2021-04-27)

Features

  • move cursor to ^ (8dee070)
  • core.ts: add support for file path (e4bd4f6), closes #3
  • add img embed syntax whitelist (012a588), closes #13
  • add option to insert (de57f34)
  • add: insert inline url when nothing is selected (6df2f5f)
  • replace autoselect option with nothingSelected (37f4259)
  • switch to DOM Clipboard API (da55fc0)
  • update default regex (bf3fcd8)
  • update isUrl method to utilize browser URL API (1254e5b), closes #3

Bug Fixes

  • don't use syntax by default if whitelist rules-list is empty (50df2a5)
  • url with space, angle brackets and parentheses is no longer broken in markdown (f9f678c), closes #16
  • isurl: empty text is no longer recognized as url (08d8b19)

1.5.0 (2021-04-26)

Features

1.4.0 (2021-04-19)

Features

  • change default regex to support file links (#3) (8c6b435)

1.3.0 (2021-04-19)

Features

  • add behavior to native pastes (9d76f2f)
  • ignore leading whitespace in URL (#5) (a13a5e4)

Bug Fixes

  • fix issues with referse pasting (96f1626)
  • remove default hotkey to avoid possible conflict (e414f46)

1.2.0 (2021-03-29)

Features

  • regular expression for URLs is now exposed in the settings (6f8f50e), closes #3 #8

1.1.0 (2020-11-12)

Features

  • add ability to paste clipboard into URLs and creating clickable links out of it (c808cc7), closes #2
  • users are no longer required to have text selected for hotkey to work (f67ce01)

1.0.0 (2020-10-28)

Features

  • Paste URLs into selection "notion style" (2c3aabe)