Skip to content

v0.8.0

Choose a tag to compare

@dlvhdr dlvhdr released this 31 Jan 20:17
· 8 commits to main since this release
v0.8.0

The Collapsible Release

Directories Are Now Intractable

The main feature of this release is that you can now collapse and expand directories!
In addition you can view the diff for entire directories at once, as well as the entire diff if you're on the root node.

Screen.Recording.2026-01-31.at.22.14.09.1.mov

Diffstats

Diff stats in the file tree show you the amount of changes to a file in a glance.
This is on by default and you can turn it off by setting this in your config:

ui:
  showDiffStats: false

Enjoy!

Changelog

  • 297d8d0 feat: diffstats
  • 6e5d9c3 feat: expand/collapse dirs (#70)
  • 9305af9 fix: add node cache so you can view collapsed nodes diff (#71)
  • 2d86e83 refactor: use dirnode for dir nodes (#69)