Skip to content

Commit

Permalink
chore(release): 1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Aug 25, 2024
1 parent 42df2cc commit 383a861
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.43.0](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.42.0...1.43.0) (2024-08-25)


### Features

* add confirm parameter to command uris ([147be01](https://github.com/Vinzent03/obsidian-advanced-uri/commit/147be01e2dafa51867a66c7854d32eb2634cdfa4)), closes [#174](https://github.com/Vinzent03/obsidian-advanced-uri/issues/174)
* center cursor in line ([e941beb](https://github.com/Vinzent03/obsidian-advanced-uri/commit/e941beb8bd968f8f41c0ce37e176379b9c4c22ef)), closes [#183](https://github.com/Vinzent03/obsidian-advanced-uri/issues/183)
* copy URI for current workspace ([58f92ea](https://github.com/Vinzent03/obsidian-advanced-uri/commit/58f92eaafa12999c8df08196d4802a860503a207)), closes [#42](https://github.com/Vinzent03/obsidian-advanced-uri/issues/42)
* set cursor at offset ([0d450ca](https://github.com/Vinzent03/obsidian-advanced-uri/commit/0d450ca3270753ad6114f07146a73fe401ce3add)), closes [#181](https://github.com/Vinzent03/obsidian-advanced-uri/issues/181)
* support openmode for command without file ([42df2cc](https://github.com/Vinzent03/obsidian-advanced-uri/commit/42df2cc85ec9048908f61b8cf4afe16e286cf917)), closes [#163](https://github.com/Vinzent03/obsidian-advanced-uri/issues/163)

## [1.42.0](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.41.0...1.42.0) (2024-08-01)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"isDesktopOnly": false,
"js": "main.js",
"fundingUrl": "https://ko-fi.com/vinzent",
"version": "1.42.0",
"version": "1.43.0",
"author": "Vinzent",
"authorUrl": "https://github.com/Vinzent03"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-advanced-uri",
"version": "1.42.0",
"version": "1.43.0",
"description": "Advanced modes for Obsidian URI",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 383a861

Please sign in to comment.