File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ Visit [CONTRIBUTING.md](./CONTRIBUTING.md) for information on building from sour
64
64
65
65
## Changelog
66
66
67
+ ### 0.2.10 (2023-01-09)
68
+ * Fix bug #284 Plugin didn't start on iOS
69
+
67
70
### 0.2.9 (2023-01-05)
68
71
* Click on annotation link in markdown causes an immediate jump to annotation in PDF (Thanks to @HardwayLinka )
69
72
* Fix broken drag-and-dropped link to highlight caused by line breaks. (See issue #267 , Thanks to @HardwayLinka )
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.9 " ,
4
+ "version" : " 0.2.10 " ,
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.9 " ,
3
+ "version" : " 0.2.10 " ,
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 23
23
"0.2.6" : " 0.15.9" ,
24
24
"0.2.7" : " 1.0.3" ,
25
25
"0.2.8" : " 1.0.3" ,
26
- "0.2.9" : " 1.0.3"
26
+ "0.2.9" : " 1.0.3" ,
27
+ "0.2.10" : " 1.0.3"
27
28
}
You can’t perform that action at this time.
0 commit comments