Skip to content

Commit

Permalink
updated: bump version to 0.1.1
Browse files Browse the repository at this point in the history
added: changelog

updated: readme
  • Loading branch information
MamoruDS committed Apr 16, 2021
1 parent af4e44e commit 9f8600b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog

## 0.1.1

- fixed: browser detecting failed on linux
- added: chromium has been added to detect list
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Select which browser you want to open external link with in plugin's setting men

### Customization

Put your custom profile in plugin's setting menu
Put your custom profile in plugin's setting menu. Profile should contain `name(string): commands(string[])` which is demonstrated in the following:
_PS._ If the name in the user defined profile is same as the preset, it will be _ignored_.

```json
{
Expand All @@ -32,3 +33,7 @@ Put your custom profile in plugin's setting menu
]
}
```

## Changelog

[link](./CHANGELOG.md) of changelogs.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-open-link-with",
"name": "Open Link With",
"version": "0.1.0",
"version": "0.1.1",
"description": "Open external link with specific browser in Obsidian",
"author": "MamoruDS",
"authorUrl": "https://github.com/MamoruDS",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-open-link-with",
"version": "0.1.0",
"version": "0.1.1",
"description": "Open external link with specific browser in Obsidian",
"main": "dist/main.js",
"scripts": {
Expand Down

0 comments on commit 9f8600b

Please sign in to comment.