File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,17 @@ You can make a [pull request](https://github.com/elias-sundqvist/obsidian-annota
69
69
70
70
## Changelog
71
71
72
+ ### 0.2.5 (2022-08-14)
73
+ * Move buttons 'Annotate', 'Toggle Dark Mode', 'Open as Markdown' to top of options menu
74
+ * Video annotation
75
+ * fix [ Video not found error] ( https://github.com/elias-sundqvist/obsidian-annotator/issues/198 )
76
+ * Temporary disable video annotation on mobile devices
77
+
78
+ * Internal changes
79
+ * CodeMirror updated to v6
80
+ * obsidian-api updated to 0.15.9
81
+ * betterer was installed with strict typing settings to make plugin more stable and reliable in a future
82
+
72
83
### 0.2.4 (2022-07-23)
73
84
* Fix [ plugin fails to start on iPad] ( https://github.com/elias-sundqvist/obsidian-annotator/issues/176 )
74
85
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.4 " ,
5
- "minAppVersion" : " 0.13.25 " ,
4
+ "version" : " 0.2.5 " ,
5
+ "minAppVersion" : " 0.15.9 " ,
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" ,
8
8
"authorUrl" : " https://obsidian.md/about" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obsidian-annotator" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.5 " ,
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 18
18
"0.1.7" : " 0.13.19" ,
19
19
"0.1.8" : " 0.13.19" ,
20
20
"0.1.9" : " 0.13.19" ,
21
- "0.2.0" : " 0.13.19"
21
+ "0.2.0" : " 0.13.19" ,
22
+ "0.2.5" : " 0.15.9"
22
23
}
You can’t perform that action at this time.
0 commit comments