Bump version

This commit is contained in:
louie 2018-02-04 11:27:58 +08:00
parent 647df92aec
commit 98ef69c35f
2 changed files with 10 additions and 4 deletions

View file

@ -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.

View file

@ -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
;;