File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ You can make a [pull request](https://github.com/elias-sundqvist/obsidian-annota
69
69
70
70
## Changelog
71
71
72
+ ### 0.2.7 (2022-10-31)
73
+ * Fixed issue with Latex Equations not rendering in annotations (See issue #228 )
74
+ * Removed "sign-in/log-in" buttons (See issue #241 )
75
+ * CSS Snippets can now be used to style the hypothesis sidebar
76
+
72
77
### 0.2.6 (2022-08-19)
73
78
* Fix bug #208 introduced in 0.2.5 It was impossible to open an internal link because of the plugin
74
79
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.2 " ,
5
- "minAppVersion" : " 0.13.29 " ,
4
+ "version" : " 0.2.7 " ,
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" ,
8
8
"authorUrl" : " https://obsidian.md/about" ,
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.6 " ,
5
- "minAppVersion" : " 0.15.9 " ,
4
+ "version" : " 0.2.7 " ,
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" ,
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.6 " ,
3
+ "version" : " 0.2.7 " ,
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 20
20
"0.1.9" : " 0.13.19" ,
21
21
"0.2.0" : " 0.13.19" ,
22
22
"0.2.5" : " 0.15.9" ,
23
- "0.2.6" : " 0.15.9"
23
+ "0.2.6" : " 0.15.9" ,
24
+ "0.2.7" : " 1.0.3"
24
25
}
You can’t perform that action at this time.
0 commit comments