Skip to content

Latest commit

 

History

History
122 lines (86 loc) · 5.92 KB

CHANGELOG.md

File metadata and controls

122 lines (86 loc) · 5.92 KB

Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[1.6.0] - 2023-03-20

What's Changed

  • Add NetBSD instructions by @0323pin in solidiquis#77
  • Add repology badge by @jubalh in solidiquis#76
  • fix issue where level wasn't being read from config by @solidiquis in solidiquis#78
  • add scoop manifest by @fawni in solidiquis#80
  • default to num logical cpus rather than 4 threads by @solidiquis in solidiquis#81
  • Add support for generating shell completions by @Brezak in solidiquis#82
  • Fix miscoloration of directories that have extension by @fawni in solidiquis#83
  • [Optimization] - Upgraded heap-based tree data structure to an index-tree by @solidiquis in solidiquis#86
  • Replace tempdir crate with tempfile crate by @Brezak in solidiquis#87
  • fix issue where ansi escapes were being printed raw on windows by @solidiquis in solidiquis#90

New Contributors

Full Changelog: https://github.com/solidiquis/erdtree/compare/v1.5.2...1.6.0

[1.5.2] - 2023-03-15

Bug Fixes

  • Stray print

[1.5.1] - 2023-03-15

Bug Fixes

  • Fixed issue where globbing didn't work when user uses a config file solidiquis#75

[1.5.0] - 2023-03-14

Additions

  • Added --size-left to print disk usage to the left of the tree solidiquis#61
  • Added more paths the erdtree config could be placed at solidiquis#70

Bug Fixes

  • Fixed issue where --dirs-first wouldn't work unless -s, --sort was specified solidiquis#67
  • Fixed isse where arguments from the erdtree config were being completely disregarded solidiquis#74

Contributors

[1.4.1] - 2023-03-12

Bug Fixes

[1.4.0] - 2023-03-12

Bug Fixes

Additions

Contributors

[1.3.0] - 2023-03-04

Bug Fixes

Additions

Major Changes

Special thanks

Thank you to all of the folks from this Reddit thread who helped shape erdtree with their very valuable feedback as well as contributors!

[1.2.0] - 2023-03-04

What changed

[1.1.0] - 2023-02-14

What changed

  • -S, --follow-links added to give option to traverse symlinks to directories. If enabled the disk usage of the target directory is considered; additionally, descendents of symlink target directory have different color branches.
  • CLI options in help text alphabetized with the exception of -h, --help and -V, --version.
  • Minor refactors for clarity and organization.
  • More comprehensive test coverage.

Contributors

[1.0.0] - 2023-02-07

Did a complete rewrite with emphasis on an intuitive interface and performance. Notable changes:

  • Binary renamed to et for brevity.
  • Respects .gitignore and hidden file rules.
  • Parallel filesystem traversal.
  • Completely new CLI. $ erdtree -h for usage info.
  • Uses LS_COLORS environment variable for file coloring.

[0.1.0] - 2022-05-08

First release.