File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 1.3.0] - 2025-01-21
6
+ * Increased default IMAP check interval to 30 minutes
7
+ * More robust mail fetching (RFC822.SIZE property is now optional)
8
+ * Updated Cargo dependencies
9
+ * Allow empty ` sp ` field in reports instead of failing to parse whole report
10
+ * Docker images now expose port 8080 for improved auto-discovery
11
+ * Made Web UI responsive to also work on smaller screens
12
+
5
13
## [ 1.2.0] - 2025-01-04
6
14
* Fixed bugs and improved E-Mail subject decoding
7
15
* Added Linux ARM 64bit binary artifacts and restructured builds
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ categories = ["email"]
6
6
license = " MIT"
7
7
readme = " README.md"
8
8
repository = " https://github.com/cry-inc/dmarc-report-viewer"
9
- version = " 1.2 .0"
9
+ version = " 1.3 .0"
10
10
edition = " 2021"
11
11
12
12
[dependencies ]
You can’t perform that action at this time.
0 commit comments