2014-08-25 19:52:07 +00:00
|
|
|
# Changelog
|
|
|
|
|
2014-08-26 12:58:53 +00:00
|
|
|
### master
|
2014-08-28 22:41:13 +00:00
|
|
|
- bugfix: when top is running the pane `$PWD` can't be saved. This was causing
|
|
|
|
issues during the restore and is now fixed.
|
2014-08-28 22:19:22 +00:00
|
|
|
|
|
|
|
### v0.2.0, 2014-08-29
|
2014-08-28 11:43:04 +00:00
|
|
|
- bugfix: with vim 'session' strategy, if the session file does not exist - make
|
2014-08-28 21:39:53 +00:00
|
|
|
sure vim does not contain `-S` flag
|
|
|
|
- enable restoring programs with arguments (e.g. "rails console") and also
|
|
|
|
processes that contain program name
|
2014-08-28 22:17:02 +00:00
|
|
|
- improve `irb` restore strategy
|
2014-08-28 11:20:09 +00:00
|
|
|
|
|
|
|
### v0.1.0, 2014-08-28
|
2014-08-28 10:45:01 +00:00
|
|
|
- refactor checking if saved tmux session exists
|
2014-08-28 10:58:07 +00:00
|
|
|
- spinner while tmux sessions are restored
|
2014-08-27 23:11:56 +00:00
|
|
|
|
|
|
|
### v0.0.5, 2014-08-28
|
2014-08-26 22:11:13 +00:00
|
|
|
- restore pane processes
|
2014-08-27 11:12:32 +00:00
|
|
|
- user option for disabling pane process restoring
|
2014-08-27 14:15:07 +00:00
|
|
|
- enable whitelisting processes that will be restored
|
2014-08-27 19:31:10 +00:00
|
|
|
- expand readme with configuration options
|
2014-08-27 22:43:31 +00:00
|
|
|
- enable command strategies; enable restoring vim sessions
|
2014-08-27 23:09:55 +00:00
|
|
|
- update readme: explain restoring vim sessions
|
2014-08-26 18:58:18 +00:00
|
|
|
|
|
|
|
### v0.0.4, 2014-08-26
|
2014-08-26 18:19:34 +00:00
|
|
|
- restore pane layout for each window
|
2014-08-26 18:56:40 +00:00
|
|
|
- bugfix: correct pane ordering in a window
|
2014-08-26 17:18:24 +00:00
|
|
|
|
|
|
|
### v0.0.3, 2014-08-26
|
2014-08-26 15:23:20 +00:00
|
|
|
- save and restore current and alternate session
|
2014-08-26 15:28:40 +00:00
|
|
|
- fix a bug with non-existing window names
|
2014-08-26 16:54:39 +00:00
|
|
|
- restore active pane for each window that has multiple panes
|
2014-08-26 17:16:51 +00:00
|
|
|
- restore active and alternate window for each session
|
2014-08-26 14:08:09 +00:00
|
|
|
|
|
|
|
### v0.0.2, 2014-08-26
|
2014-08-26 13:31:47 +00:00
|
|
|
- saving a new session does not remove the previous one
|
2014-08-26 13:40:50 +00:00
|
|
|
- make the directory where sessions are stored configurable
|
2014-08-26 13:47:31 +00:00
|
|
|
- support only Tmux v1.9 or greater
|
2014-08-26 13:52:07 +00:00
|
|
|
- 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
|