Skip to content

Releases: lxl66566/bpm

bpm v2.2.6

14 Apr 11:53
Compare
Choose a tag to compare

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

12 Apr 18:01
Compare
Choose a tag to compare

feat:

  • support minimal python version: 3.9
  • add --filter to install param

fix:

  • cannot extract 7z file

bpm v2.2.4

08 Apr 17:16
Compare
Choose a tag to compare

feat:

  • install from github url
  • update from local

bpm v2.2.3

27 Mar 13:30
Compare
Choose a tag to compare

bug fix:

  • fix completions mode incorrect
  • update on windows will reset the alias
  • update on windows may break installed_list

bpm v2.2.2

25 Mar 08:25
Compare
Choose a tag to compare

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

19 Mar 08:42
Compare
Choose a tag to compare

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

03 Mar 16:05
Compare
Choose a tag to compare

BREAKING CHANGE:

  • change default search order from stars to best match.
    • If you want to use stars match anyway, use --sort stars.

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

20 Feb 12:31
Compare
Choose a tag to compare

feature:

  • add install --interactive -i, interactively choose asset.

bpm v2.1.0

20 Feb 07:59
Compare
Choose a tag to compare

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.

bpm v2.0.2

19 Feb 12:21
Compare
Choose a tag to compare

bug fix:

  • [Errno 18] Invalid cross-device link
  • more string format bug