Skip to content

Commit

Permalink
Bump to v4.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Sep 11, 2021
1 parent 482b371 commit 2707904
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.4.2

* FIX login error (update to `thu-learn-helper` 2.5.0 to support CSRF token)

## v4.4.1

* FIX possible missing current semester in semester choice dialog
Expand Down
4 changes: 4 additions & 0 deletions dist/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<div class="text-block">
<h1>更新记录</h1>
<ul>
<li>4.4.2</li>
<ul>
<li>[FIX] 紧急修复无法登录的问题(升级到最新版 thu-learn-lib 以支持网络学堂的 CSRF token)</li>
</ul>
<li>4.4.1</li>
<ul>
<li>[FIX] 修复切换学期对话框中可能没有网络学堂当前学期的问题(#92)</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": "__MSG_appName__",
"version": "4.4.1",
"version": "4.4.2",
"minimum_chrome_version": "72",
"manifest_version": 2,
"description": "__MSG_appDesc__",
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.4.1",
"version": "4.4.2",
"author": "xxr3376 & Harry Chen",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 2707904

Please sign in to comment.