Skip to content

Commit

Permalink
Release v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axllent committed Aug 6, 2024
1 parent 81e98d1 commit 71820dc
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.20.0]

### Feature
- Add option to control message retention by age ([#338](https://github.com/axllent/mailpit/issues/338))
- **UI:** List messages in side nav when viewing message for easy navigation ([#336](https://github.com/axllent/mailpit/issues/336))

### Chore
- Update caniemail database
- Update Go dependencies
- Update node dependencies
- Make internal tagging methods private

### Fix
- Prevent potential JavaScript errors caused by race condition
- Better regexp to detect tags in search
- Prevent Vue race condition to initialize dayjs relativeTime plugin
- **API:** Return `text/plain` header for message delete request


## [v1.19.3]

### Chore
Expand Down

0 comments on commit 71820dc

Please sign in to comment.