Skip to content

Releases: fontlos/buaa-cli

Release: v0.4.2

Choose a tag to compare

@github-actions github-actions released this 06 Jun 13:51

BUAA Cli: Powerful tool to Make BUAA Great Again

[v0.4.2] - 2026-06-06

  • Fix
    • Fix VPN mode for buaa class
  • Chore
    • Update buaa_api
    • Update other dependencies

Release: v0.4.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 03:48

BUAA Cli: Powerful tool to Make BUAA Great Again

[v0.4.1] - 2026-06-01

  • Fix(Breaking)
    • class command break caused by server update
      • The login and checkin URL path inexplicably changed again, and Sessionid is once again a required request header
      • This break VPN mode for buaa class
  • Chore
    • Update buaa_api
    • Update other dependencies

Release: v0.4.0

Choose a tag to compare

@github-actions github-actions released this 26 May 03:17

BUAA Cli: Powerful tool to Make BUAA Great Again

[v0.4.0] - 2026-05-27

  • Feat
    • Add automated VPN mode for buaa class (experimental)
  • Refactor
    • New method to detect WiFi
  • Chore
    • Update buaa_api
    • Update other dependencies

Release: v0.3.8

Choose a tag to compare

@github-actions github-actions released this 20 Apr 10:20

BUAA Cli: Powerful tool to Make BUAA Great Again

[v0.3.8] - 2026-04-20

  • Feat
    • Add buaa exam command to query exam schedule

Release: v0.3.7

Choose a tag to compare

@github-actions github-actions released this 12 Apr 05:37

BUAA Cli: Powerful tool to Make BUAA Great Again

[v0.3.7] - 2026-04-12

  • Fix
    • wifi command break caused by server update

Release: v0.3.6

Choose a tag to compare

@github-actions github-actions released this 07 Apr 03:14

BUAA Cli: Powerful tool to Make BUAA Great Again

[v0.3.6] - 2026-04-07

  • Fix
    • Time overflow in boya or class, which cause waiting for almost u64::MAX seconds

Release: v0.3.5

Choose a tag to compare

@github-actions github-actions released this 29 Mar 12:59

BUAA Cli: Powerful tool to Make BUAA Great Again

[v0.3.5] - 2026-03-29

  • Fix
    • class command is broken due to server bad update
      • Now class checkin is based on server internal time which is not standard UTC
  • Chore
    • Update buaa_api
    • Update other dependencies

Release: v0.3.4

Choose a tag to compare

@github-actions github-actions released this 31 Dec 09:02

BUAA Cli: Powerful tool to Make BUAA Great Again

[v0.3.4] - 2025-12-31

  • Fix
    • tes command now work. But there are some WARNINGS

      Warning!: Due to the poor design of the evaluation system server,
      using this may cause the evaluation button on the web page to become unclickable.
      But don't worry, the evaluation data has been submitted correctly.
      If you want to view the evaluation results on the web page,
      you can remove the 'disabled' attribute of the button in the browser console,
      and you'll be able to click it.
      Or you might wait a little longer, and it may return to normal.

  • Chore
    • Update buaa_api
    • Cargo fmt

Release: v0.3.3

Choose a tag to compare

@github-actions github-actions released this 30 Dec 04:17

BUAA Cli: Powerful tool to Make BUAA Great Again

[v0.3.3] - 2025-12-30

  • Fix
    • class command is broken due to server bad update
      • Server NGINX was misconfigured, causing all /app/ paths on port 8346 to be mounted under /app/app/. And change to port 8347 to bypass
  • Chore
    • Update buaa_api

Release: v0.3.2

Choose a tag to compare

@github-actions github-actions released this 29 Dec 02:38

BUAA Cli: Powerful tool to Make BUAA Great Again

[v0.3.2]

  • Feat
    • Add CanCheck field in buaa boya query print table
    • buaa boya check can waiting for check-in/out
    • Add --page for buaa boya query for pagination
  • Remove
    • buaa boya rule
  • Refactor
    • Move waiting logic from buaa boya query to buaa boya select
    • Use RNG from buaa_api
    • Split buaa boya selected and buaa boya status
  • Chore
    • Update buaa_api