Releases: mholzen/workflowy
Releases · mholzen/workflowy
v0.9.0
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
v0.8.0
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
v0.7.4
v0.7.3 - Transform Improvements
v0.7.2
v0.7.1
v0.7.0
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
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