tmux-resurrect/CHANGELOG.md

44 lines
1.4 KiB
Markdown
Raw Normal View History

2014-08-25 21:52:07 +02:00
# Changelog
2014-08-26 14:58:53 +02:00
### master
2014-08-29 00:19:22 +02:00
### v0.2.0, 2014-08-29
- bugfix: with vim 'session' strategy, if the session file does not exist - make
sure vim does not contain `-S` flag
- enable restoring programs with arguments (e.g. "rails console") and also
processes that contain program name
- improve `irb` restore strategy
2014-08-28 13:20:09 +02:00
### v0.1.0, 2014-08-28
- refactor checking if saved tmux session exists
- spinner while tmux sessions are restored
2014-08-28 01:11:56 +02:00
### v0.0.5, 2014-08-28
2014-08-27 00:11:13 +02:00
- restore pane processes
- user option for disabling pane process restoring
- enable whitelisting processes that will be restored
2014-08-27 21:31:10 +02:00
- expand readme with configuration options
- enable command strategies; enable restoring vim sessions
2014-08-28 01:09:55 +02:00
- update readme: explain restoring vim sessions
2014-08-26 20:58:18 +02:00
### v0.0.4, 2014-08-26
- restore pane layout for each window
- bugfix: correct pane ordering in a window
2014-08-26 19:18:24 +02: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 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