mirror of
https://github.com/axllent/mailpit.git
synced 2025-01-04 00:15:54 +02:00
14 KiB
14 KiB
Changelog
Notable changes to Mailpit will be documented in this file.
[v1.9.4]
Chore
- Remove some flags deprecated 08/2022
Feature
- Set auth credentials directly from environment variables
Libs
- Update node modules
- Update Go modules
UI
- Add option to delete a message after release
[v1.9.3]
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
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
[v1.9.2]
Fix
- Delete all messages matching search when more than 1000 results
Libs
- Update node modules
Tests
- Add message tag tests
- Add search delete tests
UI
- Reset pagination when returning to inbox from search
[v1.9.1]
Chore
- Update caniemail data
Libs
- Update Go modules
UI
- Set 404 page when loading a non-existent message
- Link email addresses in message summary to search
- Better support for mobile screen sizes
[v1.9.0]
API
- Remove redundant
Read
status from message (always true) - Delete by search filter
- Add endpoint to return all tags in use
Feature
- Improved search parser
- New search filter
[!]is:tagged
Fix
- Correctly escape certain characters in search (eg:
'
)
Libs
- Update minimum Go version to 1.20
- Update Go modules
- Update node modules
Tests
- Bump Go version to 1.21
UI
- Rewrite web UI, add URL routing and components
[v1.8.4]
Fix
- Correctly decode proxy links containing HTML entities (screenshots)
[v1.8.3]
Feature
- HTML screenshots
Libs
- Update node modules
UI
- Group message tabs on mobile
[v1.8.2]
Build
- Update wangyoucao577/go-release-action@v1.39
Feature
- Link check to test message links
- Workaround for non-RFC-compliant message headers containing
Libs
- Update Go libs
UI
- Set hostname in page meta title to identify Mailpit instance
[v1.8.1]
Docs
- Add pagination to swagger search documentation
Fix
- Check/set message Reply-To using SMTP FROM
- Exclude "sendmail" from recipients list when using
mailpit sendmail <options>
- Exclude