Browse Source

Bump version

Overview of changes:

 *  Properly filter subcommands on listing

    In contexts like main --help and tab completion, Saturnin would show
    also arbitrary files from libexec that did not start with dedicated
    prefix ($SATURNIN_LIBEXEC_PREFIX).  This was a mistake and was never
    intended to work that way.

 *  Hook code is now run as separate bash process

    Running it within sub-command code was a little bit too unsafe;
    there's no need to be evil^Weval here.

 *  Rewrote saturnin__version() (used for app --version)

    Newly, --version will only incorporate tagline if it was defined in
    mkit.ini.

    Also "Powered by Saturnin" line has been added so that we don't have
    to ask user every time.

 *  Added --saturnin-get-saturnin-version

    It's a good idea to include this with test reports and the like so
    we're making it more accessible to scripts.

 *  API documentation clarifications

 *  Codebase maintenance

 *  Refactoring for code readability
Alois Mahdal 7 years ago
parent
commit
d63a1a382d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini View File

1
 #mkit version=0.0.14
1
 #mkit version=0.0.14
2
 
2
 
3
 [project]
3
 [project]
4
-    version     = 0.4.2
4
+    version     = 0.4.3
5
     codename    = DoktorV
5
     codename    = DoktorV
6
     name        = Saturnin
6
     name        = Saturnin
7
     tagline     = Spirit of your toolbox
7
     tagline     = Spirit of your toolbox