Tags: thedanielfactor/tmuxinator
Tags
- Fix a bug causing the user's global pane-base-index setting not to be respected - Remove Object#blank? monkey patch (tmuxinator#458) - Add _Project Configuration Location_ entry to README (tmuxinator#360, tmuxinator#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 (tmuxinator#457) - Fix a bug where startup_window and startup_pane were not respected if running tmuxinator from within an existing tmux session (tmuxinator#537) - Fix a bug causing the pane-base-index option to override base-index - 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 - add on_project_start, on_project_first_start, on_project_restart, on_project_exit and on_project_stop hooks for project
v0.9.0 - Temporarily hiding Shorthand entry in README.md to prevent new bug reports about the mux symlink being broken - Use `alias` (bash, zsh) and `abbr` (fish) instead of a symlink to hash `mux`. tmuxinator#401 - replace instances of `File.exists?` (deprecated) with `File.exist?` - Refactor Config.root - Allow mulitple panes to be defined using yaml hash or array tmuxinator#266, tmuxinator#406 - Add `startup_pane` tmuxinator#380 - Add synchronizations panes support tmuxinator#97 - Add `before` and `after` options to synchronization functionality - Add deprecation warning if `synchronize: true` or `before` is used - Supress `tmux ls` non-zero exit status/message when no sessions exist (tmuxinator#414) - Will no longer crash when no panes are specified in a window - Locking activesupport at < 5.0.0 to prevent broken builds on Ruby < 2.2.3 - Fixed whitespace issues in help
v0.8.0 New features - Add support for deleting multiple projects at once, using `mux delete <p1> <p2> ...` - Add stop command to kill tmux sessions Bugfixes - Bugfix for issue with using numbers as window names - Bugfix for zsh-completion loading throwing an error if tmuxinator is not yet available. - Bugfix for using `mux delete` to delete local projects
PreviousNext