Skip to content

Latest commit

 

History

History
140 lines (75 loc) · 7.14 KB

CHANGELOG.md

File metadata and controls

140 lines (75 loc) · 7.14 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.1.15 (2023-03-21)

Note: Version bump only for package @autoanki/sync

0.1.14 (2023-03-12)

Note: Version bump only for package @autoanki/sync

0.1.13 (2023-03-09)

Bug Fixes

  • sync: failure when note field content is just a number (0f735f2)
  • sync: fix assertion failure (f676619)
  • sync: properly handle PICK_ANKI and PICK_SOURCE choices for sync update conflict (c1740d4)
  • sync: wrap long lines in source content when editing it in Anki Desktop's rich editor (558b12f)

Features

  • sync: handle PICK_ANKI and PIC_SOURCE choices for sync update conflict (eddbd44)

Performance Improvements

  • sync: make updating a lot of Autoanki notes much faster (91b6258)

0.1.12 (2023-02-02)

Bug Fixes

  • sync: failure when note field content is just a number (0f735f2)

0.1.11 (2022-12-31)

Performance Improvements

  • sync: make updating a lot of Autoanki notes much faster (91b6258)

0.1.10 (2022-12-31)

Bug Fixes

  • sync: wrap long lines in source content when editing it in Anki Desktop's rich editor (558b12f)

0.1.9 (2022-12-31)

Bug Fixes

  • sync: properly handle PICK_ANKI and PICK_SOURCE choices for sync update conflict (c1740d4)

0.1.8 (2022-12-31)

Bug Fixes

  • sync: fix assertion failure (f676619)

0.1.7 (2022-12-31)

Features

  • sync: handle PICK_ANKI and PIC_SOURCE choices for sync update conflict (eddbd44)

0.1.6 (2022-12-12)

Note: Version bump only for package @autoanki/sync

0.1.5 (2022-12-09)

Note: Version bump only for package @autoanki/sync

0.1.4 (2022-11-30)

Note: Version bump only for package @autoanki/sync

0.1.3 (2022-11-29)

Bug Fixes

  • sync: handle class name minification and correctly validate config schema (8b6174b)

0.1.2 (2022-11-29)

Features

  • sync: allow default choices to be configured for manual actions (3a1d35a)
  • sync: support editing the note source content in Anki Desktop's note editor (7788a9f)

0.1.1 (2022-11-21)

Bug Fixes

  • tags change detection should be order agnostic (c02c6cc)
  • type attribute in object tag inside metadata is not required (14000b6)

Code Refactoring

  • drastically changed how media files are handled (dd58183)

Features

  • pdf: support rendering PDFs on Anki-Android (daa7382)
  • support rendering PDFs inside Autoanki notes (08c602c)

Performance Improvements

  • logging: provide lazy logging primitives and use them (4f419f5)

BREAKING CHANGES

  • plugins' constructor signature changed

0.1.0 (2022-11-14)

Note: Version bump only for package @autoanki/sync

0.0.5 (2022-11-14)

Note: Version bump only for package @autoanki/sync

0.0.4 (2022-11-14)

Note: Version bump only for package @autoanki/sync

0.0.3 (2022-11-14)

Features

  • all: sync is roughly working (f4cd7ec)
  • make transformed note's final content non editable in Anki note editor (67c2b26)

0.0.2 (2022-11-14)

Features

  • all: sync is roughly working (f4cd7ec)
  • make transformed note's final content non editable in Anki note editor (67c2b26)