mirror of
https://github.com/axllent/mailpit.git
synced 2025-08-13 20:04:49 +02:00
Rebuild CHANGELOG (glitch in the matrix)
This commit is contained in:
25
CHANGELOG.md
25
CHANGELOG.md
@@ -4,14 +4,7 @@ Notable changes to Mailpit will be documented in this file.
|
||||
|
||||
## [v1.27.0]
|
||||
|
||||
### Feature
|
||||
- Store username with messages, auto-tag, and UI display ([#521](https://github.com/axllent/mailpit/issues/521))
|
||||
- Allow version checking to be disabled ([#524](https://github.com/axllent/mailpit/issues/524))
|
||||
|
||||
### Chore
|
||||
- Apply linting to all JavaScript/Vue files with eslint & prettier
|
||||
- Update Go dependencies
|
||||
- Update node dependencies
|
||||
- Remove unused functionality/deadcode (golangci-lint)
|
||||
- Refactor error handling and resource management across multiple files (golangci-lint)
|
||||
- Refactor API Swagger definitions and remove unused structs
|
||||
@@ -21,9 +14,23 @@ Notable changes to Mailpit will be documented in this file.
|
||||
- Update node dependencies
|
||||
|
||||
### Fix
|
||||
- Improve version polling, add thread safety and exponential backoff ([#523](https://github.com/axllent/mailpit/issues/523))
|
||||
- Align websocket new message values with global Message Summary (no null values) ([#526](https://github.com/axllent/mailpit/issues/526))
|
||||
|
||||
|
||||
## [v1.26.2]
|
||||
|
||||
### Feature
|
||||
- Store username with messages, auto-tag, and UI display ([#521](https://github.com/axllent/mailpit/issues/521))
|
||||
- Allow version checking to be disabled ([#524](https://github.com/axllent/mailpit/issues/524))
|
||||
|
||||
### Chore
|
||||
- Apply linting to all JavaScript/Vue files with eslint & prettier
|
||||
- Update Go dependencies
|
||||
- Update node dependencies
|
||||
|
||||
### Fix
|
||||
- Improve version polling, add thread safety and exponential backoff ([#523](https://github.com/axllent/mailpit/issues/523))
|
||||
|
||||
### Test
|
||||
- Add JavaScript linting tests to CI
|
||||
- Add Go linting (gofmt) to CI
|
||||
@@ -1805,5 +1812,3 @@ Notable changes to Mailpit will be documented in this file.
|
||||
|
||||
|
||||
## [0.0.1-beta]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user