Releases: ritalee2333/obsidian-quick-date-picker
Releases · ritalee2333/obsidian-quick-date-picker
1.1.5
1.1.4
Bug Fixes
- Update document reference to use
window.documentfor better compatibility
1.1.3
Fixes for Obsidian Community Plugin Review
- Type Safety: Removed all
anycasts, replaced with proper TypeScript interfaces - Popout Window Support: Uses
activeDocumentwithdocumentfallback for compatibility - CSS Best Practices: Replaced direct style assignments with CSS variables and classes; removed
!important - IME Input Fix: Resets composition state after auto-replacing relative dates to prevent trailing characters
- Whitespace Support: Relative date expressions now support optional whitespace (e.g.
+ 3 d) - Code Quality: Uses
Setting.setHeading()instead of direct DOM creation; marks unawaited Promises withvoid - Dependency: Pinned obsidian to exact version 1.12.3
1.1.2
Community Marketplace Release
- Fixed release tag format (removed 'v' prefix to match Obsidian requirements)
- Added release assets: main.js, manifest.json, styles.css
v1.1.1
What's Changed
New Features
- i18n Support: Setting panel and calendar popup now adapt to Obsidian's interface language (Chinese / English)
- Format Dropdown: Focus the date format input in Settings to see a dropdown of recommended formats
- English Month Names: Added
MMM(e.g. Jun) andMMMM(e.g. June) tokens - Expanded Default Formats: 4 built-in formats including Wiki Link, Chinese, US Date, and US Numeric
UI Improvements
- Wider popup sidebar so preview text stays on a single line
Full Changelog
1.0.0
Initial release of Quick Date Picker