tmuxp v0.8.0 Release Notes

Release Date: 2015-05-07 // almost 9 years ago
    • ๐Ÿ”– version bump 0.1.13 -> 0.8.0
    • ๐Ÿ‘ tmux 2.0 support
    • ๐Ÿ›  Fix documentation for :meth:Session.switch_client().
    • โž• Add --log-level argument.
    • ๐Ÿ”จ Refactor {Server,Session,Window,Pane}.tmux into:

      • :meth:Server.cmd()
      • :meth:Session.cmd()
      • :meth:Window.cmd()
      • :meth:Pane.cmd()

    (See conversation at https://github.com/bitprophet/dotfiles/issues/5)

    • ๐Ÿ”จ Refactor util.tmux into :meth:util.tmux_cmd.