2022-07-30 10:01:00 +02:00
# Changelog
2022-08-01 21:57:15 +02:00
Notable changes to Mailpit will be documented in this file.
2022-07-30 12:02:42 +02:00
2022-12-07 23:22:20 +02:00
## v1.3.1
### Bugfix
- Append trailing slash to custom webroot for UI & API
### Libs
- Upgrade esbuild & axios
### UI
- Rename "results" to "result" when singular message returned
2022-11-22 11:24:55 +02:00
## v1.3.0
### Build
- Remove duplicate bootstrap CSS
### Libs
- Update go modules
- Update node modules
2022-11-18 02:26:29 +02:00
## v1.2.9
### Bugfix
- Delay 200ms to set `target="_blank"` for all rendered email links
2022-11-13 06:29:40 +02:00
## v1.2.8
### Bugfix
- Return empty arrays rather than null for message To, CC, BCC, Inlines & Attachments
### Feature
- Message tags and auto-tagging
2022-10-31 11:15:24 +02:00
## v1.2.7
### Feature
- Allow custom webroot
2022-10-28 23:23:29 +02:00
## v1.2.6
### API
- Provide structs of API v1 responses for use in client code
### Libs
- Update go modules
- Update node modules
2022-10-16 01:07:20 +02:00
## 1.2.5
### UI
- Broadcast "delete all" action to reload all connected clients
- Load first page if paginated list returns 0 results
- Theme changes
- Bump build action to use node 18
2022-10-14 22:02:16 +02:00
## 1.2.4
### Bugfix
- Fix mail download link
2022-10-14 06:31:56 +02:00
## 1.2.3
### API
- Add limit and start parameters to search
### UI
- Prevent double message index request on websocket connect
2022-10-12 21:11:35 +02:00
## 1.2.2
2022-10-12 21:14:41 +02:00
### API
- Add API endpoint to return message headers
2022-10-12 21:11:35 +02:00
### Libs
- Update go modules
2022-10-12 21:14:41 +02:00
### Testing
- Add API test for raw & message headers
2022-10-12 21:11:35 +02:00
2022-10-08 12:35:23 +02:00
## 1.2.1
### UI
- Update frontend modules
- Add about app modal with version update notification
2022-10-07 08:54:51 +02:00
## 1.2.0
### Feature
- Add REST API
### Testing
- Add API tests
### UI
- Changes to use new data API
- Hide delete all / mark all read in message view
2022-09-21 05:48:56 +02:00
## 1.1.7
### Fix
2022-09-21 06:01:08 +02:00
- Normalize running binary name detection (Windows)
2022-09-21 05:48:56 +02:00
2022-09-19 12:18:00 +02:00
## 1.1.6
### Fix
- Workaround for Safari source matching bug blocking event listener
### UI
- Add documentation link (wiki)
2022-09-16 13:27:55 +02:00
## 1.1.5
### Build
- Switch to esbuild-sass-plugin
### UI
- Support for inline images using filenames instead of cid
2022-09-15 11:54:16 +02:00
## 1.1.4
### Feature
- Add --quiet flag to display only errors
### Security
- Add restrictive HTTP Content-Security-Policy
### UI
- Minor UI color change & unread count position adjustment
- Add favicon unread message counter
- Remove left & right borders (message list)
2022-09-14 06:46:50 +02:00
## 1.1.3
### Fix
- Update message download link
2022-09-14 03:44:23 +02:00
## 1.1.2
### UI
- Allow reverse proxy subdirectories
2022-09-12 12:12:51 +02:00
## 1.1.1
### UI
- Attachment icons and image thumbnails
2022-09-09 14:00:36 +02:00
## 1.1.0
### UI
- HTML source & highlighting
- Add previous/next message links
2022-07-30 12:02:42 +02:00
2022-09-03 09:13:20 +02:00
## 1.0.0
### Feature
- Multiple message selection for group actions using shift/ctrl click
- Search parser improvements
### Feature
- Search parser improvements
### UI
- Post data using 'application/json'
- Display unknown recipients as as `Undisclosed recipients`
- Update frontend modules & esbuild
- Update frontend modules & esbuild
2022-08-30 13:52:53 +02:00
## 1.0.0-beta1
### BREAKING CHANGE
This release includes a major backend storage change (SQLite) that will render any previously-saved messages useless. Please delete old data to free up space. For more information see https://github.com/axllent/mailpit/issues/10
### Feature
- Switch backend storage to use SQLite
### UI
- Resize preview iframe on load
2022-08-15 22:17:20 +02:00
## 0.1.5
### Feature
- Improved message search - any order & phrase quoting
### UI
- Change breakpoints for mobile view of messages
- Resize iframes with viewport resize
2022-08-10 10:30:01 +02:00
## 0.1.4
### Feature
- Email compression in storage
### Testing
- Enable testing on feature branches
- Database total/unread statistics tests
2022-08-10 10:31:59 +02:00
### UI
- Mobile compatibility improvements & functionality
2022-08-10 10:30:01 +02:00
2022-08-07 00:40:59 +02:00
## 0.1.3
### Feature
- Mark all messages as read
### UI
- Better error handling when connection to server is broken
- Add reset search button
- Minor UI tweaks
- Update pagination values when new mail arrives when not on first page
2022-09-03 09:20:51 +02:00
### Pull Requests
- Merge pull request [#6 ](https://github.com/axllent/mailpit/issues/6 ) from KaptinLin/develop
2022-08-07 00:40:59 +02:00
2022-08-06 15:07:58 +02:00
## 0.1.2
### Feature
- Optional browser notifications (HTTPS only)
### Security
- Don't allow tar files containing a ".."
- Sanitize mailbox names
- Use strconv.Atoi() for safe string to int conversions
2022-08-06 13:11:55 +02:00
## 0.1.1
### Bugfix
- Fix env variable for MP_UI_SSL_KEY
2022-08-06 10:01:45 +02:00
## 0.1.0
### Feature
- SMTP STARTTLS & SMTP authentication support
2022-08-05 14:12:09 +02:00
## 0.0.9
### Bugfix
- Include read status in search results
### Feature
- HTTPS option for web UI
### Testing
- Memory & physical database tests
2022-08-05 06:17:15 +02:00
## 0.0.8
### Bugfix
- Fix total/unread count after failed message inserts
### UI
- Add project links to help in CLI
2022-08-04 12:59:57 +02:00
## 0.0.7
### Bugfix
- Command flag should be `--auth-file`
2022-08-04 10:48:05 +02:00
## 0.0.6
### Bugfix
- Disable CGO when building multi-arch binaries
2022-08-04 07:19:18 +02:00
## 0.0.5
### Feature
- Basic authentication support
2022-08-01 21:57:15 +02:00
## 0.0.4
2022-07-30 12:02:42 +02:00
2022-08-01 21:57:15 +02:00
### Bugfix
- Update to clover-v2.0.0-alpha.2 to fix sorting
2022-07-30 10:01:00 +02:00
2022-08-01 21:57:15 +02:00
### Tests
- Add search tests
2022-07-30 10:01:00 +02:00
2022-08-01 21:57:15 +02:00
### UI
- Add date to console log
- Add space in To fields
- Cater for messages without From email address
- Minor UI & logging changes
- Add space in To fields
- cater for messages without From email address
## 0.0.3
### Bugfix
- Update to clover-v2.0.0-alpha.2 to fix sorting
## 0.0.2
### Feature
- Unread statistics
2022-07-30 10:01:00 +02:00
2022-08-30 13:52:53 +02:00