Skip to content

Changelog

yaojingang edited this page Jun 26, 2026 · 1 revision

Changelog

Current public version: v2.1.0

Release date: 2026-06-26

The full code-level changelog is maintained in the main repository:

v2.1.0

Enterprise Knowledge Drafting

  • The admin now includes an Enterprise Knowledge entry for creating projects, uploading or pasting multiple sources, reviewing parsed sources, generating AI drafts, and keeping revision history.
  • Draft generation runs through the queue, so long source material does not block the admin page.
  • Source parsing covers common formats including text, Markdown, HTML, CSV, JSON, XML, PDF, Word, and Excel.
  • AI cleanup and structured organization now prioritize source coverage. Long inputs are processed by module, and missing source facts are backfilled into the relevant sections to reduce over-simplification.
  • Drafts keep modules, audience, content format, manual-review notes, and source summaries for later review and publishing.

Knowledge Bases and Materials

  • Knowledge-base detail pages now include a Markdown editor for viewing and adjusting knowledge content directly.
  • Knowledge-base detail pages can resubmit semantic chunking and safely return to the detail page afterward.
  • The materials page now links into the Enterprise Knowledge builder, making it easier to turn source material into reusable knowledge.

Themes, Frontend, and SEO

  • Added live theme-template editing from the admin.
  • Site settings now support homepage module configuration and custom styling, and target-site packages can sync richer homepage structures.
  • Added the APIHot recommendation frontend theme with home, category, archive, article pages, and bundled assets.
  • Frontend themes now share unified SEO metadata output, reducing inconsistent titles, Open Graph data, and structured data across themes.

Distribution and Target Sites

  • Tasks now include distribution strategies for local, channel-only, and local-plus-channel publishing.
  • Article lists show clearer distribution status, remote-copy links, sync state, and failure information.
  • Distribution Management can sync target-site settings for selected active GEOFlow Agent channels.
  • Target-site packages now follow the same SEO metadata contract as local frontend pages.

Deployment Stability

  • Added install-state tracking and default-data seed guards so existing deployments are not polluted by repeated demo data after restarts, migrations, or upgrades.
  • Default-admin initialization now supports email configuration.
  • Added production entrypoint, Redis session, Docker image, network, permissions, and reverse-proxy improvements.
  • Admin paths and Reverb auth paths now support subdirectory deployments, reducing asset and WebSocket issues when APP_URL includes a path prefix.

Verification

  • Full release verification passed with 479 passed and 3179 assertions.

Previous Versions

Previous versions include v2.0.4, v2.0.3, v2.0.2, v2.0.1, v2.0, and v1.2.x. See the main repository English CHANGELOG for the complete history.

Clone this wiki locally