Skip to content

Releases: athityakumar/colorls

1.3.1

08 Jan 21:37
Compare
Choose a tag to compare

Changelog

See version 1.3.0 for the changes.

This release only was necessary because I forgot to bump the version before tagging the release.

1.3.0

08 Jan 21:21
bbda8b8
Compare
Choose a tag to compare

Changelog

Breaking changes

Ruby 2.3 is no longer supported as it reached its end of life.

1.3.0 (2020-01-08)

Full Changelog

Implemented enhancements:

  • Ruby 2.7 support #331 (avdv)
  • Show number of hard links in long listing #298 (avdv)

Fixed bugs:

  • Align number of link column in long listing #305 (avdv)

Closed issues:

  • Icons are too small #332
  • [macOS 10.15 Catalina] - Can't find ruby file library or shared library colorls #322
  • Error after uninstalling #321
  • Fonts not loading... #320
  • Installation failure on macOS Catalina #318
  • Alias not working #294
  • current implementation does not show number of links #293
  • Installation error #291
  • Broken after brew upgrade #280
  • script icons don't show #278
  • Icons do not appear in zsh #273

Merged pull requests:

1.2.0

09 Apr 16:54
Compare
Choose a tag to compare

Change Log

Breaking changes

Ruby < 2.3 is no longer supported.

1.2.0 (2019-04-09)

Full Changelog

Implemented enhancements:

  • Nicer output when passing invalid options #205
  • -X flag to sort alphabetically by entry extension #199
  • Support --hyperlink ? #194
  • tree depth #168
  • Add support for gitignore-d files and dirs #156
  • Sort contents by size #152
  • Sort contents by modification time #151
  • Speed up --git-status #143
  • Remove dependency on ruby-terminfo #141
  • Support for more colors #140
  • Better tab completion #136
  • Add tests for output of each flag usage and combination #132
  • tab completion for commands #99
  • Support for man page #80
  • Clean up Ruby script #13
  • Add --format and -x options #228 (avdv)
  • Add --color option #227 (avdv)

Fixed bugs:

  • NilClass (NoMethodError) with MSYS2 on Win10 #220
  • permissions 's'/'t' support? #197
  • "colorls -l" -- incorrect alignment when file size < 1KiB #190
  • user not shown when the owner is root #187
  • Add support for gitignore-d files and dirs #156
  • ZSH .gem/ruby/2.4.0/gems/colorls-1.0.9/lib/tab_complete.sh:4: command not found: complete #149
  • Handle git status for . and .. properly #277 (avdv)
  • Fix git status handling #268 (avdv)

Closed issues:

  • Error happened with colorls -r -sd #272
  • Can't install colorls #263
  • Dependabot can't evaluate your Ruby dependency files #262
  • yaml file color definitions not applying #246
  • Installation failure on macOS Mojave #238
  • Add option to force colored output when colorls is not outputting directly to the console #236
  • No colors on MSYS2 #223
  • Fira Code Support? #216
  • I cannot use 'ls' in my terminal when my ruby version is higher than the 2.4.3 #215
  • Leveraging colorls config in another opensource project #214
  • zsh: command not found: colorls #209
  • [SOLVED] setlocale error on startup #204
  • [SOLVED] New issue since today #203
  • Icons don't appear in VSCode terminal ? #191
  • NilClass exception on --gs in some git repos #185
  • Error installing colorls #184
  • Recognizing more media types #178
  • Recognize Jupyter's .ipynb files #177
  • Failing to install #176
  • new release #175
  • colorls 'name that contains spaces' #172
  • "undefined method to\_h' in load_from_yaml'" #162
  • Grammar fixes #147
  • Update the screenshots in README #146
  • Ruby-Terminfo : failed to build gem native extensions #137
  • Add support for rubocop-rspec #134
  • Update gemspec with breaking changes, for next release #128
  • MacOS Terminal : Use without Knack Regular Nerd Font Complete as default? #127
  • Trouble with dependency? #94
  • Installation of Nerd Font #92
  • Installation Fails on Windows #91
  • Add CONTRIBUTORS.md #50
  • Error handling with rescue #9

Merged pull requests:

Read more

v1.0.1

21 Oct 14:40
Compare
Choose a tag to compare

Adds patch to fix minor Rubocop issues

v1.0.0

21 Oct 14:39
Compare
Choose a tag to compare

Changes in v1.0.0

Breaking changes

  • Sort by directory : Flag -sd has been renamed as --sd
  • Sort by file : Flag -sf has been renamed as --sf
  • Git status : Flag -gs has been renamed as --gs

Incremental

  • Flags can be clubbed like colorls -lar
  • Help menu : colorls -h