Skip to content

v0.12.0

Choose a tag to compare

@youtyan youtyan released this 13 Jan 18:26
· 4 commits to main since this release
5f28d06

What's Changed

New Features

  • Child Page Creation: create-page and create-page-simple now support creating child pages under an existing page
    • New parent.page_id parameter to specify parent page
    • Use either parent.page_id (for child pages) or parent.data_source_id (for database entries)
    • For page parent, title property name defaults to title; for data source parent, auto-detects from schema

Documentation

  • Updated README with child page creation examples (English/Japanese)

Full Changelog: v0.11.0...v0.12.0