Skip to content

Releases: ritalee2333/obsidian-quick-date-picker

1.1.5

11 Jun 02:42

Choose a tag to compare

Fixes

  • Resolve async event listener and any assignment warnings

1.1.4

10 Jun 12:24

Choose a tag to compare

Bug Fixes

  • Update document reference to use window.document for better compatibility

1.1.3

10 Jun 11:47

Choose a tag to compare

Fixes for Obsidian Community Plugin Review

  • Type Safety: Removed all any casts, replaced with proper TypeScript interfaces
  • Popout Window Support: Uses activeDocument with document fallback 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 with void
  • Dependency: Pinned obsidian to exact version 1.12.3

1.1.2

10 Jun 04:16

Choose a tag to compare

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

08 Jun 11:12

Choose a tag to compare

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) and MMMM (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

v1.0.0...v1.1.1

1.0.0

08 Jun 07:36

Choose a tag to compare

Initial release of Quick Date Picker