Skip to content

Commit a4eca1b

Browse files
chore(release): bump version to v0.18.0
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 953da46 commit a4eca1b

7 files changed

Lines changed: 9 additions & 9 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.17.0 (one-click launcher install/uninstall across Windows/macOS/Linux, auto-update check with opt-out, cleanup retry, activity log, manuscripta 0.9.0 + Pillow 12)
6+
- **Version:** 0.18.0 (book + chapter templates with 5+4 builtins, React 19 / Vite 7 / TypeScript 6 / lucide-react 1.x upgrades, plugin YAML saves now preserve `# INTERNAL` comments via ruamel.yaml, help+getstarted plugins joined the CI matrix)
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
@@ -171,7 +171,7 @@ async def lifespan(app: FastAPI):
171171
app = FastAPI(
172172
title="Bibliogon",
173173
description="Open-source book authoring platform.",
174-
version="0.17.0",
174+
version="0.18.0",
175175
lifespan=lifespan,
176176
docs_url="/api/docs" if DEBUG else None,
177177
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.17.0"
3+
version = "0.18.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Bibliogon Roadmap
22

33
Current phase: Phase 2 - build for real users, not just developers
4-
Last updated: 2026-04-17
5-
Latest release: v0.17.0 (one-click launcher install/uninstall across Windows/macOS/Linux, auto-update check with opt-out, cleanup retry, activity log, manuscripta 0.9.0 + Pillow 12)
4+
Last updated: 2026-04-18
5+
Latest release: v0.18.0 (book + chapter templates with 5+4 builtins, React 19 / Vite 7 / TypeScript 6 / lucide-react 1.x upgrades, plugin YAML saves preserve comments via ruamel.yaml, help+getstarted plugins joined the CI matrix)
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.17.0",
4+
"version": "0.18.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.17.0}"
15+
VERSION="${BIBLIOGON_VERSION:-v0.18.0}"
1616
REPO="astrapi69/bibliogon"
1717
INSTALL_DIR="${BIBLIOGON_DIR:-$HOME/bibliogon}"
1818

0 commit comments

Comments
 (0)