File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ v1.4.3 发布日期:2019-11-09
2
+
3
+ - 修复知乎公式问题
4
+ - 修复横屏幻灯片渲染问题
5
+
1
6
v1.4.2 发布日期:2019-11-09
2
7
3
8
- 新增幻灯片横屏滑动语法,重置后查看
Original file line number Diff line number Diff line change 2
2
"name" : " markdown-nice" ,
3
3
"author" : " mdnice" ,
4
4
"description" : " a markdown editor with the function of style edition" ,
5
- "version" : " 0.1.5 " ,
5
+ "version" : " 0.1.6 " ,
6
6
"private" : false ,
7
7
"main" : " lib/Lib.js" ,
8
8
"module" : " lib/Lib.js" ,
Original file line number Diff line number Diff line change @@ -154,12 +154,12 @@ export const CODE_OPTIONS = [
154
154
} ,
155
155
] ;
156
156
157
- export const VERSION_NUM = "1.4.2 " ;
157
+ export const VERSION_NUM = "1.4.3 " ;
158
158
159
159
export const VERSION_TIMELINE = [
160
+ "2019-11-13 修复横屏幻灯片渲染问题, 修复知乎公式问题" ,
160
161
"2019-11-09 新增幻灯片横屏滑动语法,重置后查看;新增拷贝到知乎,支持知乎公式使用" ,
161
162
"2019-11-05 新增快捷键,新增表格添加功能" ,
162
163
"2019-11-02 break change!请将所有的自定义标签前面加上 #nice,否则将失效,可参考其他主题!新增主题「极客黑」和「简」" ,
163
164
"2019-10-28 修复公式 bug,新增主题「蓝山」,请重置看查看效果" ,
164
- "2019-10-27 组件化,新增预览模式,修改导航栏布局" ,
165
165
] ;
You can’t perform that action at this time.
0 commit comments