Skip to content

v10.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 17:25
· 10 commits to master since this release

DocHarvest v10.0.0

🌾 The DocHarvest Rebrand, GitHub Pages Showcase Site & Release Automation

Version 10.0.0 marks the official rebranding to DocHarvest (Turn Any Documentation Site into LLM-Ready Markdown, Vector Context & Offline Books), introducing a modern React + shadcn/ui showcase landing site, single-job release automation with structured markdown release notes, and a complete multi-channel distribution kit.

✨ Features & Capabilities

  • 🏷️ DocHarvest Brand Identity & Marketing Engine:

    • Transitioned project identity from legacy single-purpose downloader to the comprehensive DocHarvest AI knowledge engineering platform.
    • Canonical .agents/product-marketing.md established across all three core ICPs (AI/RAG engineers, offline developers, and DevOps/archival teams).
  • 🌐 React + shadcn/ui GitHub Pages Showcase Site:

    • Fully responsive landing page in docs/ built with React 18, Vite, Tailwind CSS, and shadcn/ui design tokens.
    • Interactive Doc-Type selector (GitBook, Mintlify, Docusaurus, Nextra, ReadMe, VitePress), live terminal simulator, and direct binary download matrix.
    • Automated .github/workflows/pages.yml deployment workflow.
  • 🔧 Single-Job Release Workflow & Automated Notes Generation:

    • Refactored .github/workflows/build-release.yml to decouple binary builds from release publishing.
    • Added scripts/generate_release_notes.py for automated categorization (Features, Fixes, Architecture, Downloads, and SHA-256 checksums), eliminating duplicate changelog links on GitHub.
  • 📢 Comprehensive Social Launch Kit & Distribution Strategy:

    • Multi-platform launch templates for X/Twitter, Reddit (r/LocalLLaMA, r/Python, r/selfhosted, r/OpenAI), Hacker News (Show HN), and Dev.to under marketing/.
    • Detailed docs/SEO_GUIDE.md for GitHub repository topics, description, and OpenGraph social preview assets.

📦 Downloadable Binaries & Verification Checksums

Asset / Executable Target Platform File Size SHA-256 Checksum
gitbook-dl-macos-latest macOS (Apple Silicon / Intel) 29.4 MB 9fe0d9f5292cc5891593f663e0153f1db5383f4e657387353266eef1e0a78194
gitbook-dl-ubuntu-latest Linux x64 47.3 MB 9ba2fed73c0ddd6da4d465f15341f98570887fd8f29dd856df7aa676e86c8106
gitbook-dl-windows-latest.exe Windows x64 33.5 MB 8843bf247fec20e5f26758766c7b6b2f5f5e6be6f643bf9224331d324bc7f8ae
SHA256SUMS.txt All Platforms < 1 KB (Verification Manifest)

Verification Instructions

# Linux / macOS integrity verification:
sha256sum -c SHA256SUMS.txt

# Windows PowerShell integrity verification:
Get-FileHash -Algorithm SHA256 gitbook-dl-windows-latest.exe

Full Changelog: v9.0.1...v10.0.0