- When the
NO_COLOR
environment variable is set, the client will not color the output. - Added
--[no-]color
options which enable/disable output coloring (overridesNO_COLOR
).
- When pages are updated, the client now shows the download location.
- Add optional auto-update functionality (
--auto-update-interval
)
- Split the library into more parts.
- Fix multiple line bugs
- Client gives non zero exit status for non-existent pages.
- Make it obey --language (-L) option.
- Fix cabal file
- Drop
-optl-static
for linux builds
- package.yaml support for configuring package
- CI releases binary now
- Implement --about option
- Make it obey --platform option
- Add -u as an alias for --update
- Make parsing more robust
- Proper options handling
- Obey XdgData for storing the files.
- Also search pages from sunos directory now.
- Support subcommands ie. tldr git submodule will now work.
- Fix double initialization bug. Credits to @Kove-W-O-Salter
- Add proper coloring back
- Update gitignore rule
- Update travis and appveyor configuration
- Add default completion support from optparse-applicative
- Add windows support. Credits to @ShrykeWindgrace.
- Fix eager cloning
- Don't do cloning unnecessarily #7
- Fix Paths_tldr warning from cabal
- Fix coloring bug under bash during some circumstances #6
- Fix
--version
option
- Fix background color bug
- Compliance with the tldr spec
- Fix
--update
flag bug - Backported till GHC 7.8.3 and lts-2.22