Skip to content

Releases: fenhl/webloc-cli

webloc 1.1.1

10 Jul 09:06
d5d1770
Compare
Choose a tag to compare

This release improves the performance and decreases the size of the tool.

webloc 1.1.0

06 Oct 05:09
5f4ec3a
Compare
Choose a tag to compare
  • The tool has been rewritten in Rust, removing the runtime Ruby dependency. Precompiled binaries for macOS are attached to this release, and instructions for installing on other platforms can be found in the readme.
  • Two bugs have been fixed which prevented creating .webloc files with long or non-ASCII URLs.
  • .webloc files can be read from stdin or written to stdout.
  • A new option webloc save --xml (or -x) allows creating .webloc files in the human-readable XML plist format instead of the more compact binary format, which is still the default. Both formats are equally supported by macOS (and webloc read).