Skip to content

Releases: ChenyuHeee/AutoBlog

v1.0.3

05 Jan 12:18

Choose a tag to compare

v1.0.2

30 Dec 03:13

Choose a tag to compare

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

30 Dec 02:58

Choose a tag to compare

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

30 Dec 02:54

Choose a tag to compare

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