Skip to content

Releases: tmuxinator/tmuxinator

v3.3.3

19 Nov 13:53
Compare
Choose a tag to compare

3.3.3

Features

  • Add active (-a) option to tmuxinator list

Full Changelog: v3.3.2...v3.3.3

v3.3.2

24 Oct 00:46
Compare
Choose a tag to compare

3.3.2

Misc

  • Bump patch versions of Ruby 3.1, 3.2, 3.3 in the test matrix

tmux

  • Add tmux 3.5a to test matrix

Full Changelog: v3.3.1...v3.3.2

v3.3.1

29 Sep 14:44
Compare
Choose a tag to compare

3.3.1

Misc

  • Update Ruby 3.1, 3.2, 3.3 in the test matrix; rm ruby 3.0

tmux

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

Fixes

  • Don't unset TMUX env variable for new-session

New Contributors

Full Changelog: v3.3.0...v3.3.1

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