Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 2 KB

File metadata and controls

63 lines (47 loc) · 2 KB

Changelog

0.3.0 (UNRELEASED)

Added

  • Configuration field keep_timeboxes to configure the maximum number of timeboxes to retain in state per user per channel.
  • Configuration field keep_duration_seconds to configure the maximum duration for which timeboxes are retained in state.
  • Configuration field max_print_channel to configure the maximum number of timeboxes to be listed in a channel in response to list or mine commands.
  • Configuration field max_print_private to configure the maximum number of timeboxes to be listed in private message in response to list or mine commands.
  • Configuration field default_duration_minutes to configure the default duration of a timebox.
  • Configuration field duration_multiple_minutes to configure the number that the duration of a timebox (in minutes) must be a multiple of.
  • Configuration field min_duration_minutes to configure the minimum allowed duration of a timebox.
  • Configuration field max_duration_minutes to configure the maximum allowed duration of a timebox.

0.2.0 (2024-08-03)

Added

  • Support for timeboxes started by users from Matrix rooms bridged to IRC channels using NIMB.
  • Command summary to display summary of timeboxes run across all channels.
  • Command version to display version, copyright, and license details.

Changed

  • Show abbreviated weekday in start times of timeboxes.

0.1.0 (2024-07-02)

Added

  • Command begin to start a timebox.
  • Command cancel to cancel a timebox.
  • Command delete to delete a timebox.
  • Command list to list completed timeboxes in channel.
  • Command mine to list completed timeboxes in channel.
  • Command running to list running timeboxes.
  • Command time to display current time.
  • Command help to display usage message.
  • Support for tracking timeboxes across multiple channels.
  • Support for tracking timeboxes started over private message.