Skip to content

v0.10.0 — Title format setting + version picker

Latest

Choose a tag to compare

@jakemgold jakemgold released this 27 Apr 23:22

New features

Configurable post title format

A new Post Titles setting under Settings → Post Creation lets you choose the shape of generated post titles:

  • Plugin name and version (default, current behavior)My Plugin v1.2 — New dashboard widget. Recommended for sites covering multiple projects.
  • Version number onlyVersion 1.2 — New dashboard widget. Drops the project name from the prefix.
  • No prefix — the AI writes the full title with no automatic prefix. Recommended for sites focused on a single project, where leading every title with the project name and version reads as repetitive across the archive.

In No prefix mode, the AI prompt is also tuned to vary title openings — encouraging shapes like "Faster transcripts and security fixes arrive in Project v1.2" or "v1.2 update adds Stable Diffusion image generation" instead of always opening with the project name.

Version picker for "Generate post"

When a repository has multiple GitHub releases, clicking Generate post now opens a picker so you can choose any historical release — useful for backfilling an archive of past releases, not just the latest one.

  • Selected version with an existing post → an inline warning appears in the picker; generating creates a new revision and preserves the existing post date and slug.
  • Older releases are automatically backdated to one hour after the GitHub publication time, so the archive stays in chronological order. You can adjust the date in the editor before publishing.
  • After generation, a green checkmark appears next to the Generate post button — click it to jump straight to the new post in the editor.
  • The "Last Post" column flash on the Repositories tab is suppressed when generating for a non-latest release (since the new post would not actually be the most recent).

For developers

  • New ghrp_post_title filter — full programmatic override of the final post title (after format prefixing).
  • Title prompt guidance is now project-neutral (was implicitly plugin-centric).

Help & docs

  • Repositories help tab: per-repo options list now covers Author, Post Status, Categories, Tags, Featured Image, and Paused.
  • AI & Prompts help tab: new "Post Titles" subsection.
  • Long filter names in help tabs wrapped in <code> to fix a horizontal scroll bar in narrow help panels.

Upgrade

No data migration required. Existing sites continue to use the Plugin name and version title format unless you change the new setting.