diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd75e0..40fd124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.1.4 (2019-10-12) + +#### Features / Enhancement +- Integrated Wechat platform (very basic, still under development) + +#### Bug Fixes +- Fixed failure to publish on Segmentfault issue. [#54](https://github.com/crawlab-team/artipub/issues/54) +- Fixed unable to save URL in the Chrome extension. [#38](https://github.com/crawlab-team/artipub/issues/38) +- Fixed web page style inconsistency when using the Chrome extension. [#37](https://github.com/crawlab-team/artipub/issues/37) +- Fixed failure to publish on Jianshu issue. [#32](https://github.com/crawlab-team/artipub/issues/32) + ## v0.1.3 (2019-09-25) #### Features / Enhancement diff --git a/config/defaultSettings.ts b/config/defaultSettings.ts index baeb0fb..d34fb05 100644 --- a/config/defaultSettings.ts +++ b/config/defaultSettings.ts @@ -54,7 +54,7 @@ export default { menu: { locale: true, }, - title: 'ArtiPub v0.1.3', + title: 'ArtiPub v0.1.4', pwa: false, iconfontUrl: '', } as DefaultSettings; diff --git a/extensions/package.json b/extensions/package.json index f394a82..3f46afe 100755 --- a/extensions/package.json +++ b/extensions/package.json @@ -1,6 +1,6 @@ { "name": "artipub-chrome-extension", - "version": "0.1.3", + "version": "0.1.4", "description": "Chrome extension login helper for ArtiPub", "scripts": { "dev": "webpack-dev-server --config webpack.dev.js --content-base ./dist", diff --git a/extensions/src/manifest.json b/extensions/src/manifest.json index 08b1508..2f1d35e 100644 --- a/extensions/src/manifest.json +++ b/extensions/src/manifest.json @@ -1,6 +1,6 @@ { "name": "ArtiPub", - "version": "0.1.3", + "version": "0.1.4", "manifest_version": 2, "description": "ArtiPub登陆助手,帮助登陆掘金、SegmentFault、CSDN、知乎等技术平台", "icons": { diff --git a/package.json b/package.json index 62d525a..0296d92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "artipub", - "version": "0.1.3", + "version": "0.1.4", "description": "Article publishing platform that automatically distributes your articles to various media channels", "main": "index.js", "scripts": { diff --git a/src/pages/document.ejs b/src/pages/document.ejs index 9e1eb93..bd10a23 100644 --- a/src/pages/document.ejs +++ b/src/pages/document.ejs @@ -9,7 +9,7 @@ />