Skip to content

The core dump release

Choose a tag to compare

@davep davep released this 08 Jun 12:53
· 6 commits to main since this release
4640cfb

What's Changed

  • Restructured the dump command to support subcommands, converting the original post-dumping functionality into a dump posts subcommand while maintaining posts as the default subcommand for backward compatibility. (#609)
  • Added a categories subcommand to the dump command to export all blog categories to stdout as JSON pairs of [slug, display_name], using the most common casing variant of each category across all posts. (#610)
  • Added a tags subcommand to the dump command to export all blog tags to stdout as JSON pairs of [slug, display_name], using the most common casing variant of each tag across all posts. (#611)
  • Added a series subcommand to the dump command to export all blog series to stdout as JSON pairs of [slug, display_name], using the most common casing variant of each series across all posts. (#612)

Full Changelog: v2.41.0...v2.42.0