8000 :bookmark: Release v1.4.0 · pythonAI/pipe@cd343a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd343a7

Browse files
committed
🔖 Release v1.4.0
1 parent 27ae670 commit cd343a7

File tree

15 files changed

+26
-14
lines changed

15 files changed

+26
-14
lines changed

changelogs.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@
2626
</style>
2727
</head>
2828
<body>
29+
<h2>Release 1.4.0 - Mar 21, 2017</h2>
30+
<ul>
31+
<li><a href="https://github.com/b3log/pipe/issues/98">98 接收评论接口</a>&nbsp;<span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li>
32+
<li><a href="https://github.com/b3log/pipe/issues/99">99 接收文章接口</a>&nbsp;<span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li>
33+
<li><a href="https://github.com/b3log/pipe/issues/86">86 增强 Markdown 文章导入解析</a>&nbsp;<span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
34+
<li><a href="https://github.com/b3log/pipe/issues/88">88 博客地址配置规范化</a>&nbsp;<span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
35+
<li><a href="https://github.com/b3log/pipe/issues/92">92 搜索引擎优化</a>&nbsp;<span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
36+
<li><a href="https://github.com/b3log/pipe/issues/95">95 前台主题静态资源域名分离</a>&nbsp;<span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
37+
<li><a href="https://github.com/b3log/pipe/issues/85">85 清空文章后存档未清空</a>&nbsp;<span style='background: #ee0701 !important;color:#FFFFFF !important;padding: 1px 4px;'>bug</span></li>
38+
<li><a href="https://github.com/b3log/pipe/issues/97">97 B3 单点登录后重定向问题</a>&nbsp;<span style='background: #ee0701 !important;color:#FFFFFF !important;padding: 1px 4px;'>bug</span></li>
39+
<li><a href="https://github.com/b3log/pipe/issues/100">100 代码块渲染问题</a>&nbsp;<span style='background: #ee0701 !important;color:#FFFFFF !important;padding: 1px 4px;'>bug</span></li>
40+
</ul>
2941
<h2>Release 1.3.0 - Feb 9, 2017</h2>
3042
<ul>
3143
<li><a href="https://github.com/b3log/pipe/issues/62">62 支持 marked 作为可选的 MD 渲染引擎</a>&nbsp;<span style='background: #02e10c !important;color:#FFFFFF !important;padding: 1px 4px;'>feature</span></li>

pipe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Server": "http://localhost:5897",
33
"StaticServer": "",
4-
"StaticResourceVersion": "1519826205904",
4+
"StaticResourceVersion": "1521597009105",
55
"RuntimeMode": "dev",
66
"LogLevel": "debug",
77
"SessionSecret": "BEYOND",

service/upgradesrv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type upgradeService struct {
3232
}
3333

3434
const (
35-
fromVer = "1.2.0"
35+
fromVer = "1.3.0"
3636
toVer = util.Version
3737
)
3838

theme/sw.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/x/9IPHP/js/article.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/x/9IPHP/js/common.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/x/Gina/js/article.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/x/Gina/js/common.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/x/Koma/js/article.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/x/Koma/js/common.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/x/Medium/js/article.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/x/Medium/js/common.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/x/Next/js/article.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/x/Next/js/common.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

util/confs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import (
3737
var logger = log.NewLogger(os.Stdout)
3838

3939
// Pipe version.
40-
const Version = "1.3.0"
40+
const Version = "1.4.0"
4141

4242
// Pipe configuration.
4343
var Conf *Configuration

0 commit comments

Comments
 (0)
0