diff options
author | Marcus Lundblad <ml@update.uu.se> | 2020-09-05 09:28:03 +0200 |
---|---|---|
committer | Marcus Lundblad <ml@update.uu.se> | 2020-09-05 09:28:03 +0200 |
commit | 323f1950db4308979e8aee2ef0fe7861a5c685d8 (patch) | |
tree | d0acc81f94df0f09e3e5338a4ddaec1f3609040f | |
parent | 2c5c166ef442412e65d710c2c16b72c61e257834 (diff) | |
download | gnome-maps-323f1950db4308979e8aee2ef0fe7861a5c685d8.tar.gz |
Release 3.37.92v3.37.92
-rw-r--r-- | NEWS | 43 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 44 insertions, 1 deletions
@@ -1,3 +1,46 @@ +3.37.92 - Sep 5, 2020 +========================= + +Changes since 3.37.91 + - Revert the adaptive UI for the routing sidebar, as there has been reports + of crashes in some cases (related to Clutter and libhandy under Wayland) + - Allow editing negative elevations on OSM objects (values below sea level) + - Display population in place bubbles using localized number format + - Update POI type definitions from iD for OSM editing + +Added/updated/fixed translations + - German + - Serbian + - Slovak + - French + - Basque + - Friulian + - Chinese (China) + - Lithuanian + - Dutch + - Swedish + - Croatian + - Slovenian + - Catalan + - Polish + +All contributors to this release +Anders Jonsson <anders.jonsson@norsjovallen.se> +Asier Sarasua Garmendia <asiersarasua@ni.eus> +Aurimas Černius <aurisc4@gmail.com> +Boyuan Yang <073plan@gmail.com> +Charles Monzat <charles.monzat@free.fr> +Dušan Kazik <prescott66@gmail.com> +Fabio Tomat <f.t.public@gmail.com> +Goran Vidović <trebelnik2@gmail.com> +Jordi Mas <jmas@softcatala.org> +Marcus Lundblad <ml@update.uu.se> +Mario Blättermann <mario.blaettermann@gmail.com> +Matej Urbančič <mateju@svn.gnome.org> +Nathan Follens <nfollens@gnome.org> +Piotr Drąg <piotrdrag@gmail.com> +Марко Костић <marko.m.kostic@gmail.com> + 3.37.91 - Aug 22, 2020 ========================= diff --git a/meson.build b/meson.build index dfb911e5..ac813983 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-maps', 'c', - version: '3.37.91', + version: '3.37.92', license: 'GPL2+' ) |