Skip to content

Commit

Permalink
Version bump to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andresth committed Mar 26, 2017
1 parent b808329 commit 042ec84
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
#### improvements
* ~~Option to set start date when Kanboard version is 1.0.40 or higher~~

#### fixes


## v0.5.1
#### new features

#### improvements
* Support for Kanboard v1.0.41
* Show version number in about activity

#### fixes
* fixed null description in default swimlane
* fixed bug that crashed task view
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

Android App for [Kanboard](https://kanboard.net/).

## Limitations
Due to the new dashboard format, Kanboard 1.0.41 is currently not supported.

![Login](screenshots/login.png)
![Projects](screenshots/projects.png)
![Overdue Tasks](screenshots/overdue_tasks.png)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "in.andres.kandroid"
minSdkVersion 21
targetSdkVersion 25
versionCode 10
versionName "0.5"
versionCode 11
versionName "0.5.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 042ec84

Please sign in to comment.