The core dump release
What's Changed
- Restructured the
dumpcommand to support subcommands, converting the original post-dumping functionality into adump postssubcommand while maintainingpostsas the default subcommand for backward compatibility. (#609) - Added a
categoriessubcommand to thedumpcommand 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
tagssubcommand to thedumpcommand 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
seriessubcommand to thedumpcommand 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