Release 0.6.0

This commit is contained in:
johan12345
2021-04-05 22:46:11 +02:00
parent 887702b729
commit 6aa8a3d7a2
5 changed files with 18 additions and 2 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId "net.vonforst.evmap"
minSdkVersion 21
targetSdkVersion 30
versionCode 39
versionName "0.5.0"
versionCode 42
versionName "0.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1,7 @@
Neue Features:
- Unterstützung für Android Auto
- Von der GoingElectric.de-Community verifizierte Ladestationen werden markiert
Verbesserungen:
- Aktivierte Verkehrsdaten auf der Karte werden nach App-Neustart beibehalten
- Abstürze behoben

View File

@@ -10,6 +10,7 @@ Funktionen:
- Suche nach Orten
- Erweiterte Filterfunktionen
- Favoritenliste, auch mit Anzeige der Verfügbarkeit
- Unterstützung für Android Auto
- Keine nervige Werbung
EVMap ist ein Open-Source-Projekt und unter https://github.com/johan12345/EVMap zu finden.

View File

@@ -0,0 +1,7 @@
New Features:
- Android Auto support
- Chargers verified by the GoingElectric.de community are marked
Improvements:
- Enabled traffic data on map is preserved after app restart
- Fixed crashes

View File

@@ -9,6 +9,7 @@ Features:
- Search places
- Favorites list, also with availability information
- Advanced filtering options
- Android Auto support
- No ads, fully open source
EVMap is an open source project and can be found at https://github.com/johan12345/EVMap.