Update VERSION
This commit is contained in:
parent
b3c0ba8a7d
commit
487985cafc
10
VERSION
10
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
|
||||
|
||||
|
@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user