From deeeaa56ea95161662cb3706ed224ce0f641b554 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sun, 13 Mar 2016 20:40:24 +0100 Subject: [PATCH] Updated changelog --- docs/Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Changelog.md b/docs/Changelog.md index 4e0d377..3c2080c 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -13,7 +13,10 @@ Released March ??, 2016 This updates includes a huge rewrite of the back-end. We are now using namespaces and the singleton pattern for Settings::get(), Database::get() and Plugins::get(). Everything is way better documented thanks to PHPDoc comments. Ugly `#` comments have been replaced with the more known `//`. Unused functions are gone and returns are more strict. We also added a handy module to output messages. Failed database updates and invalid queries will be saved to the log. - `New` Empty titles for albums +- `New` Share albums as hidden so they are only viewable with a direct link (#27) - `Improved` Error messages and log output +- `Improved` The search shows albums above photos (#434) +- `Improved` Album id now based on the current microtime (#27) - `Improved` Back-end modules and plugins - `Improved` Database connect function and update mechanism - `Improved` Default photo title now "Untitled"