Skip to content

Releases: kitschpatrol/yanki

v2.0.8

12 May 21:07

Choose a tag to compare

  • e85a4a6 Release: 2.0.8
  • 9efd5ba Fix es2020 compatibility by removing top-level await.

v2.0.7

12 May 20:52

Choose a tag to compare

  • a7faa70 Release: 2.0.7
  • b4d666b Fix for phantom notes in browser tests.
  • e230eef Fix file mime type detection flakiness.
  • acf3af3 Fix for uncaught model creation warnings.
  • 8c4bc60 Update AnkiConnect branding to match Anki add-on style, not repo style. Update yanki-connect.

v2.0.6

12 May 19:17

Choose a tag to compare

  • 7ca7130 Release: 2.0.6
  • bf9c54b Narrow supported shiki code syntax highlighting languages to reduce bundle size by ~70%.

v2.0.5

12 May 03:32

Choose a tag to compare

  • f1e285d Release: 2.0.5
  • 94d18ad Update dependencies.
  • 2b43313 Fix #15 by detecting inserting a space between consecutive closing braces in clozed MathJax expressions. Thanks @l1mey112 for reporting.
  • e3a804d Code format changes from shared-config update.
  • 2f209ed Update dependencies.
  • 4ad9f2b Improve test determinism.

v2.0.4

07 Apr 02:04

Choose a tag to compare

  • af9868c Release: 2.0.4
  • c55344e Fix for #12, coercing tag frontmatter to strings. With tests. (Thank you @avinashkanaujiya.)
  • 0399958 Update dependencies. Extract regex to module constants for performance.
  • 8c7fb99 Add a per-user exe file path to findAnkiWindows (Thank you @paq.)
  • 4333e67 Lint fixes. Pin Python version in CI.
  • d0a40cb Add badge and fix workflow warning.
  • ea6e5b2 Add CI for all three platforms (#9)
  • 9785766 Update dependencies.

v2.0.3

01 Mar 22:38

Choose a tag to compare

  • 9035c71 Release: 2.0.3
  • a3b223b Improve test coverage.
  • 249309f Update dependencies.
  • 73535d4 Fix typos in readme and CLI help.
  • ffe09fa Fix: Prevent RegEx injection when cleaning up base paths.
  • ba06112 Fix: Media assets missing in Anki are re-uploaded correctly during sync even if notes are unmodified.

v2.0.2

01 Mar 17:49

Choose a tag to compare

v2.0.1

28 Feb 22:35

Choose a tag to compare

  • 8c2b67a Release: 2.0.1
  • d8abb96 Improve test stability by clearing Anki profile.
  • 6a0a6f0 Fix #6 by syncing media assets as base64 data instead of file paths for compatibility with remote hosts. Thank you @rjkroege for reporting.
  • a135403 Bundle the CLI again, and also provide bundle for CDNs. Update dependencies.

v2.0.0

19 Feb 17:59

Choose a tag to compare

  • b7636ad Release: 2.0.0
  • b31db00 Improve test reliability.
  • ec9e0dc Breaking: Drop Node 18 support. Require Node 20.11 or higher.
  • 60a7743 Migrate from pkgroll to tsdown. Don't bundle dependencies.

v1.2.11

19 Feb 03:12

Choose a tag to compare

  • e16e873 Release: 1.2.11
  • 6416ea5 Fix #5 by excluding directories from internal glob matches. Add test case. Thank you @l1mey112 for reporting.
  • c9cbaf2 Update dependencies.