Tmuxinator v0.10.0 Release Notes

    • ๐Ÿ›  Fix a bug causing the user's global pane-base-index setting not to be respected
    • โœ‚ Remove Object#blank? monkey patch (#458)
    • ๐Ÿ”ง Add Project Configuration Location entry to README (#360, #534)
    • ๐Ÿ‘ป Attach original exception message to exception re-raised by Project::load
    • โœ‚ Remove unused attr_readers from Tmuxinator::Window
    • โž• Add ability for pre_window commands to parse yaml arrays
    • ๐Ÿ”จ Refactor Tmuxinator::Config by extracting a Tmuxinator::Doctor class (#457)
    • Fix a bug where startup_window and startup_pane were not respected if running tmuxinator from within an existing tmux session (#537)
    • ๐Ÿ›  Fix a bug causing the pane-base-index option to override base-index

    Misc

    • โœ‚ Removed support for Ruby 1.9.3, 2.0, & 2.1
    • ๐Ÿšš Move gem dependencies from Gemfile to tmuxinator.gemspec
    • โž• Add tmux 2.2 and 2.3 the TravisCI test matrix
    • ๐Ÿ›  Fix typos
    • ๐Ÿ‘Œ Support user-specified and XDG Base Dirs configuration directories

    ๐Ÿ†• New Features

    • add on_project_start, on_project_first_start, on_project_restart, on_project_exit and on_project_stop hooks for project