All Versions
48
Latest Version
Avg Release Cycle
57 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
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
-
v0.6.5 Changes
- 🔄 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
-
v0.6.4 Changes
- 🛠 Fixes broken backwards compatibility of multiple pre commands #129
- 🛠 Fixes tmuxinator ignoring project root when started from within a tmux session #132
- ➕ Add gem version badge