diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-07-27 23:22:54 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-07-27 23:22:54 +0100 |
commit | 6b60a5c6d6629cf7b9431125a4625808f9ee6b3c (patch) | |
tree | 12772f228130e2c6972993be0c1f059cacbf6a0c | |
parent | 147740ed40ae78af2328b7196648d00be8c05dee (diff) | |
download | rtmux-6b60a5c6d6629cf7b9431125a4625808f9ee6b3c.tar.gz rtmux-6b60a5c6d6629cf7b9431125a4625808f9ee6b3c.tar.bz2 rtmux-6b60a5c6d6629cf7b9431125a4625808f9ee6b3c.zip |
Update CHANGES.
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ CHANGES FROM 2.5 to master +* Add pane_at_left, pane_at_right, pane_at_top and pane_at_bottom formats. + +* Make bell, activity and silence alerting more consistent by: removing the + bell-on-alert option; adding activity-action and silence-action options with + the same possible values as the existing bell-action; adding a "both" value + for the visual-bell, visual-activity and visual-silence options to trigger + both a bell and a message. + * Add a pane_pipe format to show if pipe-pane is active. * Block signals between forking and resetting signal handlers so that the |