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.
-
Refactored IMAP auth config API
The IMAP auth config option is now explicit, in order to improve error messages:
# before right.backend.password.cmd = "pass show example" # after right.backend.auth.type = "password" right.backend.auth.cmd = "pass show example"
1.0.0-beta - 2024-04-15
- Added
--debug
as an alias forRUST_LOG=debug
. - Added
--trace
as an alias forRUST_LOG=trace
. - Added notes about
--debug
and--trace
when error occurs. - Added
left|right.folder.aliases
to define custom folder aliases.
- Replaced
anyhow
bycolor-eyre
for better error management. - Replaced
log
bytracing
for better log management. - Renamed
folder.filter
tofolder.filters
in order to match lib types. - Renamed
envelope.filter
toenvelope.filters
in order to match lib types. - Renamed
check
command todoctor
.
0.1.0 - 2024-04-10
- Initiated the project from Himalaya CLI.