Skip to content

Commit

Permalink
Merge pull request #61 from crawlab-team/develop
Browse files Browse the repository at this point in the history
updated CHANGELOG.md
  • Loading branch information
tikazyq committed Oct 12, 2019
2 parents 3e80214 + 18a34d4 commit d417d35
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion config/defaultSettings.ts
Expand Up @@ -54,7 +54,7 @@ export default {
menu: {
locale: true,
},
title: 'ArtiPub v0.1.3',
title: 'ArtiPub v0.1.4',
pwa: false,
iconfontUrl: '',
} as DefaultSettings;
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/document.ejs
Expand Up @@ -9,7 +9,7 @@
/>
<title>ArtiPub</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<script src="http://sdk.talkingdata.com/app/h5/v1?appid=378E36452AF64EDCA6EF5EAAF53A7993&vn=0.1.3&vc=0.1.3"></script>
<script src="http://sdk.talkingdata.com/app/h5/v1?appid=378E36452AF64EDCA6EF5EAAF53A7993&vn=0.1.4&vc=0.1.4"></script>
</head>
<body>
<noscript>Sorry, we need js to run correctly!</noscript>
Expand Down

0 comments on commit d417d35

Please sign in to comment.