Skip to content

Commit

Permalink
Bump to v4.2.0
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 19, 2020
1 parent f435165 commit 77b5036
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v4.2.0

* ADD switch to `preact` and adjust bundle configuration to reduce code size (but also increase the minimal browser version)
* ADD more information in error recovery page
* FIX crash after dropping a course (again)

## v4.1.7

* FIX wrong UI logic when login failed
Expand Down
6 changes: 6 additions & 0 deletions dist/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<div class="text-block">
<h1> Changelog </h1>
<ul>
<li> 4.2.0 </li>
<ul>
<li> [ADD] 切换到 preact,减少代码体积,提升最低 Chrome 版本 </li>
<li> [ADD] 在错误恢复页面添加更多信息 </li>
<li> [FIX] 修复另一个退课后崩溃的问题 </li>
</ul>
<li> 4.1.7 </li>
<ul>
<li> [FIX] 修复登录失败后的 UI 逻辑 </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.7",
"version": "4.2.0",
"minimum_chrome_version": "72",
"manifest_version": 2,
"description": "清华大学网络学堂助手,集中展示课程公告、作业、DDL等信息,提供一站式服务",
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.7",
"version": "4.2.0",
"author": "xxr3376 & Harry Chen",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 77b5036

Please sign in to comment.