Releases: Digital-Shane/treeview
Releases · Digital-Shane/treeview
v2.0.0
[v2.0.0] - 2026-04-22
See the v2 update guide for upgrade notes and migration advice.
Updated
- Updated charm ecosystem libraries to v2. (darkhz)
- golangci version to be go 1.25 compatible.
- Reworked extension support around
NewTreeFromWalkerand returned root config internals to private scope. - Updated
Optionto keep extension support without exposing internal config types. - Import path to include
/v2.
Added
- Golang CI lint config and workflow.
WithTuiAltScreenoption to restore old alt screen behavior.Walker,WalkItem, andNewTreeFromWalkerfor extension-backed tree construction.
Fixed
- Fix viewport autoscroll silently clamping to top because content length was set after the scroll offset.
extensions/s3/v2.0.0
Changed
- Update major version to stay inline with treeview
- Import path to include /v2
extensions/s3/v1.0.0
Changed
- Updates to be compatible with treeview v2.
extensions/s3/v0.1.1
[v0.1.1] - 2025-10-05
Changed
- S3 constructor uses concurrency to scan the bucket. Thus, the constructor is faster than in v0.1.0.
v1.8.2
[v1.8.2] - 2025-09-20
Updated
- Expose Option for use in the sub S3 extension
extensions/s3/v0.1.0
[v0.1.0] - 2025-09-19
Added
- Initial version of the s3 extension module
v1.8.1
[v1.8.1] - 2025-09-03
Fixed
- Windows compile error due to
syscall.Stat_tbeing unable in the window build env.
v1.8.0
[v1.8.0] - 2025-09-02
Added
WithTruncateoption for tree to allow defining max line width.
v1.7.0
[v1.7.0] - 2025-08-19
Added
SetNodesoption for tree to allow updates to root nodes without full tree reconstruction.
v1.6.0
[v1.6.0] - 2025-08-19
Added
WithProgressCallbackoption for all constructors to report node build progress.