Skip to content

Releases: itsHenry35/ledu

v2.2.2

29 Sep 15:06
Compare
Choose a tag to compare

2.2.2 (2024-09-29)

CI

  • release macos intel [skip ci] (8a50cb9)

v2.2.1

29 Sep 14:56
Compare
Choose a tag to compare

2.2.1 (2024-09-29)

CI

v2.2.0

28 Sep 06:40
Compare
Choose a tag to compare

2.2.0 (2024-09-28)

Features

Code Refactoring

  • add newline at end of file (398a91b)
  • refactor if expression (7431ee2)
  • refactor useless else block in the loop (384edad)
  • remove unnecessary whitespace (8cf9274)
  • remove unused global variable (cada944)
  • replace multiple == checks with in (7c6712b)
  • use identity check for comparison to a singleton (c7fd146)

v2.1.1

16 Sep 13:39
Compare
Choose a tag to compare

2.1.1 (2024-09-16)

Bug Fixes

  • unable to download in linux (a7663dd)

v2.1.0

16 Sep 13:06
Compare
Choose a tag to compare

2.1.0 (2024-09-16)

Features

  • don't pop up aria2 window (43f713e)
  • support 'COMBINE_SMALL_CLASS_MODE' (1026525)

v2.0.1

07 Feb 13:06
Compare
Choose a tag to compare

2.0.1 (2024-02-07)

Docs

v2.0.0

07 Feb 12:27
Compare
Choose a tag to compare

2.0.0 (2024-02-07)

⚠ BREAKING CHANGES

  • import aria2c from motrix

Features

  • import aria2c from motrix (c432ff3)
  • new url place support and support for "无回放"courses (149f762)

CI

  • error debug aria2c path (33275cf)

v1.6.1

24 Dec 05:08
Compare
Choose a tag to compare

1.6.1 (2023-12-24)

Code Refactoring

  • convert string with anomalous backslash into a raw string (1a068b6)
  • convert string with anomalous backslash into a raw string (1a068b6)
  • convert string with anomalous backslash into a raw string (8523c36)
  • import packages in separate lines (a96afad)
  • refactor unnecessary else / elif when if block has a raise statement (d1a127b)
  • refactor unnecessary else / elif when if block has a raise statement (d1a127b)
  • refactor unnecessary else / elif when if block has a raise statement (d213fbc)
  • refactor unnecessary else / elif when if block has a return statement (6feb186)
  • remove unnecessary return statement (c8b38cf)
  • remove unnecessary return statement (c8b38cf)
  • remove unnecessary return statement (79bfb7e)
  • remove unnecessary whitespace (1c430fe)
  • remove unnecessary whitespace (1c430fe)
  • remove unnecessary whitespace (74f1e9b)
  • replace multiple == checks with in (026e5b2)

Performance Improvements

  • only open aria2 process at first run (7b1ef99)

CI

v1.6.0

05 Nov 16:24
dde1326
Compare
Choose a tag to compare

1.6.0 (2023-11-05)

Features

  • add subject name to the downloaded files (d9ec038)
  • pause / resume button (832eef8)
  • show progress (eg. 2/4 downloaded) (890dfbd)

v1.5.2

03 Nov 17:36
c5c090d
Compare
Choose a tag to compare

1.5.2 (2023-11-03)

CI

  • fix broken CI because of empty version number (25b18a9)
  • rename main.yml to build.yml (77c45b8)