Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 22:07
v0.5.0
767eee9

Added

  • Mailto support [#162]
  • Remove previous signature when replying/forwarding a message [#193]
  • Config option signature-delimiter to customize the signature delimiter (default to -- \n) [#114]
  • Expand tilde and env vars for downloads-dir and signature [#102]

Changed

  • [BREAKING] Folder structure, message management, JSON API and Vim plugin [#199]
  • Pagination for list and search cmd starts from 1 instead of 0 [#186]
  • Errors management with anyhow [#152]

Fixed

  • Panic on flags command [#190]
  • Make more use of serde [#153]
  • Write message vim plugin [#196]
  • Invalid encoding when sending message [#205]
  • Pagination reset current account [#215]
  • New/reply/forward from Vim plugin since Tpl refactor [#176]