Skip to content

Releases: liufree/ai-cloze-review

1.0.8

21 Jun 15:05

Choose a tag to compare

1.0.7

21 Jun 15:03

Choose a tag to compare

chore: bump version to 1.0.7

v1.0.6

21 Jun 14:46

Choose a tag to compare

Changes

  • Fix undescribed eslint-disable comments (inline descriptions)
  • Remove disallowed obsidianmd/no-unsupported-api disable rule

v1.0.5

21 Jun 14:39

Choose a tag to compare

Changes

  • Fix undescribed eslint-disable comments
  • Replace plugin instance with view component to prevent memory leaks
  • Bump minAppVersion to 1.7.2 for setDisabled API
  • Suppress display() deprecation warning (getSettingDefinitions requires ≥1.13.0)

1.0.4

21 Jun 14:30

Choose a tag to compare

fix: resolve plugin review issues and bump to 1.0.4

- Replace direct style assignments with setCssProps
- Use setHeading() instead of raw h3 elements
- Bump minAppVersion to 1.1.0 for setDisabled API
- Replace innerHTML with safe DOM creation
- Fix any types with proper interfaces
- Use window.setTimeout and activeDocument for popout compat
- Replace deprecated APIs (renderMarkdown, setDynamicTooltip, activeLeaf)
- Add void for unawaited promises
- Remove builtin-modules dependency
- Add package-lock.json and GitHub Actions release workflow

1.0.3

21 Jun 06:18

Choose a tag to compare

Fix: toolbar t.ready ReferenceError on plugin load

1.0.2

21 Jun 06:14

Choose a tag to compare

  • i18n: AI prompts support Chinese/English switching
  • Test Connection button in AI settings
  • Parallel API calls for faster generation
  • Preserve title and frontmatter in review overlay
  • Fix content display when switching notes during AI generation
  • Language switch now refreshes commands and toolbar instantly

1.0.1

21 Jun 06:13

Choose a tag to compare

bump version to 1.0.1

Initial Release

20 Jun 15:18

Choose a tag to compare

First release of AI Cloze Review plugin.

Features:

  • AI-powered cloze deletion generation
  • Interactive review mode with click-to-reveal
  • Dynamic cloze density based on content length
  • Supports OpenAI-compatible APIs (OpenAI, DeepSeek, etc.)
  • Mobile-optimized UI
  • Readable line length support