Commit 166aa16d authored by Liang Ding's avatar Liang Ding

🔖 发布 v3.6.4

parent 011b3a53
...@@ -26,6 +26,21 @@ ...@@ -26,6 +26,21 @@
</style> </style>
</head> </head>
<body> <body>
<h2>Release 3.6.4 - Aug 19, 2019</h2>
<ul>
<li><a href="https://github.com/b3log/solo/issues/12817">12817</a> next 皮肤移动端图标没有居中 <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li>
<li><a href="https://github.com/b3log/solo/issues/12842">12842</a> 文章更新时的界面优化 <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li>
<li><a href="https://github.com/b3log/solo/issues/12843">12843</a> 皮肤 yilia 优化 <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li>
<li><a href="https://github.com/b3log/solo/issues/12814">12814</a> 关闭内置 MD 引擎的 [TOC] 扩展 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12826">12826</a> 订阅输出改进 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12851">12851</a> 更新社区站点链接图标 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12816">12816</a> 文章中有 GA 广告时会出现滚动条 <span style='background: #fc2929 !important;color:#FFFFFF !important;padding: 1px 4px;'>bug</span></li>
<li><a href="https://github.com/b3log/solo/issues/12821">12821</a> 分类无法添加超过 4 个标签 <span style='background: #fc2929 !important;color:#FFFFFF !important;padding: 1px 4px;'>bug</span></li>
<li><a href="https://github.com/b3log/solo/issues/12824">12824</a> JDK11 插件加载报错 <span style='background: #fc2929 !important;color:#FFFFFF !important;padding: 1px 4px;'>bug</span></li>
<li><a href="https://github.com/b3log/solo/issues/12838">12838</a> 同步 GitHub 仓库时没发布的草稿会同步到主页 <span style='background: #fc2929 !important;color:#FFFFFF !important;padding: 1px 4px;'>bug</span></li>
<li><a href="https://github.com/b3log/solo/issues/12846">12846</a> Bubble 皮肤头像问题 <span style='background: #fc2929 !important;color:#FFFFFF !important;padding: 1px 4px;'>bug</span></li>
<li><a href="https://github.com/b3log/solo/issues/12850">12850</a> 编辑器表情问题 <span style='background: #fc2929 !important;color:#FFFFFF !important;padding: 1px 4px;'>bug</span></li>
</ul>
<h2>Release 3.6.3 - Jul 13, 2019</h2> <h2>Release 3.6.3 - Jul 13, 2019</h2>
<ul> <ul>
<li><a href="https://github.com/b3log/solo/issues/12805">12805</a> 新皮肤 Bubble <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li> <li><a href="https://github.com/b3log/solo/issues/12805">12805</a> 新皮肤 Bubble <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li>
......
{ {
"name": "Solo", "name": "Solo",
"version": "3.6.3", "version": "3.6.4",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
...@@ -3619,7 +3619,6 @@ ...@@ -3619,7 +3619,6 @@
"minipass": { "minipass": {
"version": "2.3.5", "version": "2.3.5",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"safe-buffer": "^5.1.2", "safe-buffer": "^5.1.2",
"yallist": "^3.0.0" "yallist": "^3.0.0"
...@@ -3636,7 +3635,6 @@ ...@@ -3636,7 +3635,6 @@
"mkdirp": { "mkdirp": {
"version": "0.5.1", "version": "0.5.1",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"minimist": "0.0.8" "minimist": "0.0.8"
} }
...@@ -3720,7 +3718,6 @@ ...@@ -3720,7 +3718,6 @@
"once": { "once": {
"version": "1.4.0", "version": "1.4.0",
"bundled": true, "bundled": true,
"optional": true,
"requires": { "requires": {
"wrappy": "1" "wrappy": "1"
} }
...@@ -3796,8 +3793,7 @@ ...@@ -3796,8 +3793,7 @@
}, },
"safe-buffer": { "safe-buffer": {
"version": "5.1.2", "version": "5.1.2",
"bundled": true, "bundled": true
"optional": true
}, },
"safer-buffer": { "safer-buffer": {
"version": "2.1.2", "version": "2.1.2",
...@@ -3884,13 +3880,11 @@ ...@@ -3884,13 +3880,11 @@
}, },
"wrappy": { "wrappy": {
"version": "1.0.2", "version": "1.0.2",
"bundled": true, "bundled": true
"optional": true
}, },
"yallist": { "yallist": {
"version": "3.0.3", "version": "3.0.3",
"bundled": true, "bundled": true
"optional": true
} }
} }
}, },
......
{ {
"name": "Solo", "name": "Solo",
"version": "3.6.3", "version": "3.6.4",
"description": " 一款小而美的博客系统,专为程序员设计。", "description": " 一款小而美的博客系统,专为程序员设计。",
"homepage": "https://github.com/b3log/solo", "homepage": "https://github.com/b3log/solo",
"repository": { "repository": {
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Description: Solo POM. Description: Solo POM.
Version: 3.18.3.68, Jul 29, 2019 Version: 3.18.3.69, Aug 18, 2019
Author: <a href="http://88250.b3log.org">Liang Ding</a> Author: <a href="http://88250.b3log.org">Liang Ding</a>
Author: <a href="http://www.annpeter.cn">Ann Peter</a> Author: <a href="http://www.annpeter.cn">Ann Peter</a>
Author: <a href="http://vanessa.b3log.org">Vanessa</a> Author: <a href="http://vanessa.b3log.org">Vanessa</a>
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<artifactId>solo</artifactId> <artifactId>solo</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<name>Solo</name> <name>Solo</name>
<version>3.6.3</version> <version>3.6.4</version>
<description> <description>
一款小而美的博客系统,专为程序员设计。 一款小而美的博客系统,专为程序员设计。
</description> </description>
......
...@@ -59,7 +59,7 @@ import javax.servlet.http.HttpSessionEvent; ...@@ -59,7 +59,7 @@ import javax.servlet.http.HttpSessionEvent;
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://vanessa.b3log.org">Vanessa</a> * @author <a href="http://vanessa.b3log.org">Vanessa</a>
* @version 1.11.0.21, Jul 13, 2019 * @version 1.11.0.22, Aug 18, 2019
* @since 0.3.1 * @since 0.3.1
*/ */
public final class SoloServletListener extends AbstractServletListener { public final class SoloServletListener extends AbstractServletListener {
...@@ -72,7 +72,7 @@ public final class SoloServletListener extends AbstractServletListener { ...@@ -72,7 +72,7 @@ public final class SoloServletListener extends AbstractServletListener {
/** /**
* Solo version. * Solo version.
*/ */
public static final String VERSION = "3.6.3"; public static final String VERSION = "3.6.4";
/** /**
* Bean manager. * Bean manager.
......
...@@ -30,7 +30,7 @@ import org.json.JSONObject; ...@@ -30,7 +30,7 @@ import org.json.JSONObject;
* Upgrade service. * Upgrade service.
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.2.1.9, Jul 13, 2019 * @version 1.2.1.10, Aug 18, 2019
* @since 1.2.0 * @since 1.2.0
*/ */
@Service @Service
...@@ -85,6 +85,8 @@ public class UpgradeService { ...@@ -85,6 +85,8 @@ public class UpgradeService {
V361_362.perform(); V361_362.perform();
case "3.6.2": case "3.6.2":
V362_363.perform(); V362_363.perform();
case "3.6.3":
V363_364.perform();
break; break;
default: default:
......
...@@ -26,6 +26,21 @@ ...@@ -26,6 +26,21 @@
</style> </style>
</head> </head>
<body> <body>
<h2>Release 3.6.4 - Aug 19, 2019</h2>
<ul>
<li><a href="https://github.com/b3log/solo/issues/12817">12817</a> next 皮肤移动端图标没有居中 <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li>
<li><a href="https://github.com/b3log/solo/issues/12842">12842</a> 文章更新时的界面优化 <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li>
<li><a href="https://github.com/b3log/solo/issues/12843">12843</a> 皮肤 yilia 优化 <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li>
<li><a href="https://github.com/b3log/solo/issues/12814">12814</a> 关闭内置 MD 引擎的 [TOC] 扩展 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12826">12826</a> 订阅输出改进 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12851">12851</a> 更新社区站点链接图标 <span style='background: #84b6eb !important;color:#FFFFFF !important;padding: 1px 4px;'>enhancement</span></li>
<li><a href="https://github.com/b3log/solo/issues/12816">12816</a> 文章中有 GA 广告时会出现滚动条 <span style='background: #fc2929 !important;color:#FFFFFF !important;padding: 1px 4px;'>bug</span></li>
<li><a href="https://github.com/b3log/solo/issues/12821">12821</a> 分类无法添加超过 4 个标签 <span style='background: #fc2929 !important;color:#FFFFFF !important;padding: 1px 4px;'>bug</span></li>
<li><a href="https://github.com/b3log/solo/issues/12824">12824</a> JDK11 插件加载报错 <span style='background: #fc2929 !important;color:#FFFFFF !important;padding: 1px 4px;'>bug</span></li>
<li><a href="https://github.com/b3log/solo/issues/12838">12838</a> 同步 GitHub 仓库时没发布的草稿会同步到主页 <span style='background: #fc2929 !important;color:#FFFFFF !important;padding: 1px 4px;'>bug</span></li>
<li><a href="https://github.com/b3log/solo/issues/12846">12846</a> Bubble 皮肤头像问题 <span style='background: #fc2929 !important;color:#FFFFFF !important;padding: 1px 4px;'>bug</span></li>
<li><a href="https://github.com/b3log/solo/issues/12850">12850</a> 编辑器表情问题 <span style='background: #fc2929 !important;color:#FFFFFF !important;padding: 1px 4px;'>bug</span></li>
</ul>
<h2>Release 3.6.3 - Jul 13, 2019</h2> <h2>Release 3.6.3 - Jul 13, 2019</h2>
<ul> <ul>
<li><a href="https://github.com/b3log/solo/issues/12805">12805</a> 新皮肤 Bubble <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li> <li><a href="https://github.com/b3log/solo/issues/12805">12805</a> 新皮肤 Bubble <span style='background: #eb6420 !important;color:#FFFFFF !important;padding: 1px 4px;'>skin</span></li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment