Skip to content

Releases: ctrlaltwill/LearnKit

LearnKit 1.6.6

31 May 05:35

Choose a tag to compare

Release Date

2026-05-31

Summary

LearnKit 1.6.6 is a patch release that builds on version 1.6.5.

What's Changed

  • Hotfix for a LaTeX/math cloze error.

LearnKit 1.6.5

30 May 01:52

Choose a tag to compare

Release Date

2026-05-30

Summary

LearnKit 1.6.5 is a hotfix release that builds on version 1.6.4.

What’s Changed

  • Hotfix for a React error causing runtime instability in LearnKit workflows.

LearnKit 1.6.4

29 May 09:17

Choose a tag to compare

Release Date

2026-05-29

Summary

LearnKit 1.6.4 is a minor release that builds on version 1.6.3.

What's Changed

  • CSS lint fixes for new Obsidian community plugins directory.
  • Fixed package lockfile sync so npm ci passes reliably in CI.

LearnKit 1.6.3

29 May 08:48

Choose a tag to compare

Release Date

2026-05-29

Summary

LearnKit 1.6.3 is a minor release that builds on version 1.6.2.

What's New

  • If text is highlighted when using the ribbon menu to make a new card, then this is inserted into the question field of the card creation modal.

What's Changed

  • CSS lint fixes for new Obsidian community plugins directory.

LearnKit 1.6.2

19 May 04:51

Choose a tag to compare

Release Date

2026-05-20

Summary

LearnKit 1.6.2 is a hotfix and lint improvement that builds on version 1.6.1.

LearnKit 1.6.1

18 May 08:28

Choose a tag to compare

Release Date

2026-05-17

Summary

LearnKit 1.6.1 is a hotfix and lint improvement that builds on version 1.6.0.

LearnKit 1.6.0

17 May 09:38

Choose a tag to compare

Release Date

2026-05-17

Summary

LearnKit 1.6.0 is the first feature release since the Obsidian Community Plugins launch. This update updates the analytics module to utilise Chart.js for visualisation, as well as several other CSS lint fixes. If you identify any issues please raise them as per the normal channels.

LearnKit 1.5.1

15 May 00:52

Choose a tag to compare

Release Date

2026-05-15

Summary

LearnKit 1.5.1 is a small compatibility release focused on Obsidian Community Plugins approval readiness.

What's Changed

  • Expanded shorthand CSS hex colors to full 6-digit form across source and build output for lint consistency.
  • Added automated CSS normalization during build so release artifacts remain approval-compliant.
  • Performed minor compatibility tidy-up for Community Plugins review.

Note

This is an approval-readiness update, with no major user-facing feature changes.

LearnKit 1.5.0

13 May 19:17

Choose a tag to compare

Release Date

2026-05-14

Summary

LearnKit 1.5.0 is a compatibility release for the Obsidian Community Plugins registry. The focus of this update is making LearnKit install and update cleanly through Obsidian's in-app plugin browser.

Existing Users

If you're already using LearnKit, back up your current plugin folder before updating. When you install the new community plugin version, copy over everything from your old plugin folder except main.js, styles.css, and manifest.json. Then restore your database from Settings to bring your content back.

If you prefer, you can continue using BRAT instead. That will keep you on the GitHub release track and give you updates as soon as they are published.

New Users

For a new install, use the Obsidian Community Plugins browser. You can also download the release manually or install through BRAT if you want to follow the GitHub release channel.

LearnKit 1.4.1

11 May 00:58

Choose a tag to compare

Release Date

2026-05-11

Summary

LearnKit 1.4.1 is a small hotfix release focused on making sync safer and more predictable after 1.4.0.

Highlights

Sync Guardrails

  • Added a clearer first-run sync setup so you can choose how much LearnKit is allowed to change in your notes.
  • Improved sync messaging so it is easier to understand what LearnKit will and will not update.

Other Small Fixes

  • Included a few small reliability fixes in nearby parts of the app.