23 February 2025

dictpress v3.0.0

Repository: @knadh/dictpress

GitHub release page: v3.0.0


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)