Bitsrun

Latest version: v3.7.1

Safety actively analyzes 682441 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 9

3.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

3.3

+ config 的 debug 字段修改为 log 字段,若有需要请手动替换或者重新生成配置文件 11
+ 添加更多多网卡模式日志
+ 优化若干

3.3.0

<img src="https://user-images.githubusercontent.com/32114380/214327756-290b536e-f376-4c4a-8080-22b26ee8f921.png" alt="screenshot" width="800" />

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

3.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

3.2

+ 更换日志组件
+ 提升 http client 复用
+ UserType 为空时去除 ``
+ 提供对 docker 的支持

3.2beta

+ 更换日志组件
+ 提升 http client 复用
+ UserType 为空时去除 ``

Page 3 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.