File tree Expand file tree Collapse file tree 3 files changed +17
-14
lines changed Expand file tree Collapse file tree 3 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master
4
4
5
+ # 0.7.0
6
+
5
7
- Fixes the link in the gist view will be opened in the iFrame.
6
8
- Use the ` postMessage ` mechanism to set the iFrame's height, which should be much secure.
7
9
Original file line number Diff line number Diff line change 1
1
{
2
- "id" : " obsidian-gist" ,
3
- "name" : " Gist" ,
4
- "version" : " 0.6 .0" ,
5
- "minAppVersion" : " 0.9.12" ,
6
- "description" : " This is a plugin to display the GitHub Gist." ,
7
- "author" : " Jun Lin" ,
8
- "authorUrl" : " https://github.com/linjunpop/obsidian-gist" ,
9
- "isDesktopOnly" : false
2
+ "id" : " obsidian-gist" ,
3
+ "name" : " Gist" ,
4
+ "version" : " 0.7 .0" ,
5
+ "minAppVersion" : " 0.9.12" ,
6
+ "description" : " This is a plugin to display the GitHub Gist." ,
7
+ "author" : " Jun Lin" ,
8
+ "authorUrl" : " https://github.com/linjunpop/obsidian-gist" ,
9
+ "isDesktopOnly" : false
10
10
}
Original file line number Diff line number Diff line change 1
1
{
2
- "0.6.0" : " 0.9.12" ,
3
- "0.5.0" : " 0.9.12" ,
4
- "0.4.0" : " 0.9.12" ,
5
- "0.3.0" : " 0.9.12" ,
6
- "0.2.0" : " 0.9.12" ,
7
- "0.1.0" : " 0.9.12"
2
+ "0.7.0" : " 0.9.12" ,
3
+ "0.6.0" : " 0.9.12" ,
4
+ "0.5.0" : " 0.9.12" ,
5
+ "0.4.0" : " 0.9.12" ,
6
+ "0.3.0" : " 0.9.12" ,
7
+ "0.2.0" : " 0.9.12" ,
8
+ "0.1.0" : " 0.9.12"
8
9
}
You can’t perform that action at this time.
0 commit comments