tmux-resurrect/CHANGELOG.md

26 lines
726 B
Markdown
Raw Normal View History

2014-08-25 19:52:07 +00:00
# Changelog
2014-08-26 12:58:53 +00:00
### master
2014-08-26 22:11:13 +00:00
- restore pane processes
2014-08-26 18:58:18 +00:00
### v0.0.4, 2014-08-26
- restore pane layout for each window
- bugfix: correct pane ordering in a window
2014-08-26 17:18:24 +00:00
### v0.0.3, 2014-08-26
- 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
- restore active and alternate window for each session
2014-08-26 14:08:09 +00:00
### 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
2014-08-26 14:07:04 +00:00
- added README
2014-08-26 12:58:53 +00:00
### v0.0.1, 2014-08-26
2014-08-25 19:52:07 +00:00
- started a project
2014-08-26 12:58:53 +00:00
- basic saving and restoring works