Release 1.0.0 - #88
Merged
Merged
Conversation
Version metadata to 1.0.0 across manifest.json, versions.json, package.json and package-lock.json. Release notes finalized, including the task-list EPUB and nested HTML batch fixes. Owner decision recorded: native platform verification is scoped to macOS for 1.0.0; other platforms stay supported by design without a public test-matrix claim. README privacy wording now matches observed behavior (remote resources referenced by a note are fetched during export rendering; no telemetry, nothing else sent externally) and the internal verification-status pointer was removed from the README. T9 executed against this build in real Obsidian: 0.7.4-release -> 1.0.0 upgrade preserves settings and prior outputs (timestamped redirect with the blue-image resolution verified), PDF/EPUB smokes pass, and a clean install restores defaults with a five-format smoke passing. Full gates green: check:version, version script tests, lint, build, 413/413 tests.
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
Prepares the 1.0.0 release: version bump, release notes, documentation finalization, and the platform verification scope decision.
Changes
manifest.json,versions.json,package.json,package-lock.json(npm version 1.0.0 --no-git-tag-version, all four consistent percheck:version).docs/releases/1.0.0/release-notes.md): non-destructive exports, explicit export outcomes, timestamped-destination layout, task-list EPUB validity and nested HTML batch image fixes.Verification
RELEASE_TAG=1.0.0 npm run check:version,node --test scripts/check-version.test.mjs, lint, build,npm test(413/413) all green.main.jse371765a… (identical executable code to the natively verified acceptance build), manifest 274e5b7e…, styles f69c442f….After merge, the release proceeds by tagging
1.0.0from main; the CI release workflow publishes assets and the prepared release notes.