changelog

This commit is contained in:
Synox 2018-03-03 21:30:39 +01:00
parent 58f1aa7a58
commit 17cd40f92b

View File

@ -7,22 +7,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Changed ### Changed
- Rewrote to use mostly pure php. Uses Javascript only where its necessary. - Rewrote to use mostly pure php. Uses Javascript only where its necessary.
- make blocked_usernames configurable
- improved validation of user input
- fixed problem where only one domain is defined - fixed problem where only one domain is defined
- horizontal spacing for header (from @Spegeli) and style
- fix: restore focus on reload - fix: restore focus on reload
- Added $config['prefer_plaintext'] = true; Prefer HTML or Text and removed toggle buttons.
- #33 improve button style - #33 improve button style
- fixed bug where html in plaintext emails are interpreted as html. - fixed bug where html in plaintext emails are interpreted as html.
- changed footer style - changed footer style
- refactored code into multiple php files. - refactored code into multiple php files.
- Requires PHP version >=7.2
- make all addresses lowercase #30
### Added ### Added
- Added multiple domain support (https://github.com/synox/disposable-mailbox/issues/21) - better horizontal spacing for header (from @Spegeli) and style
- Blacklist some usernames (https://github.com/synox/disposable-mailbox/issues/27) - improved validation of user input
- copyToClipboard button (https://github.com/synox/disposable-mailbox/issues/30) - Added $config['prefer_plaintext'] = true; Prefer HTML or Text and removed toggle buttons.
- make all addresses lowercase (https://github.com/synox/disposable-mailbox/issues/30) - Added multiple domain support #21
- Blacklist some usernames, configurable #27
- copyToClipboard button #30
- mail counter in title - mail counter in title
## [0.1.4] - 2017-04-15 ## [0.1.4] - 2017-04-15