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.
- Bumped all major dependencies.
1.0.0 - 2023-09-27
- Bumped
mml-lib@v1.0.0
.
0.3.0 - 2023-09-20
- Added better diagnostic with
ariadne
. - Added
mml interpret
options:--include-header
to include specific header to the interpreted message (cumulative)--exclude-header
to exclude specific header from the interpreted message (cumulative)--include-part
to include specific MIME types to the interpreted message (cumulative)--exclude-part
to exclude specific MIME types from the interpreted message (cumulative)--show-multiparts
to enable interpretation of multiparts--save-attachments
to automatically save attachments to directory defined by--save-attachments-dir
--save-attachments-dir
to define directory attachments should point to--hide-attachments
to disable interpretation of all attachments--hide-inline-attachments
to disable interpretation of inline attachments only--hide-plain-texts-signature
to trim out signature from text plain parts
- Bumped
mml-lib@v0.4.0
.
0.2.1 - 2023-08-30
- Improved shell expansion.
- Use
clap
derive feature for parsing arguments.
0.2.0 - 2023-08-27
- Bumped
mml-lib@v0.2.0
. - Renamed cargo feature
pgp-cmds
topgp-commands
.
- Fixed wrong main command name.
0.1.1 - 2023-08-27
- Fixed missing angles when compiling MML containing one of those headers: Message-ID, References, In-Reply-To, Return-Path, Content-ID, Resent-Message-ID.
- Fixed windows build.
- Removed
pgp-cmds
feature from default ones.
0.1.0 - 2023-08-23
- Added
compile
andinterpret
feature from mml-lib.