Releases: athityakumar/colorls
Releases · athityakumar/colorls
1.3.1
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
Changelog
Breaking changes
Ruby 2.3 is no longer supported as it reached its end of life.
1.3.0 (2020-01-08)
Implemented enhancements:
Fixed bugs:
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
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](https:/...
v1.0.1
Adds patch to fix minor Rubocop issues
v1.0.0
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