Skip to content

Releases: andrzejchm/notion-cli

v0.13.0

08 Apr 07:50

Choose a tag to compare

Features

  • add batch update-rows command for database rows (#31)
  • add db update command for schema modification and option management (#29)
  • add delete-block command for removing individual blocks (#28)

Bug Fixes

  • resolve bookmark blocks in notion read output (#30)
  • route Notion SDK log output to stderr to prevent JSON pollution (#27)

Documentation

  • update README, SKILL.md, agent docs, and feature parity for new commands (#33)
  • add db create --prop syntax to skill and agent docs (#19)

Chores

  • bump version to 0.13.0
  • upgrade @notionhq/client to 5.17.0 and fix three issues (#32)
  • bump vite from 7.3.1 to 7.3.2 (#26)

Contributors

Thanks to @krodak for contributing to this release! 🎉

Full diff: v0.12.0...v0.13.0

v0.12.0

01 Apr 14:49

Choose a tag to compare

Features

  • Add file attachment support with upload service and attach command (#18)

Bug Fixes

  • contributor list formatting for multiple contributors
  • use GitHub compare API for contributor detection in release notes

Chores

  • bump version to 0.12.0

Full diff: v0.11.0...v0.12.0

v0.11.0

31 Mar 12:59

Choose a tag to compare

Features

  • add notion skill command with interactive install and version tracking (#16)

Bug Fixes

  • run integration tests safely for fork PRs via pull_request_target (#17)

Documentation

  • add ask-for-a-star section to agent setup guide

Chores

  • bump version to 0.11.0
  • add contributors section to release notes
  • bump yaml from 2.8.2 to 2.8.3 (#14)
  • bump picomatch from 4.0.3 to 4.0.4 (#13)

Contributors

Thanks to @krodak for contributing to this release! 🎉

Full diff: v0.10.0...v0.11.0

v0.10.0

31 Mar 10:40

Choose a tag to compare

Features

  • add notion move command to reparent pages (#12)

Bug Fixes

  • make skill universal + improve description triggers (#15)

Documentation

  • add notion move command to using-notion-cli skill

Chores

  • bump version to 0.10.0

Contributors

Thanks to @krodak for contributing to this release! 🎉

Full diff: v0.9.1...v0.10.0

v0.9.1

31 Mar 09:58

Choose a tag to compare

Features

  • add notion db create command (#11)

Documentation

  • make agent setup guide tool-agnostic and follow Agent Skills standard
  • mark multi-op content editing as shipped in parity doc

Chores

  • bump version to 0.9.1

Full diff: v0.9.0...v0.9.1

v0.9.0

24 Mar 09:49

Choose a tag to compare

Features

  • add --reply-to and --block flags for comment threads (#10)
  • add --sort flag to search and ls commands (#9)

Chores

  • bump version to 0.9.0

Full diff: v0.8.0...v0.9.0

v0.8.0

24 Mar 06:58

Choose a tag to compare

Features

  • add notion archive command to trash pages (#8)
  • support creating pages in databases with --prop, --icon, --cover (#7)

Chores

  • bump version to 0.8.0

Full diff: v0.7.0...v0.8.0

v0.7.0

23 Mar 18:49

Choose a tag to compare

Features

  • replace --range selectors with --find/--replace in edit-page (#6)
  • add notion update command for setting page properties (#4)
  • add integration test infrastructure for CLI (#2)

Documentation

  • add feature parity comparison with Notion MCP server (#3)

Chores

  • bump version to 0.7.0

Full diff: v0.6.0...v0.7.0

v0.6.0

09 Mar 22:41

Choose a tag to compare

Features

  • add surgical page editing with ellipsis selectors

Chores

  • bump version to 0.6.0

Full diff: v0.5.0...v0.6.0

v0.5.0

04 Mar 14:08

Choose a tag to compare

Features

  • replace block parser with Notion native markdown API

Bug Fixes

  • write release notes line by line to avoid literal \n in output

Chores

  • bump version to 0.5.0

Full diff: v0.4.1...v0.5.0