2017-04-13 20:15:28 +00:00
|
|
|
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
|
and this project does not adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2018-01-09 19:56:59 +00:00
|
|
|
- Rewrote to use mostly pure php. Only use javascript where required.
|
|
|
|
- Added multiple domain support (https://github.com/synox/disposable-mailbox/issues/21)
|
|
|
|
- Blacklist some usernames (https://github.com/synox/disposable-mailbox/issues/27)
|
|
|
|
|
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
|