Release 0.3.2
This commit is contained in:
parent
9e2a9b33d2
commit
11dbf07895
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue