Skip to content

Tags: p-becker/tmuxinator

Tags

v0.13.0

Toggle v0.13.0's commit message
Version 0.13.0

v0.12.0

Toggle v0.12.0's commit message
Version 0.12.0

v0.11.3

Toggle v0.11.3's commit message
Version 0.11.3

v0.11.2

Toggle v0.11.2's commit message
Version 0.11.2

v0.11.1

Toggle v0.11.1's commit message
Version 0.11.1

v0.11.0

Toggle v0.11.0's commit message
Version 0.11.0

v0.10.1

Toggle v0.10.1's commit message
Version 0.10.1

v0.10.0

Toggle v0.10.0's commit message
- 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

Toggle v0.9.0's commit message
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.1

Toggle v0.8.1's commit message
v0.8.1

Bugfixes

- Fixed broken shell completions