Skip to content

Releases: alpha22jp/simplenote2.el

v3.0.0

30 Nov 14:12
Compare
Choose a tag to compare
  • New: Introduce a new type of browser screen based on tabulated list.
  • Fix: #18: Can not retrieve all notes when there are many notes to sync.

version 2.2.2

05 Apr 12:20
Compare
Choose a tag to compare

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

17 Mar 13:12
Compare
Choose a tag to compare
  • Fix: Empty header line causes crash

version 2.2.0

04 Mar 13:02
Compare
Choose a tag to compare
  • 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

01 Mar 03:31
Compare
Choose a tag to compare

version 2.1.1 (2015-02-25)

  • Fix: some charactors can't be synced due to lack of URI encode.

version 2.1.0

01 Mar 03:32
Compare
Choose a tag to compare

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.