Skip to content

Releases: mholzen/workflowy

v0.9.0

19 Feb 19:06

Choose a tag to compare

Changelog

  • 8fdd339 Add design doc for --ancestor-depth and --to-ancestor options
  • 997e7f0 Add design doc for --include-ancestors feature
  • 22bf3c1 Add implementation plan for --ancestor-depth and --to-ancestor options
  • 13e3660 Add implementation plan for --include-ancestors feature
  • aeeb89e feat: add --ancestor-depth and --to-ancestor flags to CLI get command
  • 85b44cd feat: add --include-ancestors flag to CLI get command
  • 4e7b82f feat: add BuildAncestorSpine for wrapping nodes in ancestor path
  • 0591ccc feat: add FindItemWithAncestors tree traversal
  • 26118fb feat: add SliceAncestorsTo for slicing ancestor chain to a specific node
  • 58b19cf feat: add TruncateAncestors for limiting ancestor depth
  • 28ce231 feat: add ancestor_depth and to_ancestor parameters to MCP workflowy_get tool
  • ef27567 feat: add include_ancestors parameter to MCP workflowy_get tool

v0.8.1

10 Feb 22:44

Choose a tag to compare

Changelog

  • b8c1c42 add "group" transform
  • f7d501e add support for regex in split transforms, add option to split markdown lists
  • 5b11e6a bump version
  • 214e43a export method option to all MCP tools and as default for MCP server startup
  • 723248e update changelog for release
  • ee106e4 update release target

v0.8.0

03 Feb 20:20

Choose a tag to compare

Changelog

  • bca93b3 add group-by=parent,path,modified,created
  • dba0a88 add order-by flag to support ascending/descending order
  • dd437d4 add support for new options to mcp
  • 293e8ad add tree group-by option, replicate native search experience
  • 02f1cab allow single dash options to be combined (eg. search -iE)
  • 933f406 exclude completed items by default, add --include-completed flag
  • fcb3518 update api timeout from 10s to 30s
  • aadb631 update changelog and bump version
  • d9cc4a4 update docs

v0.7.5

30 Jan 22:31

Choose a tag to compare

Changelog

  • 8517d69 try refreshing export cache once if items are not found
  • ff33151 update docs, prepare for release

v0.7.4

28 Jan 03:32

Choose a tag to compare

Changelog

v0.7.3 - Transform Improvements

22 Jan 23:41

Choose a tag to compare

Changelog

  • 440dfe6 add basic get command to README. simplify default MCP configuration
  • e2d9ee7 bump version
  • f435d2f ensure transform uses "get" fetch logic. add debug logs
  • a61fd5b fix release targets
  • de27279 update README with latest tools
  • a9dabf4 update changelog
  • 1fef44e update release scripts

v0.7.2

20 Jan 03:30

Choose a tag to compare

Changelog

  • ea716aa add scoop packages for Windows
  • 0244a40 parse mirrors from backup, add report of mirrors by count
  • 891c553 update docs
  • 80eaeaf update server.json version

v0.7.1

18 Jan 06:31

Choose a tag to compare

Changelog

  • 35e4afb add "write root" flag to sandbox changes to a specific id
  • 5d305b5 update release targets and docs

v0.7.0

16 Jan 18:13

Choose a tag to compare

Changelog

  • b4b0eb7 add "transform" command
  • e8ca05a add --as-child flag for transforms
  • 2496a70 add command "id" to resolve short ids and display the matching full uuid
  • 999a762 add move command
  • 8cb190e changed to minimal Dockerfile for stdio interface to register with the default MCP registery. Glama.ai Dockerfile now available in registeries/Dockerfile.glama
  • a35fc5f ensure the split command is available as an mcp tool
  • f4eb921 ignore mcp registry tokens
  • da10d6f make consistent references to id, nodes, item in usage, descriptions, help
  • a1607b7 require explict "split" tranform name, default separator
  • a956117 update README
  • ec6bf4d update TODO
  • e430567 update changelog and version

v0.6.0

07 Jan 01:44

Choose a tag to compare

Changelog

  • 65da4c9 Update README.md
  • 46fa327 add Dockerfile for glama.ai
  • e3c53e5 add MCP documentation
  • 8f3be51 add glama claim file
  • d1762e7 add support for providing api key with an environment variable
  • 7d32eb6 delete cache prior to running integration tests
  • d8a9781 fix: node id sanitzed before checking for targets
  • 55c53c6 remove workflowy url prefix when interpreting nodes
  • df2643f resolve node ids using the last 12 digits by searching all nodes
  • 500afbc santize node ids, removing non-uuid characters
  • 6d3ca97 subsitute ~ in path names
  • fafb69f update README
  • 456f55f update README with glama badge
  • b6286cd update documentation
  • 50b2eaa update version