Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Feb 07:52
· 122 commits to master since this release

Important

This version has breaking changes to the CLI flags.

  • --install -> install
  • --upgrade -> upgrade
  • import=$file -> import --file=$file

Changelog

  • a40af42 Add v3 cli changes to docs.
  • 34ba68c Tidy go.mod
  • c7f31c9 Add new sitemap CLI mode for generating txt sitemaps for search engines.
  • 83a4ad6 Update deps.
  • 0e58090 Replace basic flags with urfave/cli flags with commands support to accommodate future scoped subcommands such as import (with its own params), sitemap etc.
  • 8a2de33 Update net, crypto modules (#44)