tmux-resurrect/CHANGELOG.md

17 lines
454 B
Markdown
Raw Normal View History

2014-08-25 21:52:07 +02:00
# Changelog
2014-08-26 14:58:53 +02:00
### master
- save and restore current and alternate session
- fix a bug with non-existing window names
2014-08-26 16:08:09 +02: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 16:07:04 +02:00
- added README
2014-08-26 14:58:53 +02:00
### v0.0.1, 2014-08-26
2014-08-25 21:52:07 +02:00
- started a project
2014-08-26 14:58:53 +02:00
- basic saving and restoring works