Browse Source

Bump version

Overview of changes:

 *  Added ability to reload modules

    `shellfu reload` now reloads module that was once loaded.  This
    enables applications re-init modules if they have changed envvars
    that affect them, for example the dumb plugin system in pretty.sh
    can be reinitialized from outside if application wants to change
    messaging mode.

 *  pretty.sh now won't enforce debuging and verbosity modes on import

    Ie. it abandons the habit of setting PRETTY_VERBOSE and PRETTY_DEBUG
    on import; instead properly deals with them missing.  Turns out this
    costs nothing and avoids a mild security risk by relying on value
    comparison instead of running (supposedly!) `true`/`false` builtins.
Alois Mahdal 4 years ago
parent
commit
0922e6f4e6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini View File

@@ -1,5 +1,5 @@
1 1
 [project]
2
-    version     = 0.10.23
2
+    version     = 0.10.24
3 3
     codename    = FloatingPointError
4 4
     name        = Shellfu
5 5
     tagline     = Shell dot on steroids