Transparent version history for Pruneify's LLM response detector and formatter. Newest changes appear first.
Each release note explains how we improve our ai text detector, ai writing detector, and ai generated text detector so you can better humanize ai text, detect ai generated text, and rely on private ai generated content checker workflows that keep ai detection text analysis on your device.
v0.6.0 โ Legal pages, privacy rewrite, and new AI text guides
major
Full legal document suite (Privacy Policy, Terms, GDPR, Cookie Policy) aligned to actual data flows, plus deep-dive guides on detecting and humanizing AI text.
feature: Replaced Privacy Policy, Terms of Service, GDPR page, and Cookie Policy with in-depth documents tailored to Pruneify's client-side architecture, Discord contact form, and local browser storage
improvement: Privacy Explained guide rewritten to accurately describe localStorage/IndexedDB session and history storage, with clear instructions for clearing browser data
feature: New long-form guides: Humanize AI Text, AI Text Detection Tool, AI Text Humanizer, and How to Make AI Text Undetectable, all optimized for search and linked from the Guide hub and HTML sitemap
improvement: How to Detect AI-Generated Text and Heuristics Breakdown guides expanded with deeper explanations of detection signals, workflows, and educator/writer use cases
improvement: Removed outdated JSON Formatting and Export Formats guides and cleaned up internal links to keep the content cluster focused on AI detection and humanization
improvement: SEO infrastructure tightened: centralized sitemap route config and BASE_URL support in SEO utilities so sitemap, robots.txt, ai.txt, and llms.txt all stay in sync across environments
v0.5.9 โ SEO: Dynamic OG images, HTML sitemap, security headers
patch
Per-page Open Graph images with page titles. HTML sitemap at /site-map. Security headers (X-Content-Type-Options, X-Frame-Options, Referrer-Policy) in next.config.
improvement: Dynamic OG images: root, content routes, and /app each render page-specific titles
improvement: HTML sitemap at /site-map with Main, Guide, Support, Legal sections
improvement: Security headers added via next.config.ts headers()
v0.5.8 โ SEO: ai.txt expansion, footer social links
patch
ai.txt expanded with Description, Features, Use Cases, Example Queries for AI crawlers. Placeholder social links removed from Footer.
improvement: ai.txt: Description, Features, Use Cases, Example Queries sections
Comprehensive LLM text cleanup as the first step in every processing flow. Removes invisible chars, normalizes typography, strips AI metadata, and optionally humanizes common AI phrases. Web Worker offload for large texts.
feature: Ultimate LLM Normalization Engine runs first in pipeline (before detection/formatting)
feature: Invisible and zero-width char removal (ZWSP, BOM, control chars)
v0.4.0 โ History overhaul, Compare integration, and UX refinements
major
History stored in IndexedDB (last 50), clickable to load, select-based delete. Compare moved into /app. Format preserves structure. Scroll sync.
feature: History stored in IndexedDB (last 50 entries persisted in browser)
feature: History items clickable: loads input and output into formatter
feature: History: Select all, checkboxes, Delete selected (replaced Delete all)
feature: History list scrollbar (max-height 220px) to prevent UI overflow
feature: Format preserves newlines, tabs, and indentation
feature: Input and output scroll synchronized
feature: Input and output same fixed height (320px)
feature: Compare tool moved into /app below Controls; /compare redirects to /app
feature: Before/After panels scroll synchronized in side-by-side view
feature: Format after load-from-history updates existing entry (no duplicate)
improvement: Compare: Removed Two texts mode; centered heading and view buttons
improvement: Removed Changes button from Output block
improvement: Removed Signal breakdown from Detection panel
improvement: Nav and Footer logos use next/image
v0.3.0 โ Formatter-first redesign, Compare tool, and footprint focus
major
Major redesign focusing on removing LLM footprints (invisible chars, curly quotes, em-dashes) as the primary value. Formatter and Compare are now separate tools. Full nav and footer added to all tool pages.
feature: Dedicated Compare tool at /compare with Before/After and Two-text diff modes and LCS-based line diff
feature: Footprint Log panel showing changes by category (invisible, curly-quotes, dashes, tabs, ellipsis) with expandable details
feature: One-click Copy cleaned text button in footer with success feedback
feature: Normalization enhancements: tab normalization, ellipsis (U+2026 to ...), stripEmoji exposed in controls
feature: Nav and Footer added to /app and /compare so users can access all site links from tool pages
improvement: Formatter refocus: hero and metadata emphasize footprint removal; Output and Footprint Log are primary
improvement: Detection de-emphasis: AI detection moved to collapsible Advanced section with optional Show AI detection toggle (default off)
improvement: Footer spec alignment: Product column (Formatter, Compare), restructured trust strip with heading, Documentation link
improvement: Input panel simplified: removed Response tabs and Add button; only Paste and Upload remain
improvement: Nav link hover underline animation and 150ms transitions
v0.1.0 โ Initial Pruneify release as LLM detector & formatter
major
First public release of Pruneify, a client-side LLM response detector and formatter with dark UI and scroll-animated landing page.
feature: Launch of Pruneify landing page and /app analysis workspace
v0.2.0 โ Public changelog page powered by JSON data
minor
Introduced a JSON-based changelog file and SEO-optimized /changelog page to transparently communicate Pruneify releases and improvements.
feature: Added structured public/changelog.json file for version tracking
feature: Created /changelog page rendering entries in newest-first order
improvement: Added SEO-focused titles, descriptions, and schema markup for release notes