All Versions
50
Latest Version
Avg Release Cycle
57 days
Latest Release
-
Changelog History
Page 4
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
- โ Add support for deleting multiple projects at once, using
-
v0.7.2 Changes
- ๐ Bugfix for attaching to sessions by prefix when running
start
- ๐ Bugfix for "pane could not be created" error
- ๐ Bugfix for attaching to sessions by prefix when running
-
v0.7.1 Changes
- ๐ Bugfix where
mux open
or similar would delete the contents of the file
- ๐ Bugfix where
-
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 ando
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
totype
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