Skip to content

Commit

Permalink
Emergency fix, bump to v4.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Jun 29, 2019
1 parent b3c5a34 commit c1f46be
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ Use `yarn run dev-server` to watch changes in `src/` and start Webpack Dev Serve

## Revision History

**v4.1.1**
* FIX wrong encoding of notifications (caused by `thu-learn-lib`)

**v4.1.0**
* ADD conversion to non-numerical grades (A+/B/C/...)
* ADD ignoring of single item, refine the logic of course module hiding
Expand Down
4 changes: 4 additions & 0 deletions dist/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<div class="text-block">
<h1> Changelog </h1>
<ul>
<li> 4.1.1 </li>
<ul>
<li> [FIX] 紧急修复课程公告编码错误的问题 </li>
</ul>
<li> 4.1.0 </li>
<ul>
<li> [ADD] 增加非百分制的作业成绩显示 </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.0",
"version": "4.1.1",
"minimum_chrome_version": "55",
"manifest_version": 2,
"description": "清华大学网络学堂助手,集中展示课程公告、作业、DDL等信息,提供一站式服务",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -404,11 +404,6 @@
resolved "https://registry.npm.taobao.org/@xtuc/long/download/@xtuc/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
integrity sha1-0pHGpOl5ibXGHZrPOWrk/hM6cY0=

Base64@^1.0.2:
version "1.0.2"
resolved "https://registry.npm.taobao.org/Base64/download/Base64-1.0.2.tgz#82a36d43f4b98659d72488afe008a905d2cbccdb"
integrity sha1-gqNtQ/S5hlnXJIiv4AipBdLLzNs=

abbrev@1:
version "1.1.1"
resolved "https://registry.npm.taobao.org/abbrev/download/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
Expand Down Expand Up @@ -3102,7 +3097,7 @@ isstream@~0.1.2:
resolved "https://registry.npm.taobao.org/isstream/download/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=

js-base64@^2.1.8:
js-base64@^2.1.8, js-base64@^2.5.1:
version "2.5.1"
resolved "https://registry.npm.taobao.org/js-base64/download/js-base64-2.5.1.tgz#1efa39ef2c5f7980bb1784ade4a8af2de3291121"
integrity sha1-Hvo57yxfeYC7F4St5KivLeMpESE=
Expand Down Expand Up @@ -5502,16 +5497,16 @@ through2@^2.0.0:
xtend "~4.0.1"

thu-learn-lib@^1.0.14:
version "1.1.2"
resolved "https://registry.npm.taobao.org/thu-learn-lib/download/thu-learn-lib-1.1.2.tgz#bd892b49a9150d02dee2cedd4496f065c08d8a36"
integrity sha1-vYkrSakVDQLe4s7dRJbwZcCNijY=
version "1.1.3"
resolved "https://registry.npm.taobao.org/thu-learn-lib/download/thu-learn-lib-1.1.3.tgz#8350405a17ad89cdacf9d16534d115bc637d243d"
integrity sha1-g1BAWhetic2s+dFlNNEVvGN9JD0=
dependencies:
Base64 "^1.0.2"
cheerio "^1.0.0-rc.2"
cross-fetch "^3.0.1"
entities "^1.1.2"
es6-denodeify "^0.1.5"
form-data "^2.3.3"
js-base64 "^2.5.1"
real-isomorphic-fetch "^2.0.5"

thunky@^1.0.2:
Expand Down

0 comments on commit c1f46be

Please sign in to comment.