e9991ac Bump version

Authored and Committed by Alois Mahdal 5 years ago
1 file changed. 1 lines added. 1 lines removed.
    Bump version
    
    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
    
        
file modified
+1 -1