NickelMenu v0.1.0
This release is the first major feature update for NickelMenu.
- You can now execute chained actions depending on the result of the previous one using `chain_always`, `chain_success` or `chain_failure` (#11).
- To make usage more clear, `chain` has been deprecated in favour of `chain_success` (#33).
- You can now wait for a command to execute without showing the output with the new `quiet` option for `cmd_output` (#9).
- NickelMenu now supports dynamically generated menu items (#4).
- You can now automatically generate menu items for KFMon launchers using the new `kfmon` generator (#29).
- Special hidden files are now ignored during configuration file parsing (#27).
- More examples which make use of the new features have been added to the documentation.
- The current version is now written to the log.
- A few memory leaks have been fixed.
- A new build option has been added for @NiLuJe's one-click packages for Plato/KOReader to automatically uninstall NickelMenu when deleting the configuration directory.
See the
release on GitHub for more details.