Releases: joealcorn/cutl
Releases · joealcorn/cutl
v0.1.0
Changelog
- 5ec9acf Initial commit: sawmill structured log viewer
- b7e0f60 Add MIT license
- 2e01753 add go vet to makefile, more trace_ids in dummy data generator
- e39a761 add highlight functionality
- 5c12b93 add highlighting for values matching CEL expressions
- 8538ee0 add preview gif to readme
- 46c95b7 allow for multi-line selection and copying of selected lines
- d5f022f allow greater than / less than filtering on level
- 6151c91 allow passing --filter during plain mode
- 9302909 colour-coded log levels
- 8cd61af commit missing main.go
- 733c396 disk-backed clarification
- fbbf323 fix .gitignore to correctly ignore cutl binary
- c8f7590 fix github username
- 60e084f lots of ux pieces
- c700fa4 readme updates
- 2c05d22 release to homebrew tap via goreleaser
- 0ec5840 remove timestamp key from output
- af2ebf5 rename project
- 435ebfb run gofmt
- a222560 selected line background highlight should span entire line
- 8cafd58 support for logfmt
- b02d17a tests for selection & fix existing