Releases: alpha22jp/simplenote2.el
Releases · alpha22jp/simplenote2.el
v3.0.0
version 2.2.2
version 2.2.2 (2015-04-05)
- New: Minor mode
simplenote2-note-mode
is now applied to simplenote note buffer. - Fix: Notes including some sort of charactors are not updated correctly due to the wrong way of URI encoding for JSON data.
version 2.2.1
- Fix: Empty header line causes crash
version 2.2.0
- New: support adding tags and other attributes to new notes before they are synced to the server.
- New: add customize variable
simplenote2-create-note-hook
. - Modify: improve buffer handling when new notes are synced to the server.
- Fix:
M-x simplenote2-set-markdown
doesn't change the major mode immediately.
version 2.1.1
version 2.1.1 (2015-02-25)
- Fix: some charactors can't be synced due to lack of URI encode.
version 2.1.0
version 2.1.0 (2015-02-22)
- Add: support editing tags and other attributes (pinned, markdown).
- Add: customize variable
simplenote2-markdown-notes-mode
. - Modify: improve some browser screen appearance and UI.
- Fix: fix some minor bugs.