File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ Visit [CONTRIBUTING.md](./CONTRIBUTING.md) for information on building from sour
64
64
65
65
## Changelog
66
66
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 )
68
69
* Fix broken drag-and-dropped link to highlight caused by line breaks. (See issue #267 , Thanks to @HardwayLinka )
69
70
70
71
### 0.2.8 (2022-11-27)
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " obsidian-annotator" ,
3
3
"name" : " Annotator" ,
4
- "version" : " 0.2.8 " ,
4
+ "version" : " 0.2.9 " ,
5
5
"minAppVersion" : " 1.0.3" ,
6
6
"description" : " This is a sample plugin for Obsidian. It allows you to open and annotate PDF and EPUB files." ,
7
7
"author" : " Obsidian" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obsidian-annotator" ,
3
- "version" : " 0.2.8 " ,
3
+ "version" : " 0.2.9 " ,
4
4
"description" : " This is a sample plugin for Obsidian (https://obsidian.md)" ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 22
22
"0.2.5" : " 0.15.9" ,
23
23
"0.2.6" : " 0.15.9" ,
24
24
"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"
26
27
}
You can’t perform that action at this time.
0 commit comments