Release 0.3.2

This commit is contained in:
louie 2018-07-15 16:51:00 +08:00
parent 9e2a9b33d2
commit 11dbf07895
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
* Changelog
** v0.3.2
- Fixes issue #19
- Fixes issue #20
- Advising and hook functions execute only when this mode is turned on for current buffer
- Exposes two functions: ~anki-editor-map-note-entries~ and ~anki-editor-note-at-point~
** v0.3.1
- Fixes issue #17

View file

@ -4,7 +4,7 @@
;;
;; Description: Make Anki Cards in Org-mode
;; Author: Lei Tan
;; Version: 0.3.1
;; Version: 0.3.2
;; Package-Requires: ((emacs "25") (request "0.3.0") (dash "2.12.0"))
;; URL: https://github.com/louietan/anki-editor
;;