Skip to content

Releases: bydlw98/nls-ls

v0.4.2

12 May 10:26
Compare
Choose a tag to compare

Performance

  • Replace usages of String with CompactString from compact_str crate
  • output: Improve format_timestamp function peformance
  • Use itoa crate to speed up coversion of integers to strings

Full Changelog: v0.4.1...v0.4.2

v0.4.1

07 Apr 15:08
Compare
Choose a tag to compare

Refactor

  • unix: use user_utils crate to get user and group names
  • windows: use user_utils crate to get user and group names
  • output: extract grid implementation into nls_term_grid crate

Full Changelog: v0.4.0...v0.4.1

v0.4.0

16 Mar 14:44
Compare
Choose a tag to compare

Features

  • add macOS support

Refactor

  • use lexopt for parsing of commandline arguments instead of clap_lex

Build

  • deps: bump once_cell version to "1.19.0"
  • deps: bump log version to "0.4.21"
  • deps: bump env_logger version to "0.11.3"
  • deps: bump chrono version to "0.4.35"
  • deps: bump ignore version to "0.4.22"
  • deps: bump libc version to "0.2.153"
  • deps: bump tempfile version to "3.10.1"

Full Changelog: v0.3.0...v0.4.0

v0.3.0

30 Dec 13:58
Compare
Choose a tag to compare

Features

  • Add icons support
  • Breaking: By default, icons are displayed if stdout is a tty

Bug Fixes

  • output: Prevent misalignment of entries in last row

Full Changelog: v0.2.2...v0.3.0

v0.2.2

26 Nov 07:38
Compare
Choose a tag to compare
chore: release v0.2.2

v0.2.1

13 Nov 09:20
Compare
Choose a tag to compare
chore: release v0.2.1

v0.2.0

28 Oct 13:24
Compare
Choose a tag to compare
chore: release v0.2.0

v0.1.0

09 Oct 13:12
Compare
Choose a tag to compare
fix: update build.rs to not modify outside OUT_DIR

Update 'build.rs' build script to not output shell completions
and manpage outside of OUT_DIR.