Skip to content

Commit 428f0fe

Browse files
committed
release 0.2.6
1 parent 43d8ea6 commit 428f0fe

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ You can make a [pull request](https://github.com/elias-sundqvist/obsidian-annota
6969

7070
## Changelog
7171

72+
### 0.2.6 (2022-08-19)
73+
* Fix bug #208 introduced in 0.2.5 It was impossible to open an internal link because of the plugin
74+
75+
* Internal changes
76+
* Use dataview package to communicate with dataview plugin
77+
7278
### 0.2.5 (2022-08-14)
7379
* Move buttons 'Annotate', 'Toggle Dark Mode', 'Open as Markdown' to top of options menu
7480
* Video annotation

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-annotator",
33
"name": "Annotator",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"minAppVersion": "0.15.9",
66
"description": "This is a sample plugin for Obsidian. It allows you to open and annotate PDF and EPUB files.",
77
"author": "Obsidian",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-annotator",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"0.1.8": "0.13.19",
2020
"0.1.9": "0.13.19",
2121
"0.2.0": "0.13.19",
22-
"0.2.5": "0.15.9"
22+
"0.2.5": "0.15.9",
23+
"0.2.6": "0.15.9"
2324
}

0 commit comments

Comments
 (0)