colorls v1.4.3 Release Notes

Release Date: 2020-12-08 // over 3 years ago
  • ๐Ÿ”„ 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)

Previous changes from v1.4.2

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