Skip to content

v0.6

Compare
Choose a tag to compare
@alphapapa alphapapa released this 05 Mar 00:44
· 16 commits to master since this release
v0.6

Additions

  • Command activities-switch-buffer switches to a buffer associated with the current activity (or, with prefix argument, another activity). (A buffer is considered to be associated with an activity if it has been displayed in its tab. Note that this feature currently requires activities-tabs-mode.)
  • Command activities-rename renames an activity.
  • Option activities-after-switch-functions, a hook called after switching to an activity.
  • Option activities-set-frame-name sets the frame name after switching to an activity. (#33. Thanks to JD Smith.)
  • Option activities-kill-buffers, when suspending an activity, kills buffers that were only shown in that activity.

Changes

  • Default time format in activities list.
  • When saving all activities, don't persist to disk for each activity. (#34. Thanks to Al M. for reporting.)