Releases: lxl66566/bpm
Releases · lxl66566/bpm
bpm v2.2.9
bpm v2.2.6
fix:
- If there's only one dir under pkgsrc, it will be installed to
/usr/bin
. The bug was found on installing fastfetch. - architecture match failed on linux x86_64
- be able to install
$pkgsrc/usr
feat: -quiet
enhance. now-q
will not print log.info.- now bpm can install services!
bpm v2.2.5
feat:
- support minimal python version: 3.9
- add
--filter
to install param
fix:
- cannot extract 7z file
bpm v2.2.4
feat:
- install from github url
- update from local
bpm v2.2.3
bug fix:
- fix completions mode incorrect
- update on windows will reset the alias
- update on windows may break installed_list
bpm v2.2.2
bug fix:
- install failed on non-exist completion location
- pltfm variable error
feature: - set environment variable
DEBUG
to anything to enable debug logging output
bpm v2.2.1
bug fix:
- fix select armv7 asset in x86_64 windows
feature:
- improve searching logic, now bpm will download and install the first asset if asset name did not specify its platform and architecture. That's useful for some bad-naming windows package.
bpm v2.2.0
BREAKING CHANGE:
- change default search order from
stars
to best match.- If you want to use
stars
match anyway, use--sort stars
.
- If you want to use
features:
- you can install from local package by parsing
--local <package>
-l <package>
- add remove
--soft
to delete database record only, do not delete software itself.
bpm v2.1.1
feature:
- add install
--interactive
-i
, interactively choose asset.
bpm v2.1.0
feature:
- improve installation on windows, now it will create both lnk and cmd, former for GUI and latter for CLI.
NOTE:
You may need to reinstall all softwares to use new alias command.