Skip to content

Commit 8978282

Browse files
authored
Merge pull request #75 from raaymax/release-please--branches--master--components--lazytail
chore(master): release 0.9.0
2 parents 1d30b9b + 3dcdf69 commit 8978282

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/raaymax/lazytail/compare/v0.8.2...v0.9.0) (2026-03-16)
4+
5+
6+
### Features
7+
8+
* detect stale columnar indexes with partial trust ([#81](https://github.com/raaymax/lazytail/issues/81)) ([cf99bff](https://github.com/raaymax/lazytail/commit/cf99bff5f8e993fc38bce2d8d4df64a8c7c3695e))
9+
* **mcp:** add full_content option to skip line truncation ([#80](https://github.com/raaymax/lazytail/issues/80)) ([f8431c5](https://github.com/raaymax/lazytail/commit/f8431c5654f84be15953ce6d89ef004d69efdc09))
10+
* **tui:** add line wrap mode ([#82](https://github.com/raaymax/lazytail/issues/82)) ([8708b4f](https://github.com/raaymax/lazytail/commit/8708b4f36c2d46e198420b73ba09fb2130cec26c))
11+
12+
13+
### Bug Fixes
14+
15+
* **index:** harden columnar index against corruption and crash recovery ([#83](https://github.com/raaymax/lazytail/issues/83)) ([64be910](https://github.com/raaymax/lazytail/commit/64be9100ca4a66bb0456cb227f81cef0e5f21654))
16+
* **perf:** resolve 1.2s/frame render freeze on large files with partial index ([3828b4f](https://github.com/raaymax/lazytail/commit/3828b4f59f61cccd2bbf9499fa81e56c303f83d6))
17+
* resolve clippy warnings breaking CI on master ([#85](https://github.com/raaymax/lazytail/issues/85)) ([a47d803](https://github.com/raaymax/lazytail/commit/a47d8039904801bb7ef80e2acb2827d85accc3f9))
18+
* **source:** refresh status of ended sources so new captures show as online ([1d30b9b](https://github.com/raaymax/lazytail/commit/1d30b9b4c693da46df0434d0bb90a07ac9cbd880))
19+
* strip carriage return from version in install script ([61b1d37](https://github.com/raaymax/lazytail/commit/61b1d37bddd13565e14ef9160f66e281e5697a42))
20+
* use jq for JSON config manipulation in install script ([#78](https://github.com/raaymax/lazytail/issues/78)) ([b2c3aaf](https://github.com/raaymax/lazytail/commit/b2c3aaffc05524309ee5a7936731c171330d2c26))
21+
* **viewport:** eliminate O(N) freeze when opening large files ([950c3a4](https://github.com/raaymax/lazytail/commit/950c3a406de766c79f9cbff4a6022d056305aada))
22+
23+
24+
### Performance Improvements
25+
26+
* add benchmark suites and CI performance testing ([#84](https://github.com/raaymax/lazytail/issues/84)) ([a65dc1d](https://github.com/raaymax/lazytail/commit/a65dc1d2e6b1e71df1f923742d62c509b94f4f19))
27+
328
## [0.8.2](https://github.com/raaymax/lazytail/compare/v0.8.1...v0.8.2) (2026-03-03)
429

530

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lazytail"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
edition = "2021"
55
authors = ["raaymax"]
66
license = "MIT"

0 commit comments

Comments
 (0)