Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

53 lines (31 loc) · 1.5 KB

Change Log

All notable changes to the "anki" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[1.2.0]

  • Added support for Math/Latex syntax

[1.0.4]

  • Fixed bug where various assets were ignored in production builds

[1.0.3]

  • Remove single-line check, this caused a regression with Cloze #26

[1.0.2]

  • Fixed a bug where the deck name was including all content underneath on "Send To Own Deck". #25 (thanks @MicahGV)

[1.0.1]

  • Fix bug where non-ascii characters for media was not being sent #22
  • The extension bundle is now smaller due to dropped support of older Node versions

[1.0.0]

  • Addition of unit tests for card parser
  • Fixed small bug which prevents cards being created if no body

[0.3.0]

  • Added support for images
  • Fixed potential bug which creates multiple templates

[0.2.0]

  • Support for Cloze deletions, you just need to use Cloze syntax in your card title
  • Fixed a bug where errors weren't properly emitted

[0.1.0]

  • Added a command that allows users to force an install (in case initial install fails)
  • Anki Explorer now includes Templates!
  • Anki Explorer now uses Anki icons!
  • Anki Explorer shows "read-only" data such as CSS for templates and Card details in JSON
  • Various bug fixes

[Unreleased]

  • Initial release