Skip to content

Commit

Permalink
Bump to v4.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Feb 11, 2020
1 parent 8a25bef commit 62ea3fa
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v4.1.6

* FIX inability to login after login failed
* FIX crash triggered by wrong badge counting

## v4.1.5

* FIX scrolling problem of sidebar
Expand Down
5 changes: 5 additions & 0 deletions dist/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<div class="text-block">
<h1> Changelog </h1>
<ul>
<li> 4.1.6 </li>
<ul>
<li> [FIX] 修复登录失败后登录对话框状态问题 </li>
<li> [FIX] 修复侧边栏计数导致的插件崩溃问题 </li>
</ul>
<li> 4.1.5 </li>
<ul>
<li> [FIX] 修复侧边栏无法独立滚动问题 </li>
Expand Down
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Learn Helper",
"version": "4.1.5",
"version": "4.1.6",
"minimum_chrome_version": "55",
"manifest_version": 2,
"description": "清华大学网络学堂助手,集中展示课程公告、作业、DDL等信息,提供一站式服务",
Expand Down
2 changes: 1 addition & 1 deletion dist/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div id="version"></div>
</div>
<div id="footer">
&copy; 2013-2019 <a href="mailto:[email protected]">UGeeker</a> BrianLi
&copy; 2013-2020 <a href="mailto:[email protected]">UGeeker</a> BrianLi
<a href="https://github.com/Harry-Chen">HarryChen</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "learn-helper",
"version": "4.1.5",
"version": "4.1.6",
"author": "xxr3376 & Harry Chen",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 62ea3fa

Please sign in to comment.