Skip to content

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denolehov committed Apr 27, 2021
1 parent 2c5a939 commit 6b300d5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.6.0](https://github.com/denolehov/obsidian-url-into-selection/compare/v1.1.0...v1.6.0) (2021-04-27)


### Features

* move cursor to [^](url) ([8dee070](https://github.com/denolehov/obsidian-url-into-selection/commit/8dee070b2c50b40351ba4c6a5cb11d7bae1f25b2))
* **core.ts:** add support for file path ([e4bd4f6](https://github.com/denolehov/obsidian-url-into-selection/commit/e4bd4f602eda766907ad7bcc30227f7873937c28)), closes [#3](https://github.com/denolehov/obsidian-url-into-selection/issues/3)
* add img embed syntax whitelist ([012a588](https://github.com/denolehov/obsidian-url-into-selection/commit/012a5885fa796bf955ca34e636d7e06da9d5f6cf)), closes [#13](https://github.com/denolehov/obsidian-url-into-selection/issues/13)
* add option to insert <url> ([de57f34](https://github.com/denolehov/obsidian-url-into-selection/commit/de57f348ca6684b0e6da17372af9fa5e6662a6c9))
* add: insert inline url when nothing is selected ([6df2f5f](https://github.com/denolehov/obsidian-url-into-selection/commit/6df2f5f5dd4e22ee137f4352f3149a198178b326))
* replace autoselect option with nothingSelected ([37f4259](https://github.com/denolehov/obsidian-url-into-selection/commit/37f4259085f6643f2375fee37d14c3550a66bc95))
* switch to DOM Clipboard API ([da55fc0](https://github.com/denolehov/obsidian-url-into-selection/commit/da55fc0ac85c16910eba9d81f85766532cd64f1f))
* update default regex ([bf3fcd8](https://github.com/denolehov/obsidian-url-into-selection/commit/bf3fcd818b31e41c718d56d6d27441c8a8e9881a))
* update isUrl method to utilize browser URL API ([1254e5b](https://github.com/denolehov/obsidian-url-into-selection/commit/1254e5b513bb65af2d8415219c61ef4c5f6ff6e3)), closes [#3](https://github.com/denolehov/obsidian-url-into-selection/issues/3)


### Bug Fixes

* don't use ![](url) syntax by default if whitelist rules-list is empty ([50df2a5](https://github.com/denolehov/obsidian-url-into-selection/commit/50df2a55cc731f8be592e94a36b6417510d0838f))
* url with space, angle brackets and parentheses is no longer broken in markdown ([f9f678c](https://github.com/denolehov/obsidian-url-into-selection/commit/f9f678c98654b233c4f6c4d831371fa5c9a4143e)), closes [#16](https://github.com/denolehov/obsidian-url-into-selection/issues/16)
* **isurl:** empty text is no longer recognized as url ([08d8b19](https://github.com/denolehov/obsidian-url-into-selection/commit/08d8b19b8db2a3f2aae5e0cda4640c2d6bfc6a30))

## [1.5.0](https://github.com/denolehov/obsidian-url-into-selection/compare/v1.1.0...v1.5.0) (2021-04-26)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"description": "Paste URL \"into\" selected text.",
"isDesktopOnly": false,
"js": "main.js",
"version": "1.5.0"
"version": "1.6.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-url-into-selection",
"version": "1.5.0",
"version": "1.6.0",
"description": "Paste URL \"into\" selected text",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 6b300d5

Please sign in to comment.