v1.0b1
Pre-release
Pre-release
The first, and maybe final beta of v1.0. We are on the 1.0 release track now. If I don't find any problems in the next few days, this beta will be promoted to 1.0.
New features:
- Use server timestamp (
Last-Modified
header if provided, followed byDate
header if provided) for the output file's mtime. - Introduce
-e, --exist-ok
option for batch mode to suppress errors for existing files.
Breaking changes:
- All on-disk files are now read and written in UTF-8.
chardet
(ill-conceived in the first place) has been completely banished. See https://git.io/caterpillar-encoding if you enjoy Microsoft rants. - macOS: config file location now follows XDG BaseDir Spec if (and only if)
XDG_CONFIG_HOME
is set and non-empty.