Release v1.5.0
What's Changed
Changed
- Improve error message descriptions, formatting, and color (
0b0f2f8
,cfdfd34
) - Display directories first in the error message for when the cache contains non-cache files (
1221945
) - Suppress the usage of ANSI color when the environment variable
TERM=dumb
(d553712
)
Added
- Add
freebsd
,netbsd
, andopenbsd
platforms (ba4392f
) - Display download progress for ZIP archive (
cfdfd34
) - Use the environment variable
TLDR_MAN_ARCHIVE_URL
as the location to download the page archive from (cfdfd34
)
Removed
- Remove prioritizing
--render
and--update
over other subcommand options when multiple options are specified (b2503ce
)
Fixed
- Lock cache directory while reading and writing to prevent race conditions (
b487466
)
Full Changelog: v1.4.1...v1.5.0