docs(release): add 1.9.0 release assets and refresh README hero - #171
Merged
Conversation
Adds dark-theme screenshots and GIFs captured from a live Obsidian 1.12.7 demo vault (reading-tracker scenario) for the 1.9.0 release notes, plus the hand-crafted notes themselves under docs/releases/1.9.0.md. Replaces the 2021 README hero gif with the new fluid property-creation GIF.
|
🎉 This PR is included in version 1.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Adds the media and hand-crafted release notes for the upcoming 1.9.0 release, and refreshes the README hero.
What's in here
docs/assets/releases/1.9.0/- 5 PNGs + 2 GIFs captured from a live Obsidian 1.12.7 instance (dark theme, default appearance) running currentmaster, using a realistic reading-tracker demo vault: native date-widget editing, fluid type-aware property creation, bulk edit with conflict policy, Auto Property multi-select with descriptions and the "new" badge, Auto Properties settings cards, tag rename with vault-wide autocomplete, and the suggester's native row actions.docs/releases/1.9.0.md- benefits-first release notes. Image URLs are raw.githubusercontent links pinned to the1.9.0tag, so they resolve once the release is cut (this commit is an ancestor of the tag). After semantic-release publishes the GitHub release, its auto-generated body gets replaced with this file viagh release edit.Why
1.8.4 shipped in January; since then master accumulated the native-widgets editor (#168), fluid property creation (#170), bulk edit (#124), Auto Property upgrades (#123/#139), value autocomplete (#125), the expanded API (#120), and a long list of hardening fixes. The release notes showcase these with real screenshots instead of a raw commit list.
Release/migration impact
Docs-only: no source, manifest, or build changes. The
docscommit type does not affect semantic-release's version calculation (the pendingfeatcommits already force 1.9.0).Verification
capturePagefrom the live dev vault (thedev:screenshotCLI serves stale frames for occluded windows - bypassed deliberately).rating: 9add; the bulk-edit conflict modal was cancelled.pnpm run lintandpnpm run test(384 passed) are green.