Releases 10

For tarballs and release assets from this project, see releases.pagure.org/bmo.

If the developers have uploaded one or more tarball(s), you will be able to find them in the release folder.

The CHECKSUMS file contains the checksums (SHA256 and SHA512) of the files uploaded to pagure.

To use this file, simply download it next to the tarball you downloaded and run sha512sum -c CHECKSUMS

Getting source for a release

Clone the repository, then use git archive to create a tarball for any tag:

git clone https://pagure.io/bmo.git
cd bmo
git archive --format=tar.gz --prefix=bmo-<TAG>/ -o bmo-<TAG>.tar.gz <TAG>

Replace <TAG> with the tag name (e.g. v1.0.0). For a zip archive use --format=zip and .zip as the output extension.

v0.1.8
BMO v0.1.8 -
7b16ce3c17330a3889d933c474a8aa1cde3ce992
BMO v0.1.8 - Overview of changes: * Dropped support for `destdir` in mka.ini Too dangerous and no real advantage; we'll just use saturnin's app-data (i.e. ~/.local/share/bmo/..). * Minor fixes
v0.1.7
BMO v0.1.7 -
d28d424bcf73f82bed6758e91a577b8a4314e874
BMO v0.1.7 - Overview of changes: * Updated app.skel to use new features from Saturnin v0.5.6 * Added basic sensible.ini * Switched to new branch naming scheme (s/last/latest/) * Improved few usage messages * Fixed minor docstring typo * Improved meta-data structure * Updated MKit to v0.0.40
v0.1.6
BMO v0.1.6 -
d25991d24f95cbfe30e7d62cb7cb4d0b76f61ca4
BMO v0.1.6 - Overview of changes: * Fixed building of RPMs on non-3.7 python3 versions
v0.1.5
BMO v0.1.5 -
8348ff00aa462381f697835ca9d8d955892e5bcf
BMO v0.1.5 - Overview of changes: * Added Python library for parsing bmo-be logs * Fixed Unicode decoding errors bmo-mka will now ensure everything is read as UTF-8 and passed as unicode() to Jinja. * Updated MKit to v0.0.37
v0.1.4
BMO v0.1.4 -
7e5f86afa9b82fc8e8ab9ed0797b6382f8067cac
BMO v0.1.4 - Overview of changes: * Added bmo_beh.sh, bmo-be handler helper functions Contains few functions to help avoid need to put flow control syntax into the handler code. * Added larger units to bmo-nag (days to years) * Suppressed error if deleting non-existent nag flag cache * Improved warning formatting in bmo_be.sh * bmo-be will avoid creating handler temp unnecessarily * Placed main bash completion code correctly under /usr/share/bash-completion * Several improvements to completion code
v0.1.3
BMO v0.1.3 -
e9991acc8508cd274058e3762ba722628ede4481
BMO v0.1.3 - Overview of changes: * Enabled generic hooks for bmo-be User can now also add hook to 'hook.ini' which will be called pre/post any bmo-be call, making it easier to push state changes, if needed. (Similar to bmo-kb and bmo-au.) * Removed performance hog from bmo-be Status overview file got updated several time per a real change; changed code to call it only once per call to a changing API. * Removed useless spot definitions Shipped INI was left with several spots that were actually only used for development testing. It could be nice to give something to user, but OTOH these actual configs could be rather annoying. Rather add proper docs and examples, than bad global configs. (And in the meantime, refer user to own public dotfile collection.) * Fixed junk leak in nag tab completion Tab completion would use full-list, which contains junk like description and actual nag definitions, which turns the completion into a pretty holy mess. * Fixed grep calls to avoid ambiguities See https://github.com/koalaman/shellcheck/issues/1342 * Updated MKit to v0.0.36
v0.1.2
BMO v0.1.2 -
70717f6427e6227a90d69fb2effe823f1c043389
BMO v0.1.2 - Overview of changes: * Added subcommand level tab completion Saturnin v0.5.2 brings in long-awaited support for subcommand tab completion. These are some basic scriptlets; there is space to improve but they are already helpful. * bmo-be now creates status overview files Ideal for conky-like displays, bars and even shell prompts, bmo_be.sh now keeps two files that can be read to keep brief status (SXPR). * Fixed meta.url variable in bmo-mka templates Saturnin v0.5.1 added app-url parameter, so now we can make use of it and have the meta.url variable actually contain something. * Added bmo-menu command to list all menus * Cleaned up and improved bmo_be.sh, mostly internally * Smaller updates, cleanups and fixes
v0.1.1
BMO v0.1.1 -
025701162df34dee575e5a5f8f1fbedefa77bb8d
BMO v0.1.1 - Overview of changes: * Replaced bmo-iam with bmo-be Finally it's time to retire one of the oldest pieces in this toolkit. bmo-be is more flexible and more user friendly. * Added history mode to bmo-menu It's easy now to enable history-based dmenu, ie. user will type items manually but can re-select them later. * bmo-wish now handles multi-byte chars properly Turns out that /usr/bin/tr cannot process multi-byte chars. * Added single-line limit on bmo-nag commands * bmo-clip now correctly saves clips in local data (not cache) * Fixed bmo-menu constantly flipping history * Fixed error in bmo-kb layout checking * Added some basic 101 documents for few utils * Many smaller CLI feedback improvements * Many smaller fixes * Many packaging and meta-data updates and fixes * Updated for Saturnin v0.5.0+ * Updated MKit to v0.0.35
v0.1.0
BMO v0.1.0 -
cb72a5f0177bebf59c8520f573970dcaa72bc518
BMO v0.1.0 - Overview of changes: * Added meat Although solely by yours truly, BMO has already been in active development and use. Given it has never seen light of world really, the version history is not very useful so to avoid the hassle, it seems more reasonable to just squash everything and start over.
v0.0.0
dd61f933128212705c3e97028e51bb0821d454c3