Tmuxinator Changelog

What's new in Tmuxinator 0.6.11

Nov 11, 2015
  • 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

New in Tmuxinator 0.6.10 (Feb 28, 2015)

  • 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

New in Tmuxinator 0.6.8 (Jun 4, 2014)

  • 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

New in Tmuxinator 0.6.5 (Sep 23, 2013)

  • Change deprecation continue message from any key to just the enter key
  • Dramatically clean up the readme to be clearer for new users
  • Update the contributing guide with references to the GitHub styleguide and add examples of how to leave good commit messages
  • Use Erubis to render the project sample and fix a bad binding reference
  • Update the sample project to be much simpler
  • Fix not working delete command #142
  • Fix an error in the bash completion script
  • Fix an issue where the wrong project path was being returned
  • Fix an issue where command aliases were being ignored

New in Tmuxinator 0.5.0 (Feb 7, 2012)

  • Added optional socket name support (Thanks to Adam Walters)
  • Added auto completion (Thanks to Jose Pablo Barrantes)