Releases: lpenz/stdecor
Releases · lpenz/stdecor
v0.1.12
v0.1.11
Commits
- 57f29e6: Add ascii demo infra; add demo-ping.gif to README.md (Leandro Lisboa Penz)
- upgrade ghworkflow-rust to v0.23.1, and actions (Leandro Lisboa Penz)
- d627550: Use ISO 8601 / RFC 3339 for date-time format (Leandro Lisboa Penz)
- d3c1979: Do not add two spaces when prefix is not set (Leandro Lisboa Penz)
- 6130f70: Increment version to 0.1.11 (Leandro Lisboa Penz)
- cd9471a: flake.*: update to v0.1.11 (Leandro Lisboa Penz)
v0.1.10
Commits
- 927d595: ci.yml: update actions, ubuntu releases (Leandro Lisboa Penz)
- 37500d4: flake.nix: use nix 23.11, update stdecor to 0.1.9 (Leandro Lisboa Penz)
- e395984: Upgrade dependencies (Leandro Lisboa Penz)
- 87ecec3: ci.yml: upgrade github actions (Leandro Lisboa Penz)
- d559d5c: Fix issue of getting stuck when streams eof before process is done (Leandro Lisboa Penz)
- 1a63787: Improve tracing messages (Leandro Lisboa Penz)
- 8797d41: Increment version to 0.1.10 (Leandro Lisboa Penz)
v0.1.9
v0.1.8
v0.1.7
v0.1.6
Commits
- bee21db: Use the lineriver crate (Leandro Lisboa Penz)
- include manual in github release (Leandro Lisboa Penz)
- b897b9f: Increment version to 0.1.6 (Leandro Lisboa Penz)
v0.1.5
Commits
- a4ec267: flake.nix: upgrade nix version to 0.1.4 (Leandro Lisboa Penz)
- 25c6fb6: Use terminal width on executed commands (Leandro Lisboa Penz)
- 2f1f793: No longer use tokio on pipes (Leandro Lisboa Penz)
- 828efad: No longer use tokio in runner - i.e. no tokio at all (Leandro Lisboa Penz)
- print stderr to stderr instead of stdout (Leandro Lisboa Penz)
- 3602666: Increment version to 0.1.5 (Leandro Lisboa Penz)
v0.1.4
Commits
- f67e1b9: Factor out "decorate" function and add a test for it (Leandro Lisboa Penz)
- a9809f2: Add a man page (Leandro Lisboa Penz)
- 8712cb4: README.md: intro and installation instructions (Leandro Lisboa Penz)
- a62a38f: Use a BufWriter for output instead of creating an intermediary string (Leandro Lisboa Penz)
- d096902: Move decorator and pipe to their own file (Leandro Lisboa Penz)
- ec426ce: Move Cli to bin/, receive parameters as arguments (Leandro Lisboa Penz)
- 884a478: Factor out Decor to hold decorator data and methods (Leandro Lisboa Penz)
- 76acf0b: Detect terminal prefix and wrap lines manually to properly add prefix (Leandro Lisboa Penz)
- b5d7b3c: Increment version to 0.1.4 (Leandro Lisboa Penz)
v0.1.3
Commits
- c45f204: Add a flake.nix/lock, deploy to cachix on main (Leandro Lisboa Penz)
- make the command to run a required argument (Leandro Lisboa Penz)
- 20d7087: Implement -p/--prefix to add prefix to both stdout+stderr (Leandro Lisboa Penz)
- c746dcb: Use a single do_write function for both stdout and stderr (Leandro Lisboa Penz)
- 2d39489: Exit the process with the exitstatus of the callee (Leandro Lisboa Penz)
- d5f9f05: Implement -d/--date that adds date-time information to the output (Leandro Lisboa Penz)
- a1fb6f8: Implement pipe mode for when there are no arguments (Leandro Lisboa Penz)
- 1eb68e2: Increment version to 0.1.3 (Leandro Lisboa Penz)