Change Log
Breaking changes
Ruby < 2.3 is no longer supported.
1.2.0 (2019-04-09)
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:
- Update rubocop requirement from ~> 0.66.0 to ~> 0.67.2 #276 (dependabot[bot])
- Update rubocop requirement from ~> 0.65.0 to ~> 0.66.0 #271 (dependabot[bot])
- Fix specs exit coverage #270 (avdv)
- Add
--human-readable
option for compatibility with GNU ls #269 (avdv) - Alpha releases #261 (avdv)
- Update rubocop requirement from ~> 0.64.0 to ~> 0.65.0 #258 (dependabot[bot])
- Update rubocop requirement from ~> 0.63.0 to ~> 0.64.0 #257 (dependabot[bot])
- Update rubocop requirement from ~> 0.62.0 to ~> 0.63.0 #255 (dependabot[bot])
- Add the option to handle depth for the tree flag #253 (geektimus)
- spec: Exclude specs from coverage #252 (avdv)
- Update bundler requirement from ~> 1.15 to ~> 2.0 #251 (dependabot[bot])
- Update rubocop requirement from ~> 0.61.1 to ~> 0.62.0 #250 (dependabot[bot])
- Add ruby 2.6 no warnings #249 (avdv)
- Report code coverage to codecov.io #248 (avdv)
- Update rdoc requirement from ~> 5.1 to ~> 6.1 #247 (dependabot[bot])
- Drop support for Ruby 2.1 #245 (avdv)
- Update rubocop requirement from ~> 0.57.2 to ~> 0.61.1 #244 (dependabot[bot])
- add forwardable dependency #239 (JustinHallquist)
- Add support for special files #229 (avdv)
- Update rainbow requirement from ~> 2.2 to >= 2.2, < 4.0 #226 (avdv)
- Fix alignment for file sizes #224 (jmks)
- Check whether Etc.getpwuid/getgrid returns nil #222 (avdv)
- Added CONTRIBUTORS.md #219 (dilekuzulmez)
- User Contributed Alias Setups Section #218 (rjhilgefort)
- update readme with correct font name #212 (danielhdz56)
- Fix #205: Handle optparse errors gracefully #211 (avdv)
- Add
--hyperlink
option, fix #194 #210 (avdv) - Faster Travis builds #201 (avdv)
- Add
-X
/--sort=extension
flags #200 (avdv) - Fix #197: Take setuid, setgid and sticky bit into account #198 (avdv)
- added icon for dockerfiles #195 (mashehu)
- Always return user info #188 (avdv)
- Improve git-status processing #183 (avdv)
- add jupyter notebooks to file aliases #181 (acarl005)
- add some media types #180 (acarl005)
- Fix minor typo in README #173 (sumbach)
- Reduce syscalls and simplify code #170 (avdv)
- Avoid open-ended dependencies #169 (avdv)
- Small improvements #167 (avdv)
- Handle errors gracefully #166 (avdv)
- Proper sorting according to current LANG / locale #164 (avdv)
- removed bug of ignored files #161 (rohitner)
- Include Zsh completion file in the gem #160 (avdv)
- Man page #158 (avdv)
- Sorting #157 (avdv)
- Add rubocop-rspec as a dev dependency. Fix non-directory changing fixes #153 (alexpjohnson)
- Update CONTRIBUTING.md #148 (TechnologyClassroom)
- Faster git status #144 (athityakumar)
- Change colors #142 (athityakumar)
- Use optparse for tab completion #138 (avdv)
- added support for tab completion #135 (rohitner)
- Add flag tests #133 (henrebotha)