tmux-resurrect/CHANGELOG.md
Bruno Sutic ecc42c5a56
Save and restore active pane
Active pane is restored for each window with multiple panes.

Closes #5
2014-08-26 18:54:39 +02:00

516 B

Changelog

master

  • save and restore current and alternate session
  • fix a bug with non-existing window names
  • restore active pane for each window that has multiple panes

v0.0.2, 2014-08-26

  • saving a new session does not remove the previous one
  • make the directory where sessions are stored configurable
  • support only Tmux v1.9 or greater
  • display a nice error message if saved session file does not exist
  • added README

v0.0.1, 2014-08-26

  • started a project
  • basic saving and restoring works