Skip to content

Commit f5d33f0

Browse files
chore(release): bump version to v0.20.0
1 parent 748ad27 commit f5d33f0

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Open-source book authoring platform. Built on PluginForge (PyPI), a reusable plugin framework based on pluggy. Offline-capable, i18n-ready, local-first. All plugins are free during the current development phase (see docs/explorations/monetization.md for future strategy).
44

55
- **Repository:** https://github.com/astrapi69/bibliogon
6-
- **Version:** 0.19.1 (maintenance: i18n for Front/Back Matter labels, backup zip handle leak closed, launcher release workflows granted contents:write permission, ruff+mypy+pre-commit wired into CI, react-router-dom ^7.14)
6+
- **Version:** 0.20.0 (AI Review Extension: 3 focus modes Style/Consistency/Beta Reader, async flow with SSE, persistent Markdown reports, cost estimate, chapter-type-aware prompts for all 31 types, non-prose warning, 8-language prompt parity; 3 backend bugs fixed in backup-import soft-delete revival + batch export file staging + smart-import multi-doc YAML; Playwright smoke 31 failures -> 0)
77
- **Concept:** docs/CONCEPT.md
88
- **API reference:** FastAPI OpenAPI under `/docs` and `/openapi.json` (source of truth). docs/API.md is a high-level overview.
99
- **History:** docs/CHANGELOG.md (completed phases), docs/ROADMAP.md (open items)

backend/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ async def lifespan(app: FastAPI):
192192
app = FastAPI(
193193
title="Bibliogon",
194194
description="Open-source book authoring platform.",
195-
version="0.19.1",
195+
version="0.20.0",
196196
lifespan=lifespan,
197197
docs_url="/api/docs" if DEBUG else None,
198198
redoc_url="/api/redoc" if DEBUG else None,

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bibliogon"
3-
version = "0.19.1"
3+
version = "0.20.0"
44
description = "Open-source book authoring platform with WYSIWYG and Markdown editing, EPUB/PDF export via Pandoc."
55
authors = ["Asterios Raptis"]
66
license = "MIT"

docs/ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Current phase: Phase 2 - build for real users, not just developers
44
Last updated: 2026-04-20
5-
Latest release: v0.19.1 (maintenance: i18n for Front/Back Matter labels, backup zip handle leak closed, launcher release workflows granted contents:write permission, ruff+mypy+pre-commit wired into CI, react-router-dom ^7.14)
5+
Latest release: v0.20.0 (AI Review Extension: 3 focus modes Style/Consistency/Beta Reader with async SSE flow, persistent Markdown reports, cost estimate, chapter-type-aware prompts for all 31 types, non-prose warning, 8-language prompt parity; 3 backend bugs fixed in backup-import soft-delete revival + batch export file staging + smart-import multi-doc YAML; Playwright smoke 31 failures -> 0)
66

77
Phase 1 (feature-complete single-user tool, v0.1.0 through v0.14.0) is archived at [docs/roadmap-archive/phase-1-complete.md](roadmap-archive/phase-1-complete.md). The archive includes a postscript (2026-04-15) about the silent-image-drop bug discovered after archival.
88

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bibliogon-frontend",
33
"private": true,
4-
"version": "0.19.1",
4+
"version": "0.20.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -e
1212
# chmod +x install.sh && ./install.sh
1313
# ============================================================
1414

15-
VERSION="${BIBLIOGON_VERSION:-v0.19.1}"
15+
VERSION="${BIBLIOGON_VERSION:-v0.20.0}"
1616
REPO="astrapi69/bibliogon"
1717
INSTALL_DIR="${BIBLIOGON_DIR:-$HOME/bibliogon}"
1818

0 commit comments

Comments
 (0)