diff --git a/changelog.txt b/changelog.txt index 978d3ce..469f69a 100755 --- a/changelog.txt +++ b/changelog.txt @@ -9,3 +9,6 @@ 0.4 - updated to work with Firefox and the new Notification API - fixed UTF-8 issues + +0.5 (thanks to nicolas-joubert!) +- add ability to exclude some directories diff --git a/html5_notifier.js b/html5_notifier.js index bb4bc7f..f49642a 100755 --- a/html5_notifier.js +++ b/html5_notifier.js @@ -2,7 +2,7 @@ * html5_notifier * Shows a desktop notification every time a new (recent) mail comes in * - * @version 0.4 - 01.12.2013 + * @version 0.5.0 - 19.12.2013 * @author Tilman Stremlau * @website stremlau.net/html5_notifier * @licence GNU GPL diff --git a/html5_notifier.php b/html5_notifier.php index 430f88f..85cb6d7 100755 --- a/html5_notifier.php +++ b/html5_notifier.php @@ -3,7 +3,7 @@ * html5_notifier * Shows a desktop notification every time a new (recent) mail comes in * - * @version 0.4 - 01.12.2013 + * @version 0.5.0 - 19.12.2013 * @author Tilman Stremlau * @website stremlau.net/html5_notifier * @licence GNU GPL