2017-04-13 20:15:28 +00:00
|
|
|
|
# Change Log
|
2018-12-26 01:45:10 +00:00
|
|
|
|
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
2017-04-13 20:15:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
2018-12-26 01:45:10 +00:00
|
|
|
|
### Changed
|
|
|
|
|
- find config.php automatically in current and parent directories. Show error message if not found.
|
2019-03-06 15:34:32 +00:00
|
|
|
|
- use local CSS/JS instead of CDN
|
2019-03-10 15:17:59 +00:00
|
|
|
|
- detect missing imap extension and config error
|
2019-03-10 18:09:24 +00:00
|
|
|
|
- refactoring to simplify routing
|
|
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
- JSON API (json-api.php), this feature would better fit in a separate project.
|
2018-12-26 01:45:10 +00:00
|
|
|
|
|
2018-07-01 21:29:30 +00:00
|
|
|
|
## [0.2.1] - 2018-07-01
|
|
|
|
|
|
2018-06-24 17:31:04 +00:00
|
|
|
|
### Breaking Changes
|
|
|
|
|
- added $config['locale']. See config.sample.php - you have to set it.
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- new layout & design with more whitespace and more explanations.
|
2018-07-01 21:29:30 +00:00
|
|
|
|
- Show dates in local and relative format.
|
2018-06-24 17:31:04 +00:00
|
|
|
|
|
2018-06-16 19:14:21 +00:00
|
|
|
|
## [0.2.0] - 2018-06-16
|
|
|
|
|
|
2018-01-12 20:35:49 +00:00
|
|
|
|
### Changed
|
2018-06-16 19:09:18 +00:00
|
|
|
|
- Show list of mails and show them only on click.
|
2018-06-14 17:18:04 +00:00
|
|
|
|
- Removed Turbolinks to allow for simpler code in new features. Add new mail alert.
|
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
|
|
|
|
- fixed problem where only one domain is defined
|
|
|
|
|
- fix: restore focus on reload
|
2018-01-19 19:35:48 +00:00
|
|
|
|
- #33 improve button style
|
2018-01-19 20:50:31 +00:00
|
|
|
|
- fixed bug where html in plaintext emails are interpreted as html.
|
2018-03-03 20:33:29 +00:00
|
|
|
|
- changed footer style
|
|
|
|
|
- refactored code into multiple php files.
|
|
|
|
|
- Requires PHP version >=7.2
|
|
|
|
|
- make all addresses lowercase #30
|
2018-03-06 21:21:43 +00:00
|
|
|
|
- fixed error when downloading email
|
2018-01-12 20:35:49 +00:00
|
|
|
|
|
|
|
|
|
### Added
|
2018-03-03 20:33:29 +00:00
|
|
|
|
- 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
|
2018-01-19 20:31:52 +00:00
|
|
|
|
- mail counter in title
|
2018-03-06 21:21:43 +00:00
|
|
|
|
- rest api option
|
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
|