0.34.2 (2026-03-30)
Bug Fixes
- emots: replace 📊 with "Summary:" (495a152)
- psql: disable help flag to allow -h host argument (41e0897)
- build: increase Windows startup stack (12276c1)
- cargo: show clippy error details in compact output (def3424)
- cargo: include Finished line in cargo build success output (72b1e59)
- gain: convert history timestamps from UTC to local timezone (140e1f5)
- hook: rewrite wc commands to rtk wc (099a8f3)
- ls: suppress summary line when stdout is piped (3e1f75a)
- rewrite: skip cat rewrite when incompatible flags are present (2fce6bf)
- security: salt device hash for telemetry (60cba0f)
- security: set 0600 permissions on salt file (8e42120)
- security: missing toml pkg (eae2fee)
- telemetry: docs + real info from "rtk init -g" (f7ec883)
- telemetry: cache salt in-process (699f682)
- use /usr/bin/env shebangs for portability across systems (bec18c4)
Features
- go: support golangci-lint via go tool (8f985a2)
Refactoring
- ls: remove unnecessary entries.clone() in pipe branch (6fe769c)
- refacto-codebase: technical docs & sub folders (927daef)
Style
- fix cargo fmt in ls.rs assert macros (c1c56f2)