changelog
This commit is contained in:
parent
58f1aa7a58
commit
17cd40f92b
16
CHANGELOG.md
16
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user