Skip to content

Commit

Permalink
Merge tag 'v1.18.0' into develop
Browse files Browse the repository at this point in the history
Release v1.18.0
  • Loading branch information
axllent committed May 3, 2024
2 parents 4c31b49 + 9f0d393 commit ba0e40f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

Notable changes to Mailpit will be documented in this file.

## [v1.18.0]

### Chore
- Update node dependencies
- Update Go dependencies
- Update go-release-action
- JSON key case-consistency for posted API data (backwards-compatible)
- Remove function duplication - use common tools.InArray()
- Improve tag sorting in web UI, ignore casing
- Replace moment JS library with dayjs
- Auto-update relative received message times

### Feature
- API endpoint for sending ([#278](https://github.com/axllent/mailpit/issues/278))
- Set tagging filters via a config file
- Search filter support for auto-tagging
- New search filter prefix `addressed:` includes From, To, Cc, Bcc & Reply-To


## [v1.17.1]

### Chore
Expand Down

0 comments on commit ba0e40f

Please sign in to comment.