v1.1.10
This release includes the following changes:
- You can remove a program and all documents that belong to it with
bbrf rm <program>
; - You can query the
disabled
property on programs:bbrf programs where disabled is true
; - Bug fixes and various improvements;
To upgrade your client run pip install --upgrade bbrf
. To upgrade your server, run bbrf server upgrade
. Note that this can take a few minutes to complete, depending on the amount of records in your database.