- FEATURE on --ostype to get a list of nodes that match a particular OS Type (junos, routeros, ios) (by InsaneSplash)
- FEATURE on --dryrun to get a list of nodes without running a command (by @nertwork)
- BUGFIX: errors with large config files running in ruby threads - forking instead (by @nertwork)
- FEATURE on --regex to run commands on hosts matching a regex (by @nertwork)
- FEATURE on -g to run commands on entire group (by @nertwork)
- FEATURE on -r to thread commands run on entire group (by @nertwork)
- BUGFIX: fix for replacing escaped newlines in config files (by @nertwork)
- FEATURE on -x disable ssh exec mode (by @nickhilliard)
- BUGFIX: fix for oxidized refactored code
- BUGFIX: initialize manager only once