Added
- Option to disable color highlighting (#107) (thanks @Vedaant-Rajoo and @ksqsf)
- Add support for the
NO_COLOR
environment variable. (#107) (thanks @SethFalco)
Changed
Fixed
- Fix updating a local database (#100) (thanks @ar7eniyan)
- Prevent freezing of auto-completion in zsh (#105) (thanks @turboBasic)
- Fix print usage of flags (#103, #111) (thanks @4G3NT)
Removed
- Platform specific long flags like
--linux
,--osx
, and--sunos
are removed in favor of--platform=<platform>
option. (#111) (thanks @4G3NT)