Releases: RajeshkannanRamakrishnan/lv
Releases · RajeshkannanRamakrishnan/lv
v1.0.0
Changelog
- 0db6714 Create CODE_OF_CONDUCT.md
- 3548d77 Create SECURITY.MD
- 163f7a7 Update CONTRIBUTING.md
- 4849768 chore: add test task to mise.toml
- 2e13e6c ci: add github actions workflow and unit tests
- 694c69e doc: update README
- a4e2794 docs(cli): enhance help output with features and examples
- 8beaf9c feat(cli): add --version output and inject release version via ldflags
- 38f3636 feat(input): enable live streaming from stdin
- 4f3ba51 feat(ui): add help menu overlay and enhance status bar
- 30349d6 feat(ui): allow copying selection in filter input mode via Ctrl+y
- 023c407 feat: ignore ds_store
- 1431172 fix(ui): auto-enable follow mode for streaming inputs
- e99d1d7 fix(ui): correct selection offset in non-wrap mode
- f3d7d18 fix(ui): resolve copy selection offsets and bookmark positioning
- 363738d fix(ui): resolve wrap mode selection issues and panic
- bcf4714 fix(ui): restore tail functionality
- 56ff89a fix(ui): set cursor to end when editing existing filter
- 75090e0 fix: stabilize large-file scrolling and disable auto-follow for file startup
- 8432897 ix: replace bufio.Scanner with bufio.Reader to handle long lines
- f1e1028 perf(ui): implement virtualized viewport for huge performance gains
- 23079fd perf(ui): improve large-file ingestion and scrolling stability
- 2047d16 perf(ui): optimize scrolling and rendering performance
- 2038592 perf(ui): optimize scrolling performance in wrap mode
- a4f32f5 test(ui): fix compilation error in model tests
- 6ed12d7 ux(ui): auto-scroll to bottom when enabling follow mode
v0.1.0-beta1
Changelog
- f4d4e8e Initial commit
- 338d6aa build: add Makefile for common dev tasks
- 5f6d78a ci: add goreleaser and github actions for beta releases
- a905db8 feat(ui): implement time travel and jump-to-time functionality
- 3e011a2 feat: add MIT License
- c01a9ea feat: add date range filtering
- 6d2e66c feat: add horizontal scrolling, word wrap, and live tailing
- 4381caa feat: add installation script
- e9d0dfb feat: add precise mouse selection and copy support
- dc8f231 feat: add stack trace folding
- 7483de0 feat: fit window
- 757748a feat: highlight matches
- dc05b1e feat: implement bookmarking/pinning lines
- 0b7b850 feat: implement timeline/histogram view
- 2c79f4f feat: initial implementation of log viewer (lv)
- f787f8c perf(core): optimize large file handling
- ddc79a5 perf: implement lazy rendering for large files