Skip to content

v1.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@zmwangx zmwangx released this 23 Oct 06:07
· 65 commits to master since this release
v1.0b1
e078f2f

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 by Date 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.