diff --git a/README.org b/README.org index f24dc11..5655a52 100644 --- a/README.org +++ b/README.org @@ -70,6 +70,12 @@ yet. New decks must be created in Anki first. * Change Log - *0.1.2* - - Make deck/note insertion commands smarter on choosing insertion point - - Bug fixes + *v0.2.0* + - Fix =org-element= not functioning correctly in temp buffer. + - Add a command to cloze region. + - Refactor the code to do the translation with Org's exporting framework. + - Add a customization variable to break consecutive braces in latex. + + *v0.1.2* + - Make deck/note insertion commands smarter on choosing insertion point. + - Fix latex environments being joined with the elements following it. diff --git a/anki-editor.el b/anki-editor.el index 540ad99..fa216e0 100644 --- a/anki-editor.el +++ b/anki-editor.el @@ -5,7 +5,7 @@ ;; Filename: anki-editor.el ;; Description: Make Anki Cards in Org-mode ;; Author: Louie Tan -;; Version: 0.1.2 +;; Version: 0.2.0 ;; Package-Requires: ((emacs "25")) ;; URL: https://github.com/louietan/anki-editor ;;