Skip to content

Commit

Permalink
Bump to v4.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <i@harrychen.xyz>
  • Loading branch information
Harry-Chen committed Aug 31, 2021
1 parent 32952ae commit 8a39527
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 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.4.1

* FIX possible missing current semester in semester choice dialog
* Upgrade dependencies to mitigate security issues

## v4.4.0

* FIX error when reading data from disabled functionalities (#90)
Expand Down
5 changes: 5 additions & 0 deletions dist/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
<div class="text-block">
<h1>更新记录</h1>
<ul>
<li>4.4.1</li>
<ul>
<li>[FIX] 修复切换学期对话框中可能没有网络学堂当前学期的问题(#92)</li>
<li>[ADD] 升级依赖以增强安全性 </li>
</ul>
<li>4.4.0</li>
<ul>
<li>[FIX] 修复读取课程关闭的功能时发生的错误(#90)</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.0",
"version": "4.4.1",
"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.0",
"version": "4.4.1",
"author": "xxr3376 & Harry Chen",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 8a39527

Please sign in to comment.