Skip to content

Commit f5239a8

Browse files
committed
Create release v0.5
1 parent 01c7006 commit f5239a8

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Change Log
22

3-
## [unreleased] [unreleased]
3+
## [0.5] 2015-08-31
44
### Added
55
- The app will check on start up, if an updated list of SSIDs is available. If the check didn't fail, the next check will not be started until 24 hours have passed.
66

7+
### Changed
8+
- Notifications will also be displayed on the lock screen.
9+
710
## [0.4] 2015-08-15
811
### Changed
912
- Improved notification settings.

app/FreifunkAutoConnect_v_0_4.apk

-1.06 MB
Binary file not shown.

app/FreifunkAutoConnect_v_0_5.apk

1.06 MB
Binary file not shown.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.example.tobiastrumm.freifunkautoconnect"
99
minSdkVersion 15
1010
targetSdkVersion 22
11-
versionCode 4
12-
versionName "0.4"
11+
versionCode 5
12+
versionName "0.5"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)