tmux-continuum/CHANGELOG.md

46 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2015-02-11 14:43:37 +00:00
# Changelog
### master
- bugfix: "auto restore" feature stopped working
2019-07-13 15:07:06 +00:00
- bugfix: prevent race condition when auto-saving with locks (@v9v)
- 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
- bugfix: "auto restore" feature does not work on tmux `1.9a`
- 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
- document tmux multi-server behavior in the readme
- do not auto-restore tmux environment if another tmux server is already running
(we don't want to duplicate stuff)
- 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)
- 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
- enable "tmux auto start" for OS X
- 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
- 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
- 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