Skip to content

Releases: tmuxinator/tmuxinator

v3.3.0

17 Jun 12:21
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Detect relative window root, join with project root

Fixes

  • Session path is project root, not first window root

Misc

  • Unpin activesupport as a development depenedency

Full Changelog: v3.2.1...v3.3.0

v3.2.1

23 May 10:44
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Use tmux -c if available to reduce spam

Fixes

  • Fix pane title configuration options only applying to first window

Full Changelog: v3.2.0...v3.2.1

v3.2.0

18 Apr 12:50
5220494
Compare
Choose a tag to compare

What's Changed

Third-party Dependencies

  • Replace erubis with erubi #793
  • Upgrade rubocop to 0.61 for Ruby > 3.0 support #905

Enhancements

  • Add configuration options for pane titles #892

Fixes

  • Shell escape pane titles to fix multi word and special character titles #902
  • Replace exists? with exist? for Ruby >= 3.2 #889

Misc

  • Remove mux alias from Fish and Bash completions #906
  • Add Ruby 3.2, 3.1 to the test matrix; rm ruby < 3 #907

New Contributors

Full Changelog: v3.1.2...v3.2.0

v3.1.2

16 Feb 23:40
e7b5a98
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fix tmux 3.4 version in the supported versions list

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

15 Feb 00:49
9918ed6
Compare
Choose a tag to compare

What's Changed

Enhancements

  • add support for stop command without project name
  • add support for optional --project-config flag to tmuxinator stop command

Misc

  • Fix typos and remove extra whitespace
  • Set pane title if provided in config file

tmux

  • Add tmux 3.4 to test matrix
  • Add tmux 3.4 to supported tmux versions list

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

08 Jan 18:42
Compare
Choose a tag to compare
  • add a FAQ entry about how long commands may be lost/corrupted by TTY typeahead
  • increment thor minor version in tmuxinator.gemspec

v3.0.5

09 Jun 14:28
Compare
Choose a tag to compare
  • add support for tmux 3.3a

v3.0.4

03 Jun 15:55
Compare
Choose a tag to compare
  • Fix tmux 3.3 version detection

v3.0.3

02 Jun 13:24
Compare
Choose a tag to compare

3.0.3

Misc

  • use stable tmux links in README.md

tmux

  • add tmux 3.3 to (currently defunct) Travis test matrix; add 3.3 to supported tmux versions list

v3.0.2

16 Feb 18:15
Compare
Choose a tag to compare

Bump tmuxinator to 3.0.2.

  • Bump Thor dependency to fix DidYouMean deprecation warning (#848)
  • Fix version typo in CHANGELOG.md (3.1.0 => 3.0.1)