opentrashmail/CHANGELOG.md

28 lines
1 KiB
Markdown
Raw Normal View History

2023-11-13 08:37:29 +00:00
# Changelog
2023-11-22 11:26:09 +00:00
## V1.2.0
- Implemented IP/Subnet filter using the config option `ALLOWED_IPS`
- Implemented Password authentication of the site and API using config option `PASSWORD`
- Implemented max attachment size as mentioned in [#63](https://github.com/HaschekSolutions/opentrashmail/issues/63)
- Reworked the navbar header to look better on smaller screens
2023-11-21 21:33:44 +00:00
## V1.1.5
- Added support for plaintext file attachments
- Updated the way attachments are stored. Now it's md5 + filename
## V1.1.4
- Fixed crash when email contains attachment
## V1.1.3
- Switched SMTP server to Python3 and aiosmptd
- Switched PHP backend to PHP8.1
- Implemented content-id replacement with smart link to API so embedded images will now work
- Updated JSON to include details about attachments (filename,size in bytes,id,cid and a download URL)
- Removed quotes from ini settings
- Made docker start script more neat
2023-11-21 21:33:44 +00:00
## V1.0.0
2023-11-13 08:37:29 +00:00
- Launch of V1.0.0
- Complete rewrite of the GUI
- Breaking: New API (/rss, /json, /api) instead of old `api.php` calls