Releases: xiwei945/word-count-calendar
Releases · xiwei945/word-count-calendar
Release list
1.2.7
1.2.6
1.2.5
Directory review cleanup
- Replace destructive browser confirmation dialogs with themed Obsidian modals.
- Remove CSS !important overrides by scoping plugin selectors.
- Tighten frontmatter value handling and remove a redundant regular-expression escape.
- Place an English plugin summary directly beneath the README title.
1.2.4
Directory review warning reduction
- Use Obsidian SVG helpers and cross-window timer APIs.
- Make command and UI callback promise handling explicit.
- Tighten runtime data boundaries with unknown parsing and ES2018 typings.
- Remove the deprecated builtin-modules build dependency.
1.2.3
Community Directory review fixes
- Remove the generated main.js bundle from the source repository; release assets remain the installation source.
- Ignore future generated main.js bundles in Git.
- Remove routine console logging from the plugin runtime.
v1.2.2
Community Directory review fixes
- Raise the minimum supported Obsidian version to 1.7.2.
- Use Obsidian setting headings in the settings tab.
- Replace direct inline style assignments with CSS classes and setCssProps().
- Add an English plugin description and README summary.