Release 2.6.0#54
Merged
Merged
Conversation
…nd create draft releases
…for cleaner setup
Publish pre-release(beta) build automatically
Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com>
Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com>
merge master into develop
Add book mode conference note example with TypeScript implementation
- Introduce a simple progress manager inside the example - Support RESUME_MODE env or --resume flag to continue - Persist per-session note creation and restore URLs on resume - Save progress after each note; include book URL on success
examples(book-mode-conference): add progress/resume support
Agent-Logs-Url: https://github.com/hackmdio/api-client/sessions/782df678-b097-4b7e-b0c7-451b5be8bbb7 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com>
Extend the Node.js client with user and team folder APIs, folder-aware note options, and exported folder types. Add an opt-in live e2e test suite and keep non-idempotent retries from masking server-side POST failures. Made-with: Cursor
Made-with: Cursor
Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump
@hackmd/apito 2.6.0 for a stable release.Highlights since 2.5.0
developpushesRelease steps (after merge)
Merging this PR alone publishes a beta build to npm (develop push workflow). For the stable release:
developv2.6.0on the merge commit:git checkout develop && git pull git tag v2.6.0 git push origin v2.6.0@hackmd/api@2.6.0, and opens a draft GitHub releaseTest plan
@hackmd/api@2.6.0on npmMade with Cursor