Skip to content

Releases: axllent/mailpit

v1.10.1

19 Nov 02:15
Compare
Choose a tag to compare

Chore

  • Use NextReader() instead of ReadMessage() for websocket reading (#207)

Fix

  • Prevent JavaScript error if message is missing From header (#209)

Libs

  • Update node modules
  • Update Go modules

Swagger

  • Revert BinaryResponse type to string

v1.10.0

11 Nov 11:01
Compare
Choose a tag to compare

Feature

  • Support search query params to /view/latest endpoints (#206)
  • Option to allow untrusted HTTPS certificates for screenshots & link checking (#204)
  • Add URL redirect (/view/latest) to view latest message in web UI (#166)

Fix

  • Correctly close websockets on client disconnect (#207)

Libs

  • Update node modules
  • Update Go modules

v1.9.10

31 Oct 03:53
Compare
Choose a tag to compare

Fix

  • Correctly display "About" modal when update check fails (resolves #199)
  • Fix UI column width in search view

Docs

  • Update documentation links

Libs

  • Update node modules
  • Update Go modules
  • Update caniemail test data

v1.9.9

20 Oct 10:35
Compare
Choose a tag to compare

Feature

  • Call optional webhook for received messages (#195)
  • Reset message date on release (#194)

Chore

  • Move html2text module to internal/html2text

Libs

  • update node modules
  • Update Go modules

v1.9.8

16 Oct 08:19
Compare
Choose a tag to compare

Chore

  • Replace satori/go.uuid with github.com/google/uuid (#190)
  • Replace html2text modules with simplified internal function

Libs

  • Update node modules
  • Update Go modules

Swagger

  • Update swagger documentation

Tests

  • Add test to validate swagger.json
  • Add html2text tests

v1.9.7

13 Oct 10:22
Compare
Choose a tag to compare

Fix

  • Enable delete button when new messages arrive

Libs

  • Update node modules
  • Update Go modules

v1.9.6

06 Oct 04:13
Compare
Choose a tag to compare

This minor release includes a small UI change to display the email snippets (preview) on their own line below the subject. Snippets are only generated when new messages are received, so if you wish to re-index existing messages then this can be done via mailpit reindex .

UI

  • Display message previews on separate line (#175)

Libs

  • Update node modules
  • Update Go modules

v1.9.5

05 Oct 04:41
Compare
Choose a tag to compare

This release adds a new inline message preview when viewing a mailbox or search. Snippets are only generated when new messages are received, so if you wish to re-index existing messages then this can be done via mailpit reindex <path-to-database>.

Feature

  • Add reindex subcommand to reindex all messages
  • Display email previews (#175)

Fix

  • HTML message preview background color when switching themes in Chrome
  • Correctly detect tags in search (UI)

Tests

  • Add message summary tests
  • Add snippet tests

v1.9.4

29 Sep 03:53
Compare
Choose a tag to compare

Feature

  • Set authentication credentials directly from environment variables (see #173)

UI

  • Add option to delete a message after release (see #169)

Libs

  • Update node modules
  • Update Go modules

Chore

  • Remove some flags deprecated 08/2022

v1.9.3

27 Sep 04:35
Compare
Choose a tag to compare

Chore

  • Update internal/storage import paths
  • Move storage package to internal/storage
  • Update internal import paths
  • Move utils/* packages to internal/*

Testing

  • Add endpoints for integration tests (see #166)

Tests

  • Add more API tests
  • Add tests for ArgsParser & CleanTag

UI

  • Do not show excluded search tags as "current" in nav
  • Display "Loading messages" instead of "No results" while loading results
  • Only queue broadcast events if clients are connected