All Versions
18
Latest Version
Avg Release Cycle
67 days
Latest Release
1373 days ago

Changelog History
Page 1

  • v1.4.3 Changes

    December 08, 2020

    ๐Ÿ”„ Changelog

    1.4.3 (2020-12-08)

    Full Changelog

    ๐Ÿ›  Fixed bugs: ๐Ÿ›

    • Incompatible character encoding error #377
    • If the directory contains Chinese file names, alignment errors will occur #416

    Implemented enhancements: ๐Ÿš€

    • Option to choose columns with -l flag #174

    Closed issues:

    • โšก๏ธ Can't re-install colorls after updating to macOS Big Sur #418
    • ๐ŸŽ [macOS 11.0 Bug Sure] can't install colorls #414
    • Icons not showing at all. #406
    • Icon sizes #404
    • Could not install on Ubuntu 20.4 #398
    • error when calling setlocale in Neovim terminal #387
    • Icons are broken [WSL / Ubuntu] #379
    • Icon Size/ Padding Issue #376
    • ๐Ÿ‘‰ Make executables bold #217
    • โš  Getting lots of warnings when attempting to use? #69

    ๐Ÿ”€ Merged pull requests:

    • โž• add -o and -g options #417 (t-mangoe)
    • Take display width of characters into account #419 (avdv)
    • Cleanup monkey patches #409 (avdv)
    • Ensure to use file\_encoding for arguments #408 (avdv)
    • ๐Ÿ‘‰ make executables bold #405 (t-mangoe)
    • ๐Ÿ Official windows support #401 (avdv)
    • โž• Add osx to build matrix #400 (avdv)
    • โšก๏ธ Updated fontFamily for HyperJS users in instructions #396 (DasCodes)
    • โž• Add Truffleruby head to CI #393 (gogainda)
    • ๐Ÿ›  Fix unrecognized files count and colorization #392 (avdv)
    • โž• Add instructions to install font for hyperjs users #375 (kartsims)
    • โž• Add Windows to build matrix #358 (avdv)
  • v1.4.2 Changes

    July 09, 2020

    ๐Ÿ”„ Changelog

    1.4.2 (2020-07-08)

    Full Changelog

    ๐Ÿ›  Fixed bugs: ๐Ÿ›

    • colorls --git-status crashes with traceback #371

    Implemented enhancements: ๐Ÿš€

    • ๐Ÿ‘Œ Support hexstring colors in YAML file #365 (bigpick)

    Closed issues:

    • git-status for empty directory is misleading #363
    • Hex Colors #312

    ๐Ÿ”€ Merged pull requests:

    • โž• Add missing require 'set' #372 (avdv)
  • v1.4.1 Changes

    May 10, 2020

    ๐Ÿ”„ Changes

    Full Changelog

    Closed issues: ๐Ÿ›

    • An error was reported after the directory was deleted #351

    ๐Ÿ”€ Merged pull requests:

    • โ†ช Workaround Errno::ENOENT error in rubygems #357 (avdv)
  • v1.4.0 Changes

    May 08, 2020

    ๐Ÿ’ฅ Breaking changes โš ๏ธ

    ๐Ÿ’Ž Ruby 2.4 is no longer supported as it reached its end of life.

    ๐Ÿ”„ Changes

    Full Changelog

    Implemented enhancements: ๐Ÿš€

    • Color certain directories a different color #206

    Closed issues: ๐Ÿ›

    • invalid byte sequence in US-ASCII (ArgumentError) #352
    • An error was reported after the directory was deleted #351
    • Missing year in long format #346
    • โš™ Runtime error in vim terminal #335

    ๐Ÿ”€ Merged pull requests:

    • โฌ‡๏ธ Drop support for Ruby 2.4 #354 (avdv)
    • ๐Ÿ›  Fix encoding error for non UTF-8 locale #353 (avdv)
    • case-insensitive directory matching #348 (maxwellainatchi)
    • Do not exit if locale settings are broken #343 (avdv)
  • v1.3.3 Changes

    January 31, 2020

    ๐Ÿ”„ Changelog

    1.3.3 (2020-01-31)

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fix exception when permission denied on symlinks #340 (avdv)

    Closed issues:

    • Cannot list files/directories with spaces using -l flag #338
  • v1.3.2 Changes

    January 24, 2020

    ๐Ÿ”„ Changelog

    1.3.2 (2020-01-24)

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fix git processing #337 (avdv)

    Closed issues:

    • missing git-status icon for directories (v1.3.1) #334
    • git-status shows a "green tick" for everything #336
  • v1.3.1 Changes

    January 08, 2020

    ๐Ÿ”„ 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.

  • v1.3.0 Changes

    January 08, 2020

    ๐Ÿ”„ 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:

    • โฌ‡๏ธ Drop support for Ruby 2.3 #300 (avdv)
    • ๐Ÿ”จ Refactor git status handling, add some tests #299 (avdv)
    • waffle.io is shutdown #290 (mariuz)
    • โšก๏ธ Update ruby supported version to > 2.2 #289 (vfonic)
    • ๐Ÿ”จ Refactor rendering #237 (avdv)
  • v1.2.0 Changes

    April 09, 2019

    ๐Ÿ”„ 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' inload_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:

  • v1.1.1

    April 08, 2018