Skip to content

Commit

Permalink
Add a CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ayosec committed Oct 29, 2021
1 parent 5124b1d commit 6a71fd5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## 0.2.1 - 2021-10-29

* Limit how many bytes are copied from the command line with the `TIMEHISTORY_CMDLINE_LIMIT` variable.

## 0.2.0 - 2021-08-30

Configuration is now set with shell variables:

* `TIMEHISTORY_FORMAT` sets the default format string (when `-f` is not given).
* `TIMEHISTORY_LIMIT` sets the maximum history size.

The old system (`-s option=value`) is still available but deprecated. It is hidden from the documentation.

0 comments on commit 6a71fd5

Please sign in to comment.