Releases: tldr-pages/tldr-c-client
Releases · tldr-pages/tldr-c-client
v1.6.1
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)
v1.6.0
v1.5.0
Added
- Add fish completion for
--list
,--linux
,--osx
, and--sunos
flags
Fixed
- Fix typo of "database" in the usage output
- Fix fish completion not escaping characters
- Make fish completion reflect actual usage of
tldr
better
v1.4.3
Fixed
- Fix segfault on trying to update cache
- Fix segfault when failing to open cache directory
- Bubble error code appropriately when using
--list
v1.4.2
Update version number
v1.4.1
Fix updating issue due to wrong directory name
v1.4.0
use tldr/ instead of tldr-main/