All Versions
50
Latest Version
Avg Release Cycle
57 days
Latest Release
-

Changelog History
Page 4

  • v0.8.0 Changes

    ๐Ÿ†• 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
  • v0.7.2 Changes

    • ๐Ÿ›  Bugfix for attaching to sessions by prefix when running start
    • ๐Ÿ›  Bugfix for "pane could not be created" error
  • v0.7.1 Changes

    • ๐Ÿ›  Bugfix where mux open or similar would delete the contents of the file
  • v0.7.0 Changes

    ๐Ÿ†• New features

    • โž• Add support for starting in detached mode #307
    • ๐Ÿ‘Œ Support windows without names #292, #323
    • โž• Add per project .tmuxinator.yml support #335 :sparkles:
    • ๐Ÿ‘Œ Support passing args on the command line #343 :tada:

    ๐Ÿ› Bug fixes and Misc

    • ๐Ÿ›  Fix some RSpec deprecations
    • Explain what ERB is in the readme #319
    • Prevent project names containing only numbers from raising a NoMethodError #324
    • ๐Ÿ›  Fix YAML syntax highlighting in readme #325
    • โž• Add asset_path helper #326
    • Switch to just plain Rubocop instead of hound #339
    • ๐Ÿ›  Fix typo in readme #346
    • ๐Ÿ›  Fix thor not returning correct exit status #192
    • โž• Add gitter badge
  • v0.6.11 Changes

    • โž• Add aliasing of projects to create multiple sessions for a single project #143, #273
    • ๐Ÿ‘ ERB support for projects #267
    • Post and attach options #293
    • ๐Ÿ›  Fix typo in gemspec #294
    • ๐Ÿ›  Fix completions not searching subdirectory #295
    • โœ‚ Remove duplicate attribute #298
    • ๐Ÿ›  Fix support for tmux 1.8 and below
    • Project cleanup #311
    • ๐Ÿ›  Fix error when no project name is provided #303
  • v0.6.10 Changes

    • Interpret config file as ERB template #255
    • ๐Ÿ›  Fix zsh completions #262
    • Alias e to edit and o to open #275
    • ๐Ÿ›  Fix fish completions #280
    • โž• Add startup_window #282
    • โž• Add per window root option #283
    • ๐Ÿ›  Fix project path detection #274
    • Include completions in gemspec #270
  • v0.6.9 Changes

    • โšก๏ธ Update to RSpec 3.x
    • ๐Ÿ‘ Allow for earlier versions of thor #234, #235
    • โœ‚ Remove dependency on git and fix warnings in gemspec #232, #233, #239
    • Switch from which to type to stop errors in OSX 10.10 #236, #237
    • Optional project root #185, #144
    • Clear rbenv environment variables before starting tmux #208
    • โšก๏ธ Update readme with correct fish completions path #247
    • Escape path to deal with special characters #251, #256, #257
    • ๐Ÿ›  Fix copy overwriting files #254, #258
  • v0.6.8 Changes

    • โœ‚ Remove some duplication #212
    • โž• Add wemux support #88 - Thanks to Andrew Thal (@athal7)
    • ๐Ÿ›  Fix typos in readme #217, #216
    • ๐Ÿ›  Fix encoding bug #229
    • ๐Ÿ›  Fix specs not running due to changes in thor
  • v0.6.7 Changes

    • โœ‚ Remove use of grep for base-index #171
    • ๐Ÿ›  Fix bugs in Tmuxinator::Config.default? #169
    • ๐Ÿ›  Fix path for Rails log in directory sample #177
    • โž• Add completions for fish shell #179
    • ๐Ÿ›  Fix grammar in readme #184
    • ๐Ÿ‘‰ Make commands take precedence over project names #182
    • ๐Ÿ‘Œ Improve error messages when $EDITOR isn't set #186, #194
    • โž• Add confirmation to deletion prompt #197
    • ๐Ÿ›  Fix broken badge references after organisation move
    • โœ‚ Remove dependency on ActiveSupport #199
    • ๐Ÿ›  Fix compatibility with tmux 1.9
  • v0.6.6 Changes

    • ๐Ÿ›  Fix a bug caused by not escaping the root path #145
    • ๐Ÿ›  Fix bash completion with a single argument #148
    • ๐Ÿ›  Fix regression where an array of commands for a window wasn't working #149
    • โž• Add an option to call tmux wrappers or derivatives #154
    • ๐Ÿ”จ Refactor build_panes to always return an array #157
    • Clean up some branching code using .presence #163
    • โœ… Setup TravisCI test matrix for different tmux versions #164
    • ๐Ÿ›  Fix some grammar and spelling in readme #166
    • ๐Ÿ Make multiple commands use tmux's send-keys rather than just using && for both panes and windows #100