- Fix autoload flag on zsh via #67
- Fix regex for exact matching
- Fix typo in bash script via #54
- Add bash completion - bunnymatic alexeyshockov via #53
- Add flag for exact match - bunnymatic via #51
- Add 'uninstall' command to remove installed plist
- Add '-s, --symlink' option to symlink on install
- Add Rakefile for development
- Make clear that license is MIT, thanks bf4!
- Ignore case on ls, thanks jpcirrus!
- Add 'show' command to display contents of matching plist file (jonpierce)
- Add '-l' option on 'ls' command to display absolute paths to plist files (jonpierce)
- Fix 'regular expression too big' (jmazzi)
- Allow to force start disabled agents (koraktor)
- Add default output to start and stop (joncooper)
- Add 'edit' command to edit the matching plist file (AndreyChernyh)
- Allow management of daemons in /System/Library/LaunchDaemons when lunchy is run as root (fhemberger)
- Fix install on 1.8.7 (marshally)
- Allow management of daemons in /Library/LaunchDaemons when lunchy is run as root
- New 'install' command to install new plist files (spagalloco)
- Support persistent start/stop
- Fix Ruby 1.8 issues, thanks tmm1!
- Only show agents with plists by default (fhemberger)
- Warn and stop if pattern matches multiple agents (andyjeffries)
- Add 'list', an alias for 'ls' (jnewland)
- Initial release