Skip to content

Releases: pimalaya/himalaya

v0.5.6

22 Feb 15:56
158bc86
Compare
Choose a tag to compare

Added

  • Sort command [#34]
  • Maildir support [#43]

Fixed

  • Suffix to downloaded attachments with same name [#204]

v0.5.5

08 Feb 13:51
585fa77
Compare
Choose a tag to compare

Added

Fixed

  • Multiple recipients issue [#288]

v0.5.4

04 Feb 23:32
e33a9a7
Compare
Choose a tag to compare

Fixed

  • Add attachments with save and send commands [#47] [#259]
  • Invalid sequence set [#276]

v0.5.3

03 Feb 22:34
c5ed252
Compare
Choose a tag to compare

Added

  • Activate rust-imap logs when trace mode is enabled
  • Set up cargo deployment

v0.5.2

02 Feb 01:17
ea6cd48
Compare
Choose a tag to compare

Fixed

  • Blur in list msg screenshot [#181]
  • Make inbox, sent and drafts folders customizable [#172]
  • Vim plugin get focused msg id [#268]
  • Nix run issue [#272]
  • Range not displayed when fetch fails [#276]
  • Blank lines and spaces in text/plain parts [#280]
  • Watch command [#271]
  • Mailbox telescope.nvim preview [#249]

Removed

  • The wiki git submodule [#273]

v0.5.1

24 Oct 21:44
v0.5.1
f9775ae
Compare
Choose a tag to compare

Added

  • Disable color feature [#185]
  • --max-width|-w argument to restrict listing table width [#220]

Fixed

  • Error when receiving notification from notify command [#228]

Change

  • Remove error when empty subject [#229]
  • Vim plugin does not render anymore the msg by itself, it uses the one available from the CLI [#220]

v0.5.0

10 Oct 22:07
v0.5.0
767eee9
Compare
Choose a tag to compare

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]

v0.4.0

03 Jun 14:16
v0.4.0
7c88896
Compare
Choose a tag to compare

Added

  • Add ability to change account in with the Vim plugin [#91]
  • Add possibility to make Himalaya default email app [#160] [#161]

Changed

  • [BREAKING] Short version of reply --all arg is now -A to avoid conflicts with --attachment|-a
  • Template management [#80]

Fixed

  • \Seen flag when moving a message
  • Attachments arg for reply and forward commands [#109]
  • Vim doc [#117]

Removed

  • Content-Type from templates [#146]

v0.3.2

08 May 20:34
v0.3.2
f6b2fa7
Compare
Choose a tag to compare

Added

  • Mailbox attributes [#134]
  • Wiki entry about new messages counter [#121]
  • Copy/move/delete a message in vim [#95]

Changed

  • Get signature from file [#135]
  • [BREAKING] Split idle command into two commands:
    • notify: Runs notify-cmd when a new message arrives to the server
    • watch: Runs watch-cmds when any change occurs on the server

Removed

  • .exe extension from release binaries [#144]

v0.3.1

03 May 22:24
v0.3.1
9ea84be
Compare
Choose a tag to compare

Added

  • Send message via stdin [#78]

Fixed

  • Table with subject containing \r, \n or \t [#141]
  • Overflow panic when shrink column [#138]
  • Vim plugin empty mailbox message [#136]