Skip to content

Commit 5cb9c58

Browse files
committed
prepare 0.2.9 release
1 parent bfce140 commit 5cb9c58

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ Visit [CONTRIBUTING.md](./CONTRIBUTING.md) for information on building from sour
6464

6565
## Changelog
6666

67-
### 0.2.9 ( ... )
67+
### 0.2.9 (2023-01-05)
68+
* Click on annotation link in markdown causes an immediate jump to annotation in PDF (Thanks to @HardwayLinka)
6869
* Fix broken drag-and-dropped link to highlight caused by line breaks. (See issue #267, Thanks to @HardwayLinka)
6970

7071
### 0.2.8 (2022-11-27)

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.8",
4+
"version": "0.2.9",
55
"minAppVersion": "1.0.3",
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.8",
3+
"version": "0.2.9",
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
@@ -22,5 +22,6 @@
2222
"0.2.5": "0.15.9",
2323
"0.2.6": "0.15.9",
2424
"0.2.7": "1.0.3",
25-
"0.2.8": "1.0.3"
25+
"0.2.8": "1.0.3",
26+
"0.2.9": "1.0.3"
2627
}

0 commit comments

Comments
 (0)