Releases: ChenyuHeee/AutoBlog
Releases · ChenyuHeee/AutoBlog
v1.0.3
Full Changelog: https://github.com/ChenyuHeee/AutoBlog/commits/v1.0.3
v1.0.2
Desktop App updates:
- Config now supports a Preferences-style editor (form UI) with an Advanced YAML tab.
- Fixed Contacts table visibility (rows/columns sizing, minimum height).
- Improved Preferences layout (left-aligned, fields grow to fill width, better spacing).
Run:
- Desktop: python run_desktop.py
v1.0.1
Docs update: recommend using the Desktop App editor (PySide6) for config/content/theme editing, build and preview.
Included:
- Static site generator engine (build.py)
- Templates and assets (excluding source/assets/media)
- Desktop app (PySide6) + local admin (FastAPI)
Excluded (private/local):
- source/config.yaml
- source/posts/**
- source/pages/**
- source/assets/media/**
- public/**
Run:
- Desktop: python run_desktop.py
- CLI build: python build.py
v1.0.0
Sanitized open-source snapshot of AutoBlog.
Included:
- Static site generator engine (build.py)
- Templates and assets (excluding source/assets/media)
- Desktop app (PySide6) + local admin (FastAPI)
Excluded (private/local):
- source/config.yaml
- source/posts/**
- source/pages/**
- source/assets/media/**
- public/**
Run:
- Build: python build.py
- Desktop: python run_desktop.py