Recent Releases of https://github.com/bitnp/bitsrun

https://github.com/bitnp/bitsrun - v3.7.1

What's Changed

  • chore: Update ruff config by @YDX-2147483647 in https://github.com/BITNP/bitsrun/pull/50
  • Follow rules by ITC to obtain the acid value by @CPT-KK in https://github.com/BITNP/bitsrun/pull/49

New Contributors

  • @CPT-KK made their first contribution in https://github.com/BITNP/bitsrun/pull/49

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

- Python
Published by spencerwooo about 2 years ago

https://github.com/bitnp/bitsrun - v3.7.0

What's Changed

  • Migrate to ruff format by @spencerwooo in https://github.com/BITNP/bitsrun/pull/41
  • Permission restriction for user credentials by @spencerwooo in https://github.com/BITNP/bitsrun/pull/42

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

- Python
Published by spencerwooo over 2 years ago

https://github.com/bitnp/bitsrun -

- Python
Published by github-actions[bot] almost 3 years ago

https://github.com/bitnp/bitsrun - v3.5.2

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

What's Changed

  • chore: Move .pdm.toml to pdm.toml + .pdm-python by @YDX-2147483647 in https://github.com/BITNP/bitsrun/pull/38
  • feat: Allow inconsistent users by @YDX-2147483647 in https://github.com/BITNP/bitsrun/pull/37

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

- Python
Published by spencerwooo about 3 years ago

https://github.com/bitnp/bitsrun - v3.5.1

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

bash $ bitsrun status --json

What's Changed

  • feat: output status in JSON by @YDX-2147483647 in https://github.com/BITNP/bitsrun/pull/34

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

- Python
Published by spencerwooo about 3 years ago

https://github.com/bitnp/bitsrun - v3.5.0

What's Changed

  • fix: logout now only logs current device out by @spencerwooo in https://github.com/BITNP/bitsrun/pull/25

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

- Python
Published by spencerwooo over 3 years ago

https://github.com/bitnp/bitsrun - v3.4.1

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:

shell pipx upgrade bitsrun

What's Changed

  • chore(deps): update dependency pre-commit to v3 by @renovate in https://github.com/BITNP/bitsrun/pull/16
  • chore(deps): update dependency ruff to ^0.0.235 by @renovate in https://github.com/BITNP/bitsrun/pull/17
  • feat: migrate package manager to pdm by @spencerwooo in https://github.com/BITNP/bitsrun/pull/20
  • refactor: use httpx as http client in place of requests by @spencerwooo in https://github.com/BITNP/bitsrun/pull/21
  • feat: get status and a unified endpoint for ac_id and ip by @spencerwooo in https://github.com/BITNP/bitsrun/pull/23

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

- Python
Published by spencerwooo over 3 years ago

https://github.com/bitnp/bitsrun - v3.4.0

This should be superseded by v3.4.1

- Python
Published by spencerwooo over 3 years ago

https://github.com/bitnp/bitsrun - v3.3.1

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

  • Configure Renovate by @renovate in https://github.com/BITNP/bitsrun/pull/11
  • chore(deps): update dependency ruff to ^0.0.231 by @renovate in https://github.com/BITNP/bitsrun/pull/13
  • chore(deps): update pypa/gh-action-pypi-publish digest to 7eb3b70 by @renovate in https://github.com/BITNP/bitsrun/pull/12
  • fix: config root missing $HOME/.config/bitsrun/ on macOS by @spencerwooo in https://github.com/BITNP/bitsrun/pull/15

New Contributors

  • @renovate made their first contribution in https://github.com/BITNP/bitsrun/pull/11

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

- Python
Published by spencerwooo over 3 years ago

https://github.com/bitnp/bitsrun - v3.3.0

screenshot

To update:

bash 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

  • refactor: use explicit login and logouts by @spencerwooo in https://github.com/BITNP/bitsrun/pull/8
  • feat: better error handling and type defs by @spencerwooo in https://github.com/BITNP/bitsrun/pull/9

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

- Python
Published by spencerwooo over 3 years ago

https://github.com/bitnp/bitsrun - v3.2.4

This tag tracks all changes up until v2.0.0. (The repo was not seriously managed up until now. The package was only published on PyPI on v3 and above.)

What's Changed

  • Version update - v2.0.0 by @spencerwooo in https://github.com/BITNP/bitsrun/pull/1
  • Config paths by @YDX-2147483647 in https://github.com/BITNP/bitsrun/pull/3
  • Pre-commit, CI, and auto-publishing by @spencerwooo in https://github.com/BITNP/bitsrun/pull/6
  • Use click.echo() for colored outputs by @spencerwooo in https://github.com/BITNP/bitsrun/pull/7

New Contributors

  • @spencerwooo made their first contribution in https://github.com/BITNP/bitsrun/pull/1
  • @YDX-2147483647 made their first contribution in https://github.com/BITNP/bitsrun/pull/3

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

- Python
Published by spencerwooo over 3 years ago