diff --git a/docs/_coverpage.md b/docs/_coverpage.md index b24dcf9..b64312c 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,4 +1,4 @@ -# 云落博客0.1.0 +# 云落博客0.1.1 - 本地优先 - 本地预览和远程同步 diff --git a/docs/_navbar.md b/docs/_navbar.md index 6f5fe5b..9fc7689 100644 --- a/docs/_navbar.md +++ b/docs/_navbar.md @@ -6,5 +6,6 @@ - [如何配置hexo环境](/problem/如何配置hexo环境) - [hexo基本用法](/problem/hexo基本用法) - [hexo进阶用法](/problem/hexo进阶用法) -- [版本](/version/0.1.0) +- [版本](/version/0.1.1) + - [0.1.0](/version/0.1.1) - [0.1.0](/version/0.1.0) \ No newline at end of file diff --git a/docs/version.md b/docs/version.md index 347ba13..346b8d8 100644 --- a/docs/version.md +++ b/docs/version.md @@ -2,4 +2,4 @@ ## 0.1.0 -下载地址: \ No newline at end of file +## 0.1.0 \ No newline at end of file diff --git a/docs/version/0.1.1.md b/docs/version/0.1.1.md new file mode 100644 index 0000000..7ece2b3 --- /dev/null +++ b/docs/version/0.1.1.md @@ -0,0 +1,11 @@ +# 0.1.1 + +此版本对上个版本的问题进行了修复 + +- 修复图片插入路径错误 +- 可以主动点击服务器更新 +- 配置文件保存备注 +- 插件列表读取dev依赖 +- 配置文件修改,主题、插件修改都需要更新 +- 其他设置与已知设置分离 +- 部署时删除原文件夹下文章 diff --git a/package.json b/package.json index e1db2f4..7c42f41 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yun-luo-blog", "private": true, - "version": "0.1.0", + "version": "0.1.1", "description": "云落博客", "homepage": "https://q2316367743.github.io/yun-luo-blog/", "main": "electron/electron.js", diff --git "a/window\346\211\223\345\214\205.iss" "b/window\346\211\223\345\214\205.iss" index 528be6c..c5886b2 100644 --- "a/window\346\211\223\345\214\205.iss" +++ "b/window\346\211\223\345\214\205.iss" @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "䲩" -#define MyAppVersion "0.1.0" +#define MyAppVersion "0.1.1" #define MyAppPublisher "겻" #define MyAppURL "https://q2316367743.github.io/yun-luo-blog" #define MyAppExeName "䲩.exe" @@ -28,7 +28,7 @@ LicenseFile=D:\Documents\workspace\yun-luo-blog\LICENSE ; Uncomment the following line to run in non administrative install mode (install for current user only.) ;PrivilegesRequired=lowest OutputDir=D:\Documents\Application -OutputBaseFilename=䲩v0.1.0 +OutputBaseFilename=䲩v0.1.1 SetupIconFile=D:\Documents\workspace\yun-luo-blog\electron\assets\ico\256.ico Compression=lzma SolidCompression=yes