From f34e43ab228966acb92d7053568baffaffb72e97 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Sun, 22 Mar 2015 22:08:41 +0000 Subject: [PATCH] Updating the changelog --- .gitignore | 1 + public/CHANGELOG.md => CHANGELOG.md | 24 +++++++++++++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) rename public/CHANGELOG.md => CHANGELOG.md (50%) mode change 100644 => 100755 diff --git a/.gitignore b/.gitignore index a14ca04..ca52de5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ !.gitignore !README.md !LICENSE.md +!CHANGELOG.md # But specifically ignore these things public/config.php diff --git a/public/CHANGELOG.md b/CHANGELOG.md old mode 100644 new mode 100755 similarity index 50% rename from public/CHANGELOG.md rename to CHANGELOG.md index 33161f3..326ca4e --- a/public/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ -Infinity-Squared CHANGELOG +Infinity Squared changelog ========================== +2.0 (March 2015) +---------------- +* New, more spaced out design. + * SVG based Retina graphics, based on Font Awesome. + * Custom social sharing buttons. + * Nicer, larger font. + * Mobile first design. + * Improved error page. Now it has an actual footer, and the errors can be more easily displayed using the `display_error()` function. +* Decent antispam system. If the user is logged in, antispam protection is ommited. If not, reCAPTCHA keys can be supplied for Google's new tick-CAPTCHA to be used. If both of those are failed, basic fill-box protection is used. +* Shunned jQuery. +* Shunned the dependency on the soon-to-be deprecated Google Charts API, in favour of PHP QR Code. +* Using a different ZeroClipboard script and updating it's settings to more reliably find copy material. +* Dependency system for scripts, so scripts like ZeroClipboard are not loaded where they're not needed, such as on the index page. Dependencies are added to the `dependencies[]` array, and then if the dependency is in the array during loading, the script is loaded. +* Updated POT. +* Corrected all of the settings code in `index.php` and `results.php`. It should now more reliably detect whether settings are enabled or not. + +1.6 (January 2014) +------------------ +* reCAPTCHA support. +* Single new bookmarklet. +* Custom CSS styling which will not be overwritten on upgrade. + 1.5 (August 2013) ----------------- Big changes: