All notable changes of this project will be documented in this file. This project is following semantic versioning.
Deprecated features will be kept for any following maintenance release, and will be removed after two major releases.
- Option to disable color highlighting
- Add support for the
NO_COLOR
environment variable.
- Update manpage to reflect new and updated flags
- Fix updating a local database
- Prevent freezing of auto-completion in zsh
- Fix print usage of flags
- Platform specific long flags like
--linux
,--osx
, and--sunos
are removed in favor of--platform=<platform>
option.
- Add support for auto updating local data if too old
- Fix make finding lib directories with M1 Homebrew
- Add fish completion for
--list
,--linux
,--osx
, and--sunos
flags
- Fix typo of "database" in the usage output
- Fix fish completion not escaping characters
- Make fish completion reflect actual usage of
tldr
better
- Fix segfault on trying to update cache
- Fix segfault when failing to open cache directory
- Bubble error code appropriately when using
--list
- Fix version not being updated in source code
- Fix wrong directory name when extracting files from zip cache download
- Add fish completion (see README.md for details)
- Improve output messages for various options
- Add
--list option
- Add Windows as available platform
- Allow using
TLDR_CACHE_DIR
env var to specify cache directory - Add
--linux
,--osx
, and--sunos
flags as shorthand for--platform=<platform>
- Add yum support to the
./deps.sh
script
- Do not check last cache update date when updating cache
- Add yes flag to apt install in ./deps.sh script
- Add blank line at end of output
- Remove
-ansi
flag when compiling - Use
tldr
instead oftldr-pages
as name for cache folder
- Rename repository from
tldr-cpp-client
totldr-c-client
- Move from Travis-CI to GitHub actions
- Initial release in core homebrew repository
- Add zsh / bash completion (see README.md for details)
- Fix compiling on old Linux distributions
- Download local database at first run
- Add SunOS as supported tldr platform
- Add --clear-cache option, to clear the local database
- Error messages
- Typos
- Initial release