Skip to content

Latest commit

 

History

History
211 lines (131 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

211 lines (131 loc) · 12.9 KB

v1.1.0 (2024-01-29)

Features

  • Notification to prompt users to download hosts (da42d616)

Bug Fixes

  • ext: Update default Neovide argument to --no-fork (4805a1d1)

v1.0.0 (2023-12-01)

Bug Fixes

  • ext: Remove redundant toPlainObject() call (c4d12037)
  • host:
    • Don't use meta header if the value has commas or colons (4adb1004)
    • Don't add unescaped meta headers to custom headers (a1fe40e6)
    • Update help lines about optional values (b1c338e7)

Features

  • Support X-ExtEditorR meta header (aa7f2355)
  • Do not serialise empty custom headers array (36ce2193)
  • Configuration to always allow custom headers (b54c6c0a)
  • ext:
    • Add GNOME Terminal to options (ec07521a)
    • Warning when "/path/to/temp.eml" is missing (0dc0ba5c)
  • host:
    • Delivery Status Notification alias X-ExtEditorR-DSN (f460a44a)
    • List priority / delivery format options in help lines (4c7ee830)
    • Improve help header format (93b8bf28)
    • Support custom headers (6c3b77a6)
    • Support return receipt (27c3c063)
    • Support delivery status notification (2fe2e216)
    • Support delivery format (f91e157b)
    • Support priority (65c694ac)
    • Support attaching vCard (457e9bbb)

v0.6.0 (2023-02-10)

Features

  • Run a messaging host health check upon start (4d5545a6)
  • ext: Show a wiki banner in options if unhealthy (1419957c)

v0.5.0 (2023-01-26)

Features

  • Reset compose state if error is recoverable (34ac6cd4)
  • Allow customising temporary directory for EMLs (a4106bff)
  • ext: Group options into essential/advanced sections (faf5f5f4)

v0.4.3 (2022-12-06)

Features

  • host: Hide manifest wiki link under macOS (c25fe07d)

v0.4.2 (2022-10-20)

Bug Fixes

  • host: Fix crashes when EML has invalid UTF-8 (c8a428d0)

v0.4.1 (2022-09-27)

Bug Fixes

  • host: Support both LF & CRLF under Windows (49be80be)

v0.4.0 (2022-08-03)

Features

  • ext: Tooltip for compose window button (513bb962)
  • host:
    • CRLF in temporary EML files (31da04d2)
    • Add placeholders for absent headers (86f59dbd)
    • Conciser help headers at the bottom (18ef80d0)
    • Skip checking patch version (eeacaa65)

Bug Fixes

  • ext: Use correct identity to reply (505393c4)
  • host: Stop unnecessarily trimming email bodies (1692bef1)

v0.3.0 (2022-07-15)

Features

  • Shift-click on buttons for Send-On-Exit (533358dd)
  • Cancel send-on-exit in case of unknown headers (3ddc4609)
  • ext:
    • Notifications for sendMessage() errors (a1536f10)
    • Commands for reply from mail tab (54b9e7d5)
    • Create message commands without default shortcuts (81c84b6b)
    • Disable compose action when waiting for editor (8554f39e)
    • Notifications for messaging host errors (d313ad4b)
    • Ctrl-Shift-E to edit with Send-On-Exit (2cf4f040)
    • Add main toolbar button (browserAction) (a47c3dd9)
    • Adjust wording of version bypass description (22d7774d)
  • host: Print target OS & arch in -v output (8f1155fd)

Bug Fixes

  • ext: Small fix for header help message (ade84119)

v0.2.0 (2022-07-10)

Bug Fixes

  • ext:
    • Template cleared after selecting Custom (cd69617f)
    • Not concatenating chunked HTML body (175bc5f9)
    • Editor command should use Homebrew path in macOS (5f8e6ae8)

Features

  • Add help message headers (2e1f9e15)
  • ext:
    • Add Ctrl-E shortcut for compose action (0569819e)
    • Use textarea for templates (9d5b0b17)
    • Prompt to sync with upstream template (86763e6d)
    • Kitty macos_quit_when_last_window_closed (3d802fcc)
  • host:
    • Make header names case-insensitive (e7dab336)
    • Rename Send-On-Save to Send-On-Exit (f22f00ad)
    • Skip relatedMessageId if null (b580bbaa)
    • Add -i, -l to macOS shell arguments (7c119a09)
    • Support -v/-h for version/help message (f4bde758)

v0.1.1 (2022-07-08)

No code changes.

This is for the sake of addons.thunderbird.net. I uploaded 0.1.0 earlier when experimenting and it doesn't allow me to upload 0.1.0 again even after I deleted the 0.1.0 draft.

v0.1.0 (2022-07-08)

Bug Fixes

  • ext:
  • host: Use std::current_exe() to get program path (34741e25)

Features

  • Add option to bypass version check (4f752ba1)
  • Initial working copy (f40ea892)
  • ext:
    • Replace shell select with input (97242477)
    • Use Homebrew binaries on macOS (efb67969)
  • host:
    • Escape file name under Windows (86a91d93)
    • Allow HTML body (51c70f63)
    • Print notification contents to stderr (f9be4d51)
    • Handle editor process exit status (10ec54bd)
    • Add macOS manifest location hint (23ecd8cd)
    • Print manifest help to stderr (58b0b672)
    • Clean up temporary files automatically (09a1fe64)