2018-09-01 version 0.7.8

- 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:17:45 +02:00
parent 0ccc01dba9
commit dfa6f308dd
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,4 +1,11 @@
2018-09-01 version 0.7.8
- 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
2018-04-30 version 0.7.6
- NEW: contrib/freebsd/ notes and rc (#229)
- NEW: View using Leaflet (#226)
+1 -1
View File
@@ -1 +1 @@
#define VERSION "0.7.6"
#define VERSION "0.7.8"