diff --git a/VERSION b/VERSION index dd2cde1..165c730 100644 --- a/VERSION +++ b/VERSION @@ -1,10 +1,8 @@ -v0.2.4 +v0.2.5 Changelog - * Bugfix for attachments downloading with hash instead of file name (#41). - * Bugfix for item positions (#37). - * noty errors are ignored now. - * Favicons added. - * API Error now returns exception message in JSON data. + * Markdown support in comments + * Cursor on default input field + * Show app version diff --git a/js/app.js b/js/app.js index a35f6f4..4012ea4 100644 --- a/js/app.js +++ b/js/app.js @@ -51,7 +51,7 @@ function($routeProvider, $httpProvider) { }]); // Custom handlers for route authentication and rejection of invalid board id -taskBoard.run(['$rootScope', '$location', '$window', 'AuthenticationService', +taskBoard.run(['$rootScope', '$location', '$window', 'AuthenticationService', function($rootScope, $location, $window, AuthenticationService) { $rootScope.version = 'v0.2.5';