Releases: lox/notion-cli
Releases · lox/notion-cli
v0.5.0
notion-cli v0.5.0
This release focuses on better page editing workflows and better machine readable output for automation.
Highlights
page editnow supports property updates with repeatable-P/--propflags (#24).page edit --replacenow supports--allow-deleting-contentfor pages that contain child pages or databases (#24).notion-cli tools --jsonnow returns a stable JSON list for scripts and integrations (#23).
More changes
page viewnow shows ancestor breadcrumb paths above the page title (#15).- Fixed
UpdatePagepayload wrapping so arguments are sent to Notion MCP in the expected shape (#14). - Aligned
page editcommand handling with current Notion MCP behaviour (#22). - Added database entry creation via
db create, including--parent-dbsupport (#11).
Thank you
Big thanks to our contributors:
- @mipearson for
db createand--parent-dbsupport. - @jordandcarter for the
UpdatePagerequest fix and the new page breadcrumb view.
Thanks as well to everyone who reviewed and tested these changes.
Upgrade
- Homebrew:
brew update && brew upgrade notion-cli - Direct binaries and checksums are attached to this release.
Full diff: v0.4.1...v0.5.0
v0.4.1
v0.4.0
v0.3.0
v0.2.0
v0.1.0
Changelog
- 7341705 feat: add --raw flag to page view for untransformed output
- 7035cc0 feat: add --token flag and NOTION_ACCESS_TOKEN env var for CI usage
- 68954a9 feat: add goreleaser and homebrew cask release workflow
- 3b43fc5 feat: add page edit command for selective updates
- d3c7cc7 feat: add page upload command and tools list
- 6597d65 feat: add skill for AI agents
- 47ff169 feat: auto-refresh expired tokens before API requests
- 003f795 feat: format database view with schema table and views list
- 806cace feat: improve page view output for mixed content pages
- 38dc819 feat: initial commit using mcp-go
- 88c9ccd feat: pretty page view output with title/URL header
- c27f9b8 feat: restructure auth commands: auth login/refresh/status/logout
- d0ace42 feat: update README to use notion-cli command name
- b4c1853 fix: fix notion-fetch: use 'id' param and parse JSON response
- 6afd5bc fix: resolve errcheck lint warnings
- a8ddb0c refactor: replace regex parsing with HTML parser for Notion content