From 17cd40f92b17aaa758161656702fd98e7dc6e26c Mon Sep 17 00:00:00 2001 From: Synox Date: Sat, 3 Mar 2018 21:30:39 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3b7d0..be40c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,22 +7,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Changed - Rewrote to use mostly pure php. Uses Javascript only where it’s necessary. -- make blocked_usernames configurable -- improved validation of user input - fixed problem where only one domain is defined -- horizontal spacing for header (from @Spegeli) and style - fix: restore focus on reload -- Added $config['prefer_plaintext'] = true; Prefer HTML or Text and removed toggle buttons. - #33 improve button style - fixed bug where html in plaintext emails are interpreted as html. - changed footer style - refactored code into multiple php files. +- Requires PHP version >=7.2 +- make all addresses lowercase #30 ### Added -- Added multiple domain support (https://github.com/synox/disposable-mailbox/issues/21) -- Blacklist some usernames (https://github.com/synox/disposable-mailbox/issues/27) -- copyToClipboard button (https://github.com/synox/disposable-mailbox/issues/30) -- make all addresses lowercase (https://github.com/synox/disposable-mailbox/issues/30) +- better horizontal spacing for header (from @Spegeli) and style +- improved validation of user input +- Added $config['prefer_plaintext'] = true; Prefer HTML or Text and removed toggle buttons. +- Added multiple domain support #21 +- Blacklist some usernames, configurable #27 +- copyToClipboard button #30 - mail counter in title ## [0.1.4] - 2017-04-15