Skip to content

Releases: Digital-Shane/treeview

v2.0.0

23 Apr 01:35

Choose a tag to compare

[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 NewTreeFromWalker and returned root config internals to private scope.
  • Updated Option to keep extension support without exposing internal config types.
  • Import path to include /v2.

Added

  • Golang CI lint config and workflow.
  • WithTuiAltScreen option to restore old alt screen behavior.
  • Walker, WalkItem, and NewTreeFromWalker for 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

23 Apr 01:36

Choose a tag to compare

Changed

  • Update major version to stay inline with treeview
  • Import path to include /v2

extensions/s3/v1.0.0

23 Apr 01:09
7a3845a

Choose a tag to compare

Changed

  • Updates to be compatible with treeview v2.

extensions/s3/v0.1.1

07 Oct 01:28
3ad0fa5

Choose a tag to compare

[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

20 Sep 23:08
704562b

Choose a tag to compare

[v1.8.2] - 2025-09-20

Updated

  • Expose Option for use in the sub S3 extension

extensions/s3/v0.1.0

20 Sep 00:38
ee725b3

Choose a tag to compare

[v0.1.0] - 2025-09-19

Added

  • Initial version of the s3 extension module

v1.8.1

03 Sep 14:12
95bf714

Choose a tag to compare

[v1.8.1] - 2025-09-03

Fixed

  • Windows compile error due to syscall.Stat_t being unable in the window build env.

v1.8.0

02 Sep 16:30
fd155bb

Choose a tag to compare

[v1.8.0] - 2025-09-02

Added

  • WithTruncate option for tree to allow defining max line width.

v1.7.0

20 Aug 01:20
3b2c055

Choose a tag to compare

[v1.7.0] - 2025-08-19

Added

  • SetNodes option for tree to allow updates to root nodes without full tree reconstruction.

v1.6.0

19 Aug 13:04
c08156b

Choose a tag to compare

[v1.6.0] - 2025-08-19

Added

  • WithProgressCallback option for all constructors to report node build progress.