Skip to content

Latest commit

 

History

History
76 lines (38 loc) · 3.44 KB

File metadata and controls

76 lines (38 loc) · 3.44 KB

2.1.2 (2025-02-13)

Features

2.1.1 (2025-02-13)

Bug Fixes

  • COMMAND_EXECUTION_TIMER_VERSION: play nice with 'source'ing zshrc (0328693)

2.1.0 (2025-01-30)

Features

  • COMMAND_EXECUTION_TIMER_PRINT_DURATION_AFTER_COMMAND_OUTPUT: add option (956d23b)

v2.0.0 (2024-10-07)

Migrating

This major version ships breaking changes. Notably:

  • The hook function is now command_execution_timer__print_duration_after_command_output. Previously it was append_command_execution_duration. See Docs > Usage.

  • The default COMMAND_EXECUTION_TIMER_PREFIX is now nothing. Previously it was "Took ". See Docs > Options.

Staying on v1.x

See Docs > Installation > Legacy versions.

Changes

Bug Fixes

  • prompt substitution: turn on (8995ab9)

Features

  • command_execution_timer__format: error on invalid COMMAND_EXECUTION_TIMER_FORMAT (e36ebbd)
  • command_execution_timer__print_duration_after_command_output: replaces append_command_execution_duration (d6f0b7a)
  • COMMAND_EXECUTION_TIMER_PREFIX: no default (044474b)
  • formatter: support passing in a value (a2a0a49)
  • formatting, hook: prefix+foreground in hook, not formatted str (0191220)
  • homebrew: bump formulae on release, with github actions (27b8416)
  • threshold: only applies to hook (ba2550b)
  • version: add variable (1102203)

v1.0.1 (2020-07-11)

Bug fixes

v1.0.0 (2020-07-11)

Features

  • zsh support
  • available on Homebrew
  • COMMAND_EXECUTION_DURATION variable
  • options COMMAND_EXECUTION_TIMER_THRESHOLD, COMMAND_EXECUTION_TIMER_PRECISION, COMMAND_EXECUTION_TIMER_FOREGROUND, COMMAND_EXECUTION_TIMER_FORMAT, COMMAND_EXECUTION_TIMER_PREFIX
  • append_command_execution_duration hook