Skip to content

Releases: Harry-Chen/Learn-Helper

v4.6.2

22 Oct 14:48
v4.6.2
b9f1f87
Compare
Choose a tag to compare
  • FIX empty course time and location (#145)
  • FIX only inject csrf token in extension tab
  • ADD sort homework by submission status (#148)

Full Changelog: v4.6.1...v4.6.2

v4.6.1

27 Sep 08:47
v4.6.1
7c79aae
Compare
Choose a tag to compare

v4.6.0

15 Sep 13:40
v4.6.0
81529ea
Compare
Choose a tag to compare

This version is mainly developed by @AsakuraMizu.

  • REFACTOR React components as functional components and Redux logic with Redux Toolkit, change build toolchain from Webpack to Vite
  • MIGRATE to Manifest V3
  • ADD dark mode and switcher
  • ADD i18n and partial English translations Due to technical restrictions language can only follow browser config
  • Upgrade thu-learn-lib to v3.1.0
  • FIX snackbar conflict

v4.5.1

27 Mar 14:13
v4.5.1
cb9575f
Compare
Choose a tag to compare
  • Upgrade to latest dependencies (TypeScript 4.6.1, MUI 5.5.2)

v4.5.0

06 Nov 07:50
v4.5.0
87f6b38
Compare
Choose a tag to compare

Note: User data (except configuration) will be automatically cleared after upgrade to v4.5.0 from any previous version due to breaking changes of thu-learn-lib.

  • FIX problem that notifications might be (occasionally) changed to incorrect publish time (Harry-Chen/thu-learn-lib#36)
  • ADD preview frame to homework and notifications (if applicable)
  • ADD login status check before triggering bulk download to avoid garbage artifacts
  • Upgrade to latest dependencies

v4.4.3 (revision 2)

15 Sep 07:43
v4.4.3.2
08adb9e
Compare
Choose a tag to compare

Note: v4.4.3 has a serious bug and is now deprecated.

  • FIX problem when opening notification or submitting homework from detail panel (#103)
  • FIX problem when certain course has disabled some functionalities of Web Learning (#104)

v4.4.2

11 Sep 02:03
v4.4.2
2707904
Compare
Choose a tag to compare
  • FIX login error (update to thu-learn-helper 2.5.0 to support CSRF token)

v4.4.1

31 Aug 06:03
v4.4.1
8a39527
Compare
Choose a tag to compare
  • FIX possible missing current semester in semester choice dialog
  • Upgrade dependencies to mitigate security issues

v4.4.0

19 Jan 10:37
v4.4.0
Compare
Choose a tag to compare
  • FIX error when reading data from disabled functionalities (#90)
  • ADD more version info on welcome page
  • Deploy self-host version of FireFox Addons (see https://harrychen.xyz/learn/, also .xpi files)
  • Upgrade to TypeScript v4.1, Webpack v5.15, React v17, Material-UI v4.11

v4.3.1

25 Sep 03:17
v4.3.1
Compare
Choose a tag to compare
  • FIX login error when not saving credentials
  • FIX error on first use after upgrade
  • ADD refresh button on error page to avoid unnecessary data cleaning
  • FIX iframe same-origin problem (probably a Chrome bug) (by Starrah)
  • FIX alignment of icons on content cards (bt Starrah)