All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- support for
fzf-lua
as a folder picker - Added option
g:himalaya_config_path
to customize the TOML configuration file.
- Adjusted code for Himalaya CLI
v1.0.0-beta
. - Disabled CLI logs for them not to mess up with errors. #21
- Fixed changing folder using telescope due to script function not accessible from lua env [#47].
- Fixed copy, move and delete not working when using multiple ids [#147].
- Fixed too long JSON string not being processed [#98].
- Fixed
cancel
reply after exiting the email edition buffer.
- The Vim plugin has been removed from the
monorepo and extracted into
its own repo. It was a
good occasion to refactor the code and refresh the API. Here the
list of the breaking changes:
- config
g:himalaya_mailbox_picker
becameg:himalaya_folder_picker
- config
g:himalaya_telescope_preview_enabled
becameg:himalaya_folder_picker_telescope_preview
- keybind
himalaya-mbox-input
becamehimalaya-folder-select
- keybind
himalaya-mbox-prev-page
becamehimalaya-folder-select-previous-page
- keybind
himalaya-mbox-next-page
becamehimalaya-folder-select-next-page
- keybind
himalaya-msg-read
becamehimalaya-email-read
- keybind
himalaya-msg-write
becamehimalaya-email-write
- keybind
himalaya-msg-reply
becamehimalaya-email-reply
- keybind
himalaya-msg-reply-all
becamehimalaya-email-reply-all
- keybind
himalaya-msg-forward
becamehimalaya-email-forward
- keybind
himalaya-msg-copy
becamehimalaya-email-copy
- keybind
himalaya-msg-move
becamehimalaya-email-move
- keybind
himalaya-msg-delete
becamehimalaya-email-delete
- keybind
himalaya-msg-attachments
becamehimalaya-email-download-attachments
- keybind
himalaya-msg-add-attachment
becamehimalaya-email-add-attachment
- config