2015-02-11 14:43:37 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
### master
|
2019-02-07 12:32:58 +00:00
|
|
|
- bugfix: "auto restore" feature stopped working
|
2019-07-13 15:07:06 +00:00
|
|
|
- bugfix: prevent race condition when auto-saving with locks (@v9v)
|
2018-02-23 18:09:57 +00:00
|
|
|
- Multiple users on a system can now each run continuum on their own.
|
2015-03-14 14:56:37 +00:00
|
|
|
|
|
|
|
### v3.1.0, 2015-03-14
|
2015-02-20 14:48:36 +00:00
|
|
|
- properly quote scripts
|
2015-02-20 22:20:10 +00:00
|
|
|
- bugfix: "auto restore" feature does not work on tmux `1.9a`
|
2015-03-14 14:55:00 +00:00
|
|
|
- bugfix: do not count `tmux source-file .tmux.conf` as a tmux process (when
|
|
|
|
checking if other tmux server is running). Previously, this caused
|
|
|
|
interpolation command not to be inserted into `status-right` because `tmux
|
|
|
|
source-file` was falsely detected as another tmux server.
|
2015-11-29 17:28:51 +00:00
|
|
|
- add `#{continuum_status}` status line interpolation
|
2015-02-20 13:58:30 +00:00
|
|
|
|
|
|
|
### v3.0.0, 2015-02-20
|
2015-02-20 12:38:09 +00:00
|
|
|
- rename the plugin from `tmux-resurrect-auto` to `tmux-continuum`
|
2015-02-20 01:59:47 +00:00
|
|
|
|
|
|
|
### v2.2.0, 2015-02-20
|
2015-02-20 01:59:15 +00:00
|
|
|
- document tmux multi-server behavior in the readme
|
2015-02-19 15:24:00 +00:00
|
|
|
- do not auto-restore tmux environment if another tmux server is already running
|
|
|
|
(we don't want to duplicate stuff)
|
2015-02-19 12:43:41 +00:00
|
|
|
- bugfixes for 'tmux auto start' OS X Terminal.app and iTerm scripts
|
2015-02-19 23:53:42 +00:00
|
|
|
- prevent saving for the first 15 minutes only when plugin is sourced the first
|
|
|
|
time (not on subsequent sources or tmux.conf reloads)
|
2015-02-20 01:05:58 +00:00
|
|
|
- do not start auto-saving if there's another tmux server running (we don't want
|
|
|
|
for save files from various tmux environments to override each other)
|
2015-02-18 15:52:43 +00:00
|
|
|
|
|
|
|
### v2.1.0, 2015-02-18
|
2015-02-17 16:13:21 +00:00
|
|
|
- enable "tmux auto start" for OS X
|
2015-02-18 14:14:11 +00:00
|
|
|
- enable customizing "tmux auto start" for OS X
|
2015-02-18 15:24:01 +00:00
|
|
|
- fix errors when creating a launchd plist file for auto-start on OS X
|
2015-02-15 21:34:41 +00:00
|
|
|
|
|
|
|
### v2.0.0, 2015-02-15
|
2015-02-15 13:36:06 +00:00
|
|
|
- enable automatic environment restore when tmux is started
|
2015-02-12 15:14:42 +00:00
|
|
|
|
|
|
|
### v1.0.0, 2015-02-12
|
2015-02-11 14:43:37 +00:00
|
|
|
- first working version
|
2015-02-11 15:01:20 +00:00
|
|
|
- run the save script in the background
|
2015-02-12 00:31:56 +00:00
|
|
|
- do not start saving right after tmux is started
|
2015-02-12 02:37:34 +00:00
|
|
|
- add a check for tmux version to the initializer script
|
2015-02-12 14:42:18 +00:00
|
|
|
- when interval is set to '0' autosave is disabled
|
2015-02-12 14:45:16 +00:00
|
|
|
- bugfix: helper files not loaded
|
2015-02-12 15:01:30 +00:00
|
|
|
- update readme with the instructions how to disable auto saving
|