Skip to content

Releases: markbenvenuto/mrlog

v0.2.2

23 May 20:12
Compare
Choose a tag to compare

Install mrlog 0.2.2

Releaes Notes

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

10 Apr 22:56
Compare
Choose a tag to compare

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)

10 Apr 19:47
Compare
Choose a tag to compare

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

19 Feb 23:38
Compare
Choose a tag to compare
Pre-release

Initial Version