Releases: nyonyataro/obsidian-mood-journal
Releases · nyonyataro/obsidian-mood-journal
Release list
Mood Journal 2.1.0
Mood Journal 2.1.0 adds the Dashboard MVP with mood trend visualization, daily summaries, five-level distribution, responsive layout improvements, automatic language detection, and an npm 10-compatible dependency lockfile.
Mood Journal 2.0.0
2.0.0
- Require Obsidian 1.13.0 or later.
- Migrate the settings screen to the declarative
SettingPageAPI while preserving the existing settings UI and persistence behavior. - Regenerate
package-lock.jsonwith npm 10 so Community Review can install dependencies reliably.
Validation
npm run checkpassed with 78 tests.- npm 10.9.2 clean install passed.
- npm 11.18.0 dry-run install passed.
- Community Review completed with no Source code findings and Dependencies Pass.
- Obsidian 1.13.7 local-vault smoke test passed with no captured errors.
This is a breaking compatibility release for users running Obsidian older than 1.13.0.
Mood Journal 1.0.7
What's changed
- Removed automatic clipboard writes and replaced recovery copy with a selectable Markdown preview.
- Removed plugin-side Vault-wide file enumeration for path suggestions.
- Enforced strict TypeScript unsafe lint rules and removed CSS !important overrides.
- Added the Obsidian 1.13 settings API hook while preserving the compatible settings UI.
Verification
- lint passed with strict unsafe rules
- 78 tests passed
- production build and release workflow passed
- release artifact attestations created
Mood Journal 1.0.6
What's changed
- Added optional Buy Me a Coffee funding metadata and support guidance. Support remains optional and does not unlock features.
- Inserted new Journal logs next to their time anchors without moving free-form Markdown or normalizing existing note content.
- Fixed the Mood Journal settings layout and added Feedback and Donate links.
Verification
- lint passed
- 78 tests passed
- production build passed
- release assets, version metadata, and Funding URL verified
Mood Journal 1.0.5
What's changed
- Reworked mobile modal layout so the journal, setup wizard, and tag editor use the visible viewport height.
- Removed fixed keyboard padding that could appear after selecting buttons or misalign inputs across keyboards.
- Kept modal actions reachable while the body scrolls.
- Added button boundaries and shadows, and removed unwanted separator shadows above action bars.
Verification
- lint passed
- 68 tests passed
- production build passed
- release assets and version metadata verified
Mood Journal 1.0.4
What's changed
- Fixed software-keyboard overlap in the journal modal on Android and iOS.
- Added shared mobile viewport handling for the journal, setup wizard, and tag editor.
- Improved safe-area handling for iPhone/iPad and orientation changes.
- Prevented duplicate saves and made settings persistence recover after failures.
- Added regression tests for viewport calculations and settings serialization.
Verification
- lint passed
- 70 tests passed
- production build passed
- release assets and version metadata verified
Mood Journal 1.0.3
Fixed
- Keep the journal memo field visible on Android when the software keyboard opens.
1.0.2
修正内容
- リリース成果物のバージョンを 1.0.2 に修正しました。
- main.js、manifest.json、styles.css のすべてにビルド来歴のattestationを付与します。
- Obsidian 1.13以降の設定検索に対応し、非推奨のclipboardフォールバックを廃止しました。