# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.8.1](https://github.com/sqwxl/jx/compare/v0.8.0...v0.8.1) - 2026-01-30
### Added
- navigate to parent siblings and fold nearest ancestor
## [0.8.0](https://github.com/sqwxl/jx/compare/v0.7.0...v0.8.0) - 2026-01-13
### Added
- [**breaking**] support mouse scrolling
## [0.7.0](https://github.com/sqwxl/jx/compare/v0.6.0...v0.7.0) - 2026-01-11
### Added
- [**breaking**] read from clipboard if no other input given
## [0.6.0](https://github.com/sqwxl/jx/compare/v0.5.13...v0.6.0) - 2026-01-10
### Added
- [**breaking**] large refactor; fix x scrolling
### Other
- rename stuff; improve key mappings
- update readme
## [0.5.13](https://github.com/sqwxl/jx/compare/v0.5.12...v0.5.13) - 2026-01-10
### Added
- highlight on yank
- prevent scrolling out-of-bounds; simplify header ui
- enable numbers by default; add --no-numbers flag
### Fixed
- parse args before preparing term
### Other
- update image
## [0.5.12](https://github.com/sqwxl/jx/compare/v0.5.11...v0.5.12) - 2026-01-09
### Added
- msi dist
## [0.5.11](https://github.com/sqwxl/jx/compare/v0.5.10...v0.5.11) - 2026-01-09
### Added
- implement fold all; tweak ui
- implement line numbering; no-color flag
### Fixed
- missing initializer
### Other
- update readme
## [0.5.10](https://github.com/sqwxl/jx/compare/v0.5.9...v0.5.10) - 2026-01-09
### Fixed
- search highlight contrast
### Other
- add preview image
## [0.5.9](https://github.com/sqwxl/jx/compare/v0.5.8...v0.5.9) - 2026-01-09
### Fixed
- pipe input not working on macos
## [0.5.8](https://github.com/sqwxl/jx/compare/v0.5.7...v0.5.8) - 2025-12-30
### Added
- add homebrew tap
## [0.5.7](https://github.com/sqwxl/jx/compare/v0.5.6...v0.5.7) - 2025-12-20
### Fixed
- replace todo!() panics with stderr warnings
## [0.5.6](https://github.com/sqwxl/jx/compare/v0.5.5...v0.5.6) - 2025-12-20
### Other
- update dependencies to latest stable
## [0.5.5](https://github.com/sqwxl/jx/compare/v0.5.4...v0.5.5) - 2025-12-20
### Other
- add shell and PowerShell install instructions
## [0.5.4](https://github.com/sqwxl/jx/compare/v0.5.3...v0.5.4) - 2025-12-20
### Added
- add help popup with keybinding reference
- add search functionality with / key
### Fixed
- keep match count visible while search results are highlighted
## [0.5.3](https://github.com/sqwxl/jx/compare/v0.5.2...v0.5.3) - 2025-12-20
### Added
- add horizontal scrolling with < and > keys
- improve selection indicator and fix key styling
- add g/G keys to scroll to top/bottom
- add line truncation and fix escape character display
### Fixed
- use visible line coordinates for scrolling with folds
- don't unfold nodes when navigating up/down
- align wrapped lines with value content
### Other
- use PAT for release-plz to trigger cargo-dist
## [0.5.2](https://github.com/sqwxl/jx/compare/v0.5.1...v0.5.2) - 2025-12-20
### Other
- fix crates.io badge link, update scrolling status
## [0.5.1](https://github.com/sqwxl/jx/compare/v0.5.0...v0.5.1) - 2025-12-20
### Added
- implement vertical scrolling
### Fixed
- fix movement; add title w/ path
### Other
- add changelog
- add release-plz config
- Add CI/CD tooling
- Implement folding
- Folding alpha
- Update lockfile
- bump version
- Overhaul
- Refactor
- misc
- Fix exit logic
- Cleanup
- Misc
- Misc
- Update README.md
- Update lockfile
- Various improvements
- Refactor
- Basic copy to clipboard support
- 0ceae877
- More misc fixes
- Fix some misc stuff
- Update README.md
- update readme
- add vertical scrolling
- add path history
- add path display & fix highlighting
- get nav working
- getting there!
- display something!
- add stuff
- deserialize with serde_json
- be humble
- initial
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).