From d15ff681956aa84921f86bf22f67301f39129874 Mon Sep 17 00:00:00 2001 From: Synox Date: Fri, 12 Jan 2018 21:35:49 +0100 Subject: [PATCH] update readme --- CHANGELOG.md | 8 +++++--- readme.md | 6 +++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2167c52..f91b601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ # 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/). +The format is based on [Keep a Changelog](http://keepachangelog.com/). ## [Unreleased] -- Rewrote to use mostly pure php. Only use javascript where required. +### Changed +- Rewrote to use mostly pure php. Only use javascript where required. + +### Added - Added multiple domain support (https://github.com/synox/disposable-mailbox/issues/21) - Blacklist some usernames (https://github.com/synox/disposable-mailbox/issues/27) diff --git a/readme.md b/readme.md index 98c67dc..ca2870e 100644 --- a/readme.md +++ b/readme.md @@ -46,13 +46,17 @@ The src directory contains all required files. If you want to update the php dep Install php dependecies: - composer install + composer update ## Credit This could not be possible without... * https://github.com/barbushin/php-imap + * https://github.com/gnugat-legacy/PronounceableWord + * http://htmlpurifier.org/ + * https://github.com/turbolinks/turbolinks + * http://tobiasahlin.com/spinkit/ [![BrowserStack](browserstack.png)](https://www.browserstack.com/)