Bitsrun Versions Save

A headless login / logout script for 10.0.0.55 at BIT. 北京理工大学 10.0.0.55 校园网登录登出的 Python 实现

v3.7.1

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/BITNP/bitsrun/compare/v3.7.0...v3.7.1

v3.7.0

5 months ago

What's Changed

Full Changelog: https://github.com/BITNP/bitsrun/compare/v3.6.0...v3.7.0

v3.6.0

9 months ago

bitsrun is now packaged as a self-contained executable on release. Currently built against Windows/Linux x86_64 and macOS universal targets. Download and execute for environments that does not have internet access.

Full Changelog: https://github.com/BITNP/bitsrun/compare/v3.5.2...v3.6.0

v3.5.2

1 year ago

New: bitsrun logout can logout the current user even if a different username is detected.

What's Changed

Full Changelog: https://github.com/BITNP/bitsrun/compare/v3.5.1...v3.5.2

v3.5.1

1 year ago

You can call bitsrun status with flag --json to specify a raw JSON output.

$ bitsrun status --json

What's Changed

Full Changelog: https://github.com/BITNP/bitsrun/compare/v3.5.0...v3.5.1

v3.5.0

1 year ago

What's Changed

Full Changelog: https://github.com/BITNP/bitsrun/compare/v3.4.1...v3.5.0

v3.4.1

1 year ago

Note: This is a minor version bump to resolve v3.4.0 on PyPI not recognizing project metadata after we switched package manager to pdm.

You can now use bitsrun status to check the current login state of your device.

bitsrun status

To upgrade:

pipx upgrade bitsrun

What's Changed

Full Changelog: https://github.com/BITNP/bitsrun/compare/v3.3.1...v3.4.1

v3.4.0

1 year ago

This should be superseded by v3.4.1

v3.3.1

1 year ago

Fix ambiguous config path discovery.

On Windows, the possible paths are:

  • C:\ProgramData\bitsrun\bit-user.json
  • ~\AppData\Roaming\bitsrun\bit-user.json

On Linux:

  • /etc/bitsrun/bit-user.json
  • /etc/xdg/bitsrun/bit-user.json
  • ~/.config/bitsrun/bit-user.json
  • ~/.config/bit-user.json

On macOS:

  • /etc/bit-user.json
  • /Library/Preferences/bitsrun/bit-user.json
  • $HOME/Library/Preferences/bitsrun/bit-user.json
  • $HOME/.config/bit-user.json
  • $HOME/.config/bitsrun/bit-user.json

What's Changed

New Contributors

Full Changelog: https://github.com/BITNP/bitsrun/compare/v3.3.0...v3.3.1

v3.3.0

1 year ago
screenshot

To update:

pipx upgrade bitsrun

What's Changed

  • Removed option --silent, -s for suppressing output
  • Colorful outputs with better printed structured data
  • Much clearer error handling

Under the hood

Full Changelog: https://github.com/BITNP/bitsrun/compare/v3.2.4...v3.3.0