Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

82 lines (52 loc) · 2.46 KB

Changelog

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.

Changed

  • Bumped all major dependencies.

1.0.0 - 2023-09-27

Changed

  • Bumped mml-lib@v1.0.0.

0.3.0 - 2023-09-20

Added

  • 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

Changed

  • Bumped mml-lib@v0.4.0.

0.2.1 - 2023-08-30

Changed

  • Improved shell expansion.
  • Use clap derive feature for parsing arguments.

0.2.0 - 2023-08-27

Changed

  • Bumped mml-lib@v0.2.0.
  • Renamed cargo feature pgp-cmds to pgp-commands.

Fixed

  • Fixed wrong main command name.

0.1.1 - 2023-08-27

Fixed

  • 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

  • Removed pgp-cmds feature from default ones.

0.1.0 - 2023-08-23

Added

  • Added compile and interpret feature from mml-lib.