Skip to content

Commit

Permalink
Update VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
kiswa committed Oct 26, 2014
1 parent b3c0ba8 commit 487985c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions VERSION
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 487985c

Please sign in to comment.