diff options
author | Marcus Lundblad <ml@update.uu.se> | 2019-06-17 21:49:17 +0200 |
---|---|---|
committer | Marcus Lundblad <ml@update.uu.se> | 2019-06-17 21:49:17 +0200 |
commit | b7c16c0ad32e486d5c478a42e067fe6249f00994 (patch) | |
tree | 5189ea67d2e6f17e8b3bba2aedd6e8056b1cddf4 | |
parent | 8cddfe1979d1813cad3666699cf15d133193f8f0 (diff) | |
download | gnome-maps-b7c16c0ad32e486d5c478a42e067fe6249f00994.tar.gz |
Release 3.33.3v3.33.3
-rw-r--r-- | NEWS | 28 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 29 insertions, 1 deletions
@@ -1,3 +1,31 @@ +3.33.3 - Jun 17, 2019 +========================= + +Changes since 3.33.2 + - Auto-complete searches ("search-as-you-type") using GraphHopper geocoder / + Photon + - Redesigned Send to-dialog with ability to copy and send locations in e-mails + and better integration with Weather and Clocks + - Show clockwise roundabout icons for turn-by-turn routing in + left-hand traffic countries and territories + - Update appdata screenshots with tile style + - Fix a crash when there's many contacts with addresses in an Evolution + address book + +Added/updated/fixed translations + - Indonesian + - Greek + - Spanish + - Hungarian + +All contributors to this release +Balázs Úr <balazs@urbalazs.hu> +Daniel Mustieles <daniel.mustieles@gmail.com> +Efstathios Iosifidis <eiosifidis@gnome.org> +James Westman <flyingpimonster@flyingpimonster.net> +Kukuh Syafaat <kukuhsyafaat@gnome.org> +Marcus Lundblad <ml@update.uu.se> + 3.33.2 - May 20, 2019 ========================= diff --git a/meson.build b/meson.build index 560b885f..b3a1ecbc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-maps', 'c', - version: '3.33.2', + version: '3.33.3', license: 'GPL2+' ) |