Skip to content

Commit

Permalink
Update Changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trou authored May 20, 2024
1 parent 189b26d commit 1a4fb48
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
* 2024-XX-XX: v1.4 : `crc` can now compute all known types, alg list updated. Add `--recursive` option to `bgrep`, thanks @marius851000!. Add --exclude-chars to `urlenc`, use RFC3986 by default.
* 2024-XX-XX: v1.4 :
* `crc` can now compute all known types, alg list updated.
* Add `--recursive` option to `bgrep`, thanks @marius851000!.
* `urlenc`:
* Add `--exclude-chars`
* Add `-u` to use RFC3986
* Add `--custom` to specify custom list of chars to encode
* 2024-01-24: v1.3 : `slice` now supports non-seekable files. `tsdec` verbose mode. `bgrep` multiple args. Tests now cover real CLI invocations.
* 2023-09-26: v1.2.1: fix CLI flags parsing, add skipping of invalid files in findso
* 2023-08-13: v1.2: inflate/deflate applet ; base64 update: support custom alphabet ; global: check if given value is potentially a file and warn user
Expand Down

0 comments on commit 1a4fb48

Please sign in to comment.