Releases: markbenvenuto/mrlog
Releases · markbenvenuto/mrlog
v0.2.2
Install mrlog 0.2.2
Releaes Notes
- Add ability to tee output with
-t
- Add color to unit tests
- Start making releases with https://github.com/axodotdev/cargo-dist
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/markbenvenuto/mrlog/releases/download/v0.2.2/mrlog-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/markbenvenuto/mrlog/releases/download/v0.2.2/mrlog-installer.ps1 | iex
Download mrlog 0.2.2
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | mrlog-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | mrlog-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | mrlog-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | mrlog-x86_64-unknown-linux-gnu.tar.xz |
v0.2.1 Fix Linux regression
Linux had a regression in v0.2.0 when it saw a BACKTRACE and no --decode
was provided.
v0.2 - New features (C++ Demangling, DWARF decoding, process exection)
Features
- C++ Symbol Demangling
- Linux decoding of backtraces using Dwarf (use
--decode
) - Sub process execution support with
-e
- Color support
Contributors
@ajdavis
First Version of mrlog
Initial Version