2017-04-13 20:15:28 +00:00
|
|
|
|
# Change Log
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
2018-01-12 20:35:49 +00:00
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
2017-04-13 20:15:28 +00:00
|
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
2018-01-12 20:35:49 +00:00
|
|
|
|
### Changed
|
2018-01-12 20:46:09 +00:00
|
|
|
|
- Rewrote to use mostly pure php. Uses Javascript only where it’s necessary.
|
2018-01-13 19:19:51 +00:00
|
|
|
|
- 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
|
2018-01-18 20:50:59 +00:00
|
|
|
|
- Added $config['prefer_plaintext'] = true; Prefer HTML or Text and removed toggle buttons.
|
2018-01-19 19:35:48 +00:00
|
|
|
|
- #33 improve button style
|
2018-01-12 20:35:49 +00:00
|
|
|
|
|
|
|
|
|
### Added
|
2018-01-09 19:56:59 +00:00
|
|
|
|
- Added multiple domain support (https://github.com/synox/disposable-mailbox/issues/21)
|
|
|
|
|
- Blacklist some usernames (https://github.com/synox/disposable-mailbox/issues/27)
|
2018-01-13 19:20:28 +00:00
|
|
|
|
- copyToClipboard button (https://github.com/synox/disposable-mailbox/issues/30)
|
|
|
|
|
- make all addresses lowercase (https://github.com/synox/disposable-mailbox/issues/30)
|
2018-01-19 20:31:52 +00:00
|
|
|
|
- mail counter in title
|
2018-01-09 19:56:59 +00:00
|
|
|
|
|
2017-04-15 20:52:17 +00:00
|
|
|
|
## [0.1.4] - 2017-04-15
|
|
|
|
|
|
2017-04-13 20:15:28 +00:00
|
|
|
|
### Changed
|
|
|
|
|
- Improved styling using card layout
|
2017-04-15 20:53:24 +00:00
|
|
|
|
- Changed license to GPL-3.0 in order to allow commercial use and advertisement.
|
2017-04-13 20:15:28 +00:00
|
|
|
|
|
|
|
|
|
## [0.1.3] - 2017-03-24
|
|
|
|
|
### Changed
|
|
|
|
|
- new nicer login form
|
|
|
|
|
- layout optimized (show html now on the right)
|
|
|
|
|
- tell user that mails will be deleted
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
- set delete period in config
|
|
|
|
|
|
|
|
|
|
## [<=0.1.2]
|
|
|
|
|
See https://github.com/synox/disposable-mailbox/releases
|