2018-09-01 version 0.7.9

- NEW: support for OSM on live map, by @avanc (#244)
- FIX: compilation on gcc 8 no longer warns about truncated strings (#242)
- FIX: remove deprecated signed_in in Google maps
- UPD: Use OpenCage geocoder for reverse geocoding (#202)
- NEW: Support for OpenCage in Lua
This commit is contained in:
Jan-Piet Mens
2018-09-01 10:46:12 +02:00
parent dfa6f308dd
commit ff00c83222
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
2018-09-01 version 0.7.8
2018-09-01 version 0.7.9
- NEW: support for OSM on live map, by @avanc (#244)
- FIX: compilation on gcc 8 no longer warns about truncated strings (#242)
- FIX: remove deprecated signed_in in Google maps
+1 -1
View File
@@ -1 +1 @@
#define VERSION "0.7.8"
#define VERSION "0.7.9"